:root{--red:#e61935;--ink:#121417;--muted:#697078;--paper:#f4f2ee;--white:#fff;--line:#d9d8d4;--radius:8px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;padding-top:82px;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.site-header{height:82px;background:#fff;display:flex;align-items:center;padding:0 clamp(22px,4vw,72px);position:fixed;top:0;left:0;right:0;z-index:20;border-bottom:1px solid rgba(0,0,0,.07)}
.brand{width:220px;height:68px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.brand img{width:320px;height:190px;max-width:none;object-fit:cover;object-position:center}
.site-header>#main-nav{margin-left:auto;display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}
.site-header>#main-nav a{transition:color .2s}.site-header>#main-nav a:hover,.contact-link{color:var(--red)}
.account-menu{position:relative}
.account-dropdown{position:absolute;top:100%;right:0;min-width:190px;background:#fff;box-shadow:0 16px 32px rgba(0,0,0,.12);border:1px solid rgba(0,0,0,.07);z-index:30;opacity:0;visibility:hidden;transform:translateY(-12px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}
.account-dropdown a{display:block;padding:16px 24px;color:var(--ink);font-weight:500;white-space:nowrap;border-bottom:1px solid var(--line);transition:color .18s ease,background .18s ease,padding-left .18s ease}.account-dropdown a:hover,.account-dropdown a:focus-visible{color:var(--red);background:#fff4f5;padding-left:28px;outline:0}
.account-dropdown a[hidden]{display:none}
.account-dropdown a:last-child{border-bottom:0}.account-menu.open .account-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
@media(hover:hover){.account-menu:hover .account-dropdown{opacity:1;visibility:visible;transform:translateY(0)}}
.mobile-auth-link{display:none}
.header-actions{display:flex;align-items:center;gap:14px;margin-left:34px}
.icon-button{border:0;background:transparent;padding:8px;color:var(--red);cursor:pointer}.icon-button svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.8}
.nav-cta,.benefit-copy>a{background:var(--red);color:#fff;font-weight:700;padding:14px 20px;display:inline-flex;gap:28px;align-items:center}.site-header .nav-cta{width:132px;height:50px;padding:0;justify-content:center;white-space:nowrap}
.auth-page #main-nav{gap:24px}.auth-page .nav-cta{white-space:nowrap}
.menu-button{display:none;border:0;background:none;width:38px;height:38px;padding:9px}.menu-button span{height:2px;background:#111;display:block;margin:6px 0}
.hero{height:min(660px,calc(100vh - 82px));min-height:560px;background:url("https://images.unsplash.com/photo-1574849693510-00ab036e8978?auto=format&fit=crop&q=88&w=2000") center 57%/cover no-repeat;position:relative;color:#fff;display:flex;align-items:center}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,9,10,.88) 0%,rgba(8,9,10,.52) 43%,rgba(8,9,10,.12) 72%),linear-gradient(0deg,rgba(0,0,0,.28),transparent 40%)}
.hero-content{position:relative;width:min(650px,52vw);margin-left:clamp(24px,7vw,118px);margin-top:-50px}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700;display:flex;align-items:center;gap:10px;margin:0 0 20px}
.eyebrow span{width:28px;height:2px;background:var(--red)}
h1,h2,h3{font-family:"Manrope",sans-serif}
h1{font-size:clamp(54px,6.1vw,96px);line-height:.96;letter-spacing:-.055em;margin:0 0 28px;font-weight:700}
h1 em,h2 em{color:var(--red);font-style:normal}
.hero-copy{font-size:18px;line-height:1.6;max-width:530px;color:rgba(255,255,255,.82);margin:0 0 32px}
.hero-search{width:min(590px,100%);height:76px;background:#fff;display:grid;grid-template-columns:1fr 76px;padding:8px;box-shadow:0 16px 38px rgba(0,0,0,.24);position:relative;z-index:8}
.hero-search label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hero-search input{width:100%;min-width:0;border:0;outline:0;padding:0 22px;background:transparent;color:var(--ink);font-size:18px;font-weight:600}
.hero-search input::placeholder{color:#a7aaae;font-weight:500;opacity:1}
.hero-search button{border:0;background:var(--red);color:#fff;display:grid;place-items:center;cursor:pointer;transition:background .2s,transform .2s}
.hero-search button:hover{background:#bd1029}.hero-search button:active{transform:scale(.97)}
.hero-search button svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.location-menu{position:absolute;left:0;right:0;top:calc(100% + 10px);background:#fff;color:var(--ink);border-radius:var(--radius);padding:14px 22px 20px;box-shadow:0 18px 42px rgba(0,0,0,.22);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s ease;max-height:390px;overflow:auto}
.hero-search.menu-open .location-menu{opacity:1;visibility:visible;transform:translateY(0)}
.location-menu button{width:100%;border:0;background:transparent;color:var(--ink);padding:9px 4px;text-align:left;display:block;cursor:pointer;font-size:15px;font-weight:600}
.location-menu button:hover{color:var(--red);background:#fff3f5}
.location-menu .current-location{display:flex;align-items:center;gap:10px;color:var(--red);font-size:17px;padding:10px 4px 13px}
.location-menu .current-location svg{width:21px;height:21px;fill:currentColor;stroke:none;flex:0 0 auto}
.location-menu p{margin:12px 4px 4px;color:#9a9da1;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.recent-location{border-top:1px solid var(--line);padding-top:4px}
.benefit-copy>a span{font-size:20px}
.hero-meta{position:absolute;right:clamp(24px,6vw,100px);bottom:44px;display:flex;gap:44px}
.hero-meta div{display:flex;flex-direction:column}.hero-meta strong{font:700 27px "Manrope"}.hero-meta span{font-size:11px;color:#ccc;text-transform:uppercase;letter-spacing:.08em}
.photo-credit{position:absolute;right:16px;top:18px;margin:0;font-size:9px;color:rgba(255,255,255,.55);writing-mode:vertical-rl}
.section{padding:110px max(6vw,24px)}
.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.section-heading h2,.steps h2,.benefit-copy h2{font-size:clamp(38px,4vw,60px);line-height:1.08;letter-spacing:-.045em;margin:0}
.eyebrow.dark{color:var(--muted)}.section-heading>a{font-size:13px;font-weight:700;border-bottom:1px solid;padding-bottom:6px}.section-heading>a span{color:var(--red);margin-left:20px}
.rentals-section{padding:105px max(3vw,24px);background:#fff;text-align:center}
.rentals-kicker{margin:0 0 8px;text-transform:uppercase;letter-spacing:.17em;color:var(--red);font-size:10px;font-weight:800}
.rentals-heading{max-width:1440px;margin:0 auto 42px;display:flex;align-items:end;justify-content:space-between;text-align:left}.rentals-heading h2{margin:0;font-size:clamp(38px,3.2vw,52px);letter-spacing:-.045em}
.carousel-controls{position:absolute;inset:0;z-index:10;pointer-events:none}.carousel-button{position:absolute;top:calc(50% - 19px);width:48px;height:48px;border:1px solid #d5d5d5;background:#fff;color:var(--ink);cursor:pointer;pointer-events:auto;box-shadow:0 6px 20px rgba(0,0,0,.12);transition:background .2s,color .2s,border-color .2s;display:grid;place-items:center}.carousel-button svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.carousel-prev{left:12px}.carousel-next{right:12px}.carousel-button:hover:not(:disabled){background:var(--ink);border-color:var(--ink);color:#fff}.carousel-button:disabled{opacity:.3;cursor:not-allowed}
.rental-swiper{max-width:1440px;margin:0 auto;text-align:left;padding-bottom:38px;position:relative}
.rental-card{border:1px solid #dedede;padding:20px 22px 18px;min-width:0;min-height:570px;position:relative;display:flex;flex-direction:column;background:#fff;transition:transform .25s,box-shadow .25s,border-color .25s}
.rental-card.swiper-slide{height:auto}
.rental-card:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(20,20,20,.1);border-color:transparent}
.rental-tag{position:absolute;left:20px;top:18px;z-index:2;background:var(--red);color:#fff;border-radius:20px;padding:6px 10px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.rental-tag.premium{background:#17191c}.rental-tag.electric{background:#1f875c}.rental-tag.hybrid{background:#555c63}
.rental-image{height:210px;display:flex;align-items:center;justify-content:center;margin-bottom:5px;overflow:hidden}.rental-image img{width:110%;height:100%;object-fit:contain;transition:transform .3s}.rental-card:hover .rental-image img{transform:scale(1.04)}.rental-card:hover .rental-image.mirror img{transform:scaleX(-1) scale(1.04)}.rental-image.mirror img{transform:scaleX(-1)}
.rental-type{font-size:12px;font-weight:600;color:#696969;margin:12px 0 7px}.rental-card h3{font-size:20px;line-height:1.25;margin:0;min-height:50px}
.rental-features{margin-top:auto;padding-top:28px}.feature-title{text-transform:uppercase;color:#a1a1a1;font-size:11px;font-weight:800;letter-spacing:.1em;margin:0 0 12px}
.rental-features>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rental-features span{font-size:13px;color:#444;white-space:nowrap;display:flex;align-items:center;gap:8px}.rental-features svg{width:22px;height:22px;min-width:22px;fill:none;stroke:var(--ink);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.rental-price{text-align:center;padding:20px 0 12px;display:flex;flex-direction:column}.rental-price strong{font:700 23px "Manrope"}.rental-price span{font-size:11px;color:#aaa;font-weight:700;margin-top:4px;text-transform:uppercase;letter-spacing:.06em}
.book-button{height:44px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;gap:24px;font-size:13px;font-weight:800;border-radius:2px;transition:background .2s}.book-button:hover{background:#bd1029}
.view-cars-button{margin:42px auto 0;background:var(--ink);color:#fff;width:min(420px,100%);height:58px;display:flex;align-items:center;justify-content:center;gap:40px;text-transform:uppercase;font-weight:800;font-size:13px;letter-spacing:.05em}.view-cars-button span{color:var(--red);font-size:20px}
.rental-swiper .swiper-pagination{bottom:2px}.rental-swiper .swiper-pagination-bullet{background:#a9a9a9;opacity:1}.rental-swiper .swiper-pagination-bullet-active{background:var(--red)}
.steps{background:#fff;display:grid;grid-template-columns:1fr 1.1fr;gap:10vw}
.steps-intro>p:last-child{color:var(--muted);line-height:1.7;max-width:430px}
.step-list article{display:grid;grid-template-columns:60px 1fr;gap:20px;padding:26px 0;border-top:1px solid var(--line)}.step-list article:last-child{border-bottom:1px solid var(--line)}
.step-list>article>span{font-size:11px;color:var(--red);font-weight:700}.step-list h3{margin:0 0 8px;font-size:20px}.step-list p{margin:0;color:var(--muted);font-size:14px}
.steps a{color:var(--red);font-weight:700;border-bottom:1px solid currentColor}
.benefits{background:#16181b;color:#fff;padding:100px max(6vw,24px);display:grid;grid-template-columns:.8fr 1.2fr;gap:9vw}
.benefit-copy>a{margin-top:34px}.benefit-grid{display:grid;grid-template-columns:1fr 1fr}.benefit-grid article{padding:30px;border-top:1px solid #3b3d40}.benefit-grid article:nth-child(odd){border-right:1px solid #3b3d40}.benefit-grid b{color:var(--red);font-size:11px}.benefit-grid h3{font-size:19px;margin:34px 0 9px}.benefit-grid p{color:#a8aaad;font-size:13px;line-height:1.6;margin:0}
.auth-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:7vw;background:var(--paper);align-items:start}
.auth-section+ .auth-section{padding-top:0}.auth-copy p:last-child{color:var(--muted);line-height:1.7;max-width:420px}.auth-copy h2{font-size:clamp(34px,3.4vw,50px);letter-spacing:-.04em;margin:0 0 16px}
.auth-card{background:#fff;padding:30px;box-shadow:0 18px 48px rgba(20,20,20,.1);display:grid;gap:18px}
.auth-card label{display:grid;gap:8px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.auth-card input{height:48px;border:1px solid var(--line);padding:0 14px;color:var(--ink);font-weight:600;text-transform:none;letter-spacing:0}
.auth-card button{height:50px;border:0;background:var(--red);color:#fff;font-weight:800;cursor:pointer}.auth-message{min-height:20px;margin:0;color:var(--red);font-weight:700;font-size:13px}
.auth-page{background:#050505;font-size: 20px;}
.auth-standalone{min-height:calc(100vh - 82px);display:grid;place-items:start center;padding:64px 24px 0;background:#050505}
.auth-standalone .auth-copy h1{color:var(--ink);font-size:clamp(44px,4.8vw,72px);letter-spacing:-.05em;margin:0 0 18px}
.auth-standalone .auth-copy p:last-child{color:var(--muted);line-height:1.7;max-width:440px}.auth-secondary{justify-self:center;color:var(--red);font-weight:800;font-size:13px}
.auth-panel{width:min(650px,100%);background:#fff;padding:50px 48px 56px;box-shadow:0 0 18px rgba(255,255,255,.22);animation:slideDown .48s ease both}
.auth-panel h1{font-size:25px;line-height:1.2;letter-spacing:0;margin:0 0 18px;color:#000}.auth-panel>p{font-size:18px;line-height:1.35;margin:0 0 34px;color:#000}
.social-auth{display:grid;gap:30px;justify-items:center}.social-button{width:min(420px,100%);height:66px;border-radius:34px;border:1px solid #b8cffb;background:#fff;color:#2461d8;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:22px;position:relative;padding:0 28px;white-space:nowrap;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.social-button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(20,20,20,.12)}
.provider-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;line-height:1;flex:0 0 48px}.provider-icon svg{display:block}.google{background:#2f6bdc;color:#fff;border-color:#2f6bdc}.google-icon{background:#fff}.google-icon svg{width:26px;height:26px}.facebook-icon{color:#3f6fbf;font:700 35px Arial,sans-serif}.apple{background:#282f3a;color:#fff;border-color:#282f3a}.apple-icon svg{width:29px;height:29px;fill:#fff}.whatsapp{color:#121417;border-color:#cbd1da}.whatsapp-icon svg{width:30px;height:30px;fill:#08b761}
.auth-divider{width:min(654px,100%);height:1px;background:var(--line);margin:22px auto 30px;position:relative}.auth-divider span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;padding:0 14px;color:#000;font-size:18px;font-weight:500;text-transform:none}
.compact-auth-card{width:min(420px,100%);margin:auto;box-shadow:none;padding:0;gap:24px}.compact-auth-card label{position:relative;border:1px solid #c8cfda;border-radius:11px;padding:0 24px 12px;font-size:18px;font-weight:500;text-transform:none;letter-spacing:0;background:#fff}.compact-auth-card label input{height:50px;border:0;padding:10px 0 0;font-size:18px;font-weight:400}.compact-auth-card button{height:66px;border-radius:34px;background:#eef2fa;color:#b9bec7;border:1px solid #a9bad9;font-size:18px}
@keyframes slideDown{from{opacity:0;transform:translateY(-28px)}to{opacity:1;transform:translateY(0)}}
footer{padding:40px max(6vw,24px);background:#fff;display:flex;align-items:center;gap:35px}footer img{width:130px;height:60px;object-fit:cover}footer p{font-size:13px;color:var(--muted)}footer div{margin-left:auto;display:flex;gap:26px;font-size:11px;color:var(--muted)}

/* Consistent corners for controls and content boxes */
button,.icon-button,.menu-button,.hero-search button,.carousel-button,.auth-card button,.social-button,.compact-auth-card button,.nav-cta,.benefit-copy>a,.book-button,.view-cars-button,.hero-search,.rental-card,.auth-card,.auth-panel,.auth-card input,.compact-auth-card label,.account-dropdown{border-radius:var(--radius)}
.account-dropdown{overflow:hidden}
@media(max-width:1050px){
  .site-header>#main-nav{display:none;position:absolute;top:82px;left:0;right:0;margin:0;padding:24px;background:#fff;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 15px 30px rgba(0,0,0,.1)}.site-header>#main-nav.open{display:flex}.site-header>#main-nav>a,.site-header>#main-nav>button{width:100%;min-height:48px;display:flex;align-items:center;padding:0 10px;border-bottom:1px solid var(--line)}.mobile-auth-link{display:block}.site-header .nav-cta{display:inline-flex;width:112px;height:44px;font-size:13px}.site-header .icon-button{display:grid}.menu-button{display:block}
  .site-header .header-actions{margin-left:auto}
  .site-header>#main-nav>[hidden]{display:none!important}
  .brand{width:185px}.brand img{width:285px;height:170px}
  .hero{height:620px}.hero-content{width:75vw;margin-top:-80px}.hero-meta{left:24px;right:auto}
  .rental-card{min-height:540px}
  .steps,.benefits,.auth-section,.auth-standalone{grid-template-columns:1fr;gap:55px}
  .auth-standalone{background:#050505}
}
@media(max-width:600px){
  body{padding-top:70px}
  .site-header{height:70px;padding:0 14px}.site-header>#main-nav{top:70px}.brand{height:60px;width:128px}.brand img{width:220px;height:132px}.site-header .header-actions{gap:7px}.site-header .nav-cta{width:92px;height:40px;font-size:12px}.site-header .icon-button{width:34px;height:40px;padding:6px}.site-header .menu-button{width:34px;padding:7px}
  .hero{height:600px;min-height:0;background-position:62% center}.hero-shade{background:linear-gradient(0deg,rgba(8,9,10,.9),rgba(8,9,10,.15) 74%),linear-gradient(90deg,rgba(0,0,0,.38),transparent)}
  .hero-content{width:calc(100% - 44px);min-width:0;margin:0 22px;align-self:flex-end;padding-bottom:92px}.eyebrow{margin-bottom:15px}h1{font-size:54px}.hero-copy{font-size:15px;margin-bottom:24px}.hero-search{height:64px;grid-template-columns:1fr 56px;padding:6px}.hero-search input{padding:0 12px;font-size:14px}.hero-search button svg{width:28px;height:28px}
  .hero-meta{display:none}.photo-credit{display:none}
  .section{padding:82px 20px}.section-heading{display:block}.section-heading>a{display:inline-block;margin-top:25px}.section-heading h2,.steps h2,.benefit-copy h2{font-size:38px}
  .auth-standalone{min-height:calc(100vh - 70px);padding:28px 16px}.auth-standalone .auth-copy h1{font-size:44px}.auth-panel{padding:30px 20px}.auth-panel h1{font-size:25px}.auth-panel>p{font-size:18px;margin-bottom:24px}.social-auth{gap:16px}.google-signin-slot,.social-button{height:56px}.social-button{font-size:18px;gap:12px;padding:0 18px}.provider-icon{width:36px;height:36px;flex-basis:36px}.google-icon svg{width:21px;height:21px}.facebook-icon{font-size:29px}.apple-icon svg{width:24px;height:24px}.whatsapp-icon svg{width:24px;height:24px}.compact-auth-card label input{font-size:18px}.compact-auth-card button{height:56px;font-size:18px}.auth-divider span{font-size:18px}
  .rentals-section{padding:60px 18px}.rentals-heading{margin-bottom:24px;align-items:center}.rentals-heading h2{font-size:36px}.rental-swiper{padding-bottom:32px}.carousel-button{width:36px;height:36px;top:calc(50% - 15px)}.carousel-button svg{width:20px;height:20px}.carousel-prev{left:5px}.carousel-next{right:5px}.rental-card{min-height:420px;padding:15px 16px 14px}.rental-tag{left:15px;top:14px;padding:5px 8px;font-size:8px}.rental-image{height:135px}.rental-type{font-size:10px;margin:8px 0 5px}.rental-card h3{font-size:17px;min-height:38px}.rental-features{padding-top:14px}.feature-title{font-size:9px;margin-bottom:9px}.rental-features>div{gap:9px}.rental-features span{font-size:11px;gap:6px}.rental-features svg{width:18px;height:18px;min-width:18px}.rental-price{padding:14px 0 9px}.rental-price strong{font-size:20px}.rental-price span{font-size:9px}.book-button{height:40px;font-size:11px}.view-cars-button{width:100%;height:48px;margin-top:24px;font-size:11px}
  .steps{width:100%;gap:36px}.steps-intro{width:100%}.steps-intro .eyebrow{font-size:9px;letter-spacing:.14em}.steps-intro h2{font-size:32px}.steps-intro>p:last-child{width:100%;max-width:none;font-size:13px;line-height:1.55}.step-list{width:100%}.step-list article{grid-template-columns:32px minmax(0,1fr);gap:12px;padding:20px 0}.step-list>article>span{font-size:9px}.step-list h3{font-size:16px}.step-list p{font-size:12px;line-height:1.5}
  .benefits{padding:60px 20px;gap:40px}.benefit-copy{width:100%}.benefit-copy .eyebrow{font-size:9px;letter-spacing:.14em}.benefit-copy h2{font-size:32px}.benefit-copy>a{width:100%;justify-content:space-between;margin-top:26px;padding:14px 18px;font-size:13px}.benefit-copy>a span{font-size:17px}.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit-grid article{padding:20px 14px}.benefit-grid article:nth-child(odd){border-right:1px solid #3b3d40}.benefit-grid article:nth-last-child(-n+2){border-bottom:1px solid #3b3d40}.benefit-grid b{font-size:9px}.benefit-grid h3{font-size:16px;margin-top:25px}.benefit-grid p{font-size:12px}
  footer{align-items:flex-start;flex-wrap:wrap}footer p{width:calc(100% - 175px)}footer div{margin-left:0;width:100%;flex-wrap:wrap;gap:18px}
}

/* Fleet search results */
.fleet-page{padding-top:82px;background:#fff;min-height:100vh}
.results-header{height:82px;background:#fff;color:var(--ink);padding:0 clamp(20px,3vw,52px);display:flex;align-items:center;gap:34px;position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line);box-shadow:0 4px 18px rgba(20,20,20,.06)}
.results-brand{width:150px;height:52px;display:block;position:relative;overflow:hidden;flex:0 0 150px}.results-brand img{position:absolute;width:260px;height:auto;max-width:none;left:-54px;top:-58px}
.results-header>a:last-child{font-weight:700;white-space:nowrap}.results-header>a:last-child:hover{color:var(--red)}
.results-search{margin:auto;display:grid;grid-template-columns:minmax(260px,460px) auto;gap:10px;width:min(640px,58vw);position:relative}
.results-search label{height:52px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:7px 16px;color:var(--ink);display:grid}.results-search label:focus-within{border-color:var(--red);box-shadow:0 0 0 2px rgba(230,25,53,.1)}.results-search label span{font-size:9px;color:var(--red);font-weight:800;text-transform:uppercase;letter-spacing:.1em}.results-search input{border:0;outline:0;min-width:0;font-weight:700;background:transparent}
.results-search button{border:0;background:var(--red);color:#fff;padding:0 22px;font-weight:800;cursor:pointer}
.results-search .results-location-menu{right:clamp(125px,24%,170px);top:calc(100% + 8px)}
.results-search.menu-open .results-location-menu{opacity:1;visibility:visible;transform:translateY(0)}
.results-search .results-location-menu button{display:block;width:100%;border:0;background:transparent;color:var(--ink);padding:9px 4px;text-align:left;font-size:14px;font-weight:600}
.results-search .results-location-menu button:hover{color:var(--red);background:#fff3f5}
.results-search .results-location-menu .results-current-location{display:flex;align-items:center;gap:10px;color:var(--red);font-size:16px;padding:10px 4px 13px}
.results-current-location svg{width:20px;height:20px;fill:currentColor;stroke:none;flex:0 0 auto}
.results-recent-location{border-top:1px solid var(--line);padding-top:4px}
.results-layout{min-height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(680px,1.4fr) minmax(440px,1fr)}
.results-content{padding:38px clamp(24px,3vw,48px) 60px;overflow:auto;container:results / inline-size}
.results-title{display:flex;align-items:end;justify-content:space-between;gap:20px}.results-title p{margin:0 0 6px;color:var(--muted);font-size:13px}.results-title h1{font-size:clamp(30px,3vw,45px);line-height:1.08;letter-spacing:-.045em;margin:0}.results-title h1 span{color:var(--red)}
.mobile-map-toggle{display:none;border:1px solid var(--line);background:#fff;padding:12px 16px;font-weight:800}
.filters{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;gap:9px;margin:28px 0 32px;padding-bottom:22px;border-bottom:1px solid var(--line)}
.filter-chip,.filter-select,.keyword-filter,.sort-filter{min-height:44px;border:1px solid var(--line);background:#fff;color:var(--ink);padding:0 15px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;border-radius:var(--radius)}
.filter-chip{cursor:pointer}.filter-chip:nth-of-type(1){grid-column:1/3}.filter-chip:nth-of-type(2){grid-column:3/5}.filter-chip:nth-of-type(3){grid-column:5/7}.filter-chip:hover,.filter-chip.active{border-color:var(--red);background:var(--red);color:#fff}.filter-select select,.sort-filter select,.keyword-filter input{border:0;outline:0;background:transparent;color:inherit;font:inherit}.filter-select{grid-column:1/4;grid-row:2}.keyword-filter{grid-column:4/9;grid-row:2}.keyword-filter input{width:100%}.sort-filter{grid-column:9/12;grid-row:2;width:100%;justify-self:start;margin-left:0;position:relative;padding-right:35px}.sort-filter select{appearance:none;-webkit-appearance:none;flex:1;width:100%;min-width:0;cursor:pointer}.sort-filter:after{content:"";position:absolute;right:14px;top:50%;width:7px;height:7px;border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);transform:translateY(-65%) rotate(45deg);pointer-events:none}
.results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.result-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(20,20,20,.06);transition:.22s}.result-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(20,20,20,.11)}.result-card[hidden]{display:none}
.result-image{height:185px;background:#f4f4f4;position:relative;display:grid;place-items:center;overflow:hidden;padding:14px}.result-image img{width:86%;height:86%;object-fit:contain}.result-image>span{position:absolute;left:13px;top:13px;z-index:2;background:var(--red);color:#fff;padding:6px 9px;border-radius:var(--radius);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.result-card-body{padding:14px 16px}.result-card-body>p{margin:0 0 5px;color:var(--muted);font-size:11px;font-weight:700}.result-card h2{font-size:18px;margin:0 0 11px;min-height:24px}.result-details{display:flex;gap:12px;padding-bottom:11px;border-bottom:1px solid var(--line);font-size:11px;font-weight:700}.result-details span:first-child{color:var(--red)}
.result-price{display:flex;align-items:baseline;padding-top:11px}.result-price strong{font:800 21px "Manrope"}.result-price>span{font-size:11px;color:var(--muted);margin-left:3px}.result-price a{margin-left:auto;background:var(--red);color:#fff;border-radius:var(--radius);padding:8px 12px;font-size:11px;font-weight:800}.no-results{text-align:center;color:var(--muted);padding:55px 24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper)}.no-results strong{display:block;color:var(--ink);font:800 22px "Manrope",sans-serif}.no-results p{margin:7px 0 0;font-size:13px}
.results-map{position:sticky;top:82px;height:calc(100vh - 82px);overflow:hidden;background:#e9e6dc}.results-map #fleet-map{height:100%;width:100%;z-index:1}.price-marker{background:var(--ink);color:#fff;border:2px solid #fff;border-radius:var(--radius);display:grid;place-items:center;font:800 13px "DM Sans";box-shadow:0 4px 12px rgba(0,0,0,.24)}.price-marker:hover{background:var(--red)}
.car-popup-shell .leaflet-popup-content-wrapper{border-radius:var(--radius);padding:0;overflow:hidden}.car-popup-shell .leaflet-popup-content{margin:0;width:auto!important}.map-car-popup{width:min(500px,calc(100vw - 72px));background:#fff}.map-car-popup img{display:block;width:500px;max-width:100%;height:400px;object-fit:contain;background:#f4f4f4;padding:16px}.map-car-popup div{padding:11px 14px 13px}.map-car-popup strong{display:block;font:800 15px "Manrope",sans-serif;line-height:1.25}.map-car-popup p{margin:5px 0 0;color:var(--muted);font-size:12px}.map-car-popup p b{color:var(--red);font-size:17px}.car-popup-shell .leaflet-popup-close-button{width:28px;height:28px!important;right:4px!important;top:4px!important;background:#fff!important;color:var(--ink)!important;border-radius:var(--radius);font-size:20px!important;line-height:26px!important;box-shadow:0 2px 8px rgba(0,0,0,.12)}
@media(max-width:572px){.map-car-popup img{height:auto;aspect-ratio:5/4}}
.map-water{position:absolute;left:-10%;right:-10%;top:18%;height:18%;background:#b9dfe8;color:#478894;font:700 13px "Manrope";transform:rotate(-8deg);display:grid;place-items:center}.map-road{position:absolute;height:8px;background:#fff;border:2px solid #d0cec6;border-radius:8px;transform-origin:left center}.road-one{width:120%;left:-5%;top:61%;transform:rotate(13deg)}.road-two{width:90%;left:18%;top:20%;transform:rotate(77deg)}
.map-location{position:absolute;left:50%;top:45%;transform:translate(-50%,-50%);margin:0;background:#fff;border-radius:var(--radius);padding:12px 16px 12px 38px;box-shadow:0 6px 20px rgba(0,0,0,.17);white-space:nowrap}.map-location>span{position:absolute;width:15px;height:15px;border:4px solid var(--red);border-radius:50%;left:15px;top:14px}.map-location b,.map-location small{display:block}.map-location small{color:var(--muted);font-size:9px;margin-top:2px}
.map-pin{position:absolute;border:0;background:var(--ink);color:#fff;padding:9px 11px;font-weight:800;box-shadow:0 4px 12px rgba(0,0,0,.18)}.map-pin:hover{background:var(--red)}.pin-1{left:20%;top:28%}.pin-2{right:18%;top:38%}.pin-3{left:27%;bottom:23%}.pin-4{right:28%;bottom:16%}.pin-5{left:48%;top:17%}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1050px){.results-layout{grid-template-columns:1fr}.results-map{display:none;position:fixed;inset:82px 0 0;height:auto;z-index:20}.map-open .results-map{display:block}.map-open .results-content{visibility:hidden}.mobile-map-toggle{display:block}.results-content{overflow:visible}.sort-filter{margin-left:0}}
@media(max-width:700px){.results-header{height:auto;min-height:132px;padding:10px 16px;gap:10px;flex-wrap:wrap}.results-brand{width:120px;height:44px;flex-basis:120px}.results-brand img{width:220px;left:-46px;top:-49px}.results-header>a:last-child{margin-left:auto}.results-search{order:3;width:100%;grid-template-columns:1fr auto}.results-search label{height:48px}.results-search button{padding:0 13px;font-size:11px}.results-layout{min-height:calc(100vh - 132px)}.results-content{padding:30px 16px 55px}.results-title{align-items:start}.results-title h1{font-size:28px}.results-grid{grid-template-columns:1fr}.filters{margin-bottom:25px}.sort-filter{width:100%;justify-content:space-between}.results-map{inset:132px 0 0}.result-image{height:220px}}
@media(max-width:700px){.filters{display:flex}.filter-select,.keyword-filter,.sort-filter{grid-column:auto;grid-row:auto}.filter-select{flex:1 1 190px}.keyword-filter{flex:1 1 130px}.sort-filter{flex:1 1 100%}.result-image{height:190px}}
@container results (max-width:620px){.filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.filters .filter-chip,.filter-select,.keyword-filter,.sort-filter{grid-column:auto;grid-row:auto;width:100%;min-width:0}.keyword-filter,.sort-filter{grid-column:1/-1}.results-grid{grid-template-columns:1fr}.result-card h2{min-height:0}}
@container results (max-width:390px){.filters{grid-template-columns:1fr}.keyword-filter,.sort-filter{grid-column:auto}.results-title{display:grid}.mobile-map-toggle{width:100%}}
@media(max-width:520px){.results-search{grid-template-columns:1fr;width:100%}.results-search>button[type="submit"]{height:48px}.results-search .results-location-menu{right:0;top:calc(100% + 8px)}.results-header{min-height:188px}.results-map{inset:188px 0 0}.results-layout{min-height:calc(100vh - 188px)}}

/* Assignment criteria: promotions, filtered search, reviews and structured footer */
#main-nav{gap:clamp(14px,1.7vw,28px)}
.nav-logout,.account-dropdown button{border:0;background:transparent;color:var(--red);font:600 14px "DM Sans",sans-serif;cursor:pointer;padding:0}
.account-dropdown button{display:block;width:100%;padding:16px 24px;text-align:left;color:var(--ink)}.account-dropdown .account-logout{color:var(--red);border-top:1px solid var(--line);border-radius:0;box-shadow:none;font-weight:800}.account-dropdown button:hover{color:#bd1029;background:#fff4f5}
@media(min-width:601px){.hero{justify-content:center;text-align:center}.hero-content{width:min(700px,88vw);margin:0 auto 50px}.hero .eyebrow{justify-content:center}.hero-search{margin-inline:auto}}
.promotions,.criteria-search-section,.reviews{padding:80px max(6vw,24px)}
.promotions{background:var(--paper)}.criteria-search-section{background:#fff}.reviews{background:var(--paper)}
.criteria-heading{text-align:center;margin:0 auto 34px}.criteria-heading>p{margin:0 0 7px;color:var(--red);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.16em}.criteria-heading h2{font-size:clamp(34px,3.7vw,52px);letter-spacing:-.045em;margin:0}
.promotion-grid,.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;max-width:1260px;margin:auto}
.promo-card,.review-card{background:#fff;border-radius:var(--radius);box-shadow:0 8px 28px rgba(20,20,20,.08);padding:25px;transition:transform .22s,box-shadow .22s}.promo-card:hover,.review-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(20,20,20,.12)}
.promo-card>span{display:inline-block;background:var(--red);color:#fff;border-radius:var(--radius);padding:6px 9px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.promo-card h3{font-size:20px;margin:22px 0 8px}.promo-card p{color:var(--muted);font-size:14px;line-height:1.6;margin:0}
.criteria-search-form{max-width:1120px;margin:auto;display:flex;align-items:end;flex-wrap:wrap;gap:12px;padding:22px;background:var(--paper);border-radius:var(--radius);box-shadow:0 8px 28px rgba(20,20,20,.07)}
.criteria-search-form label{display:grid;gap:7px;flex:1 1 210px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.criteria-search-form input,.criteria-search-form select{width:100%;height:50px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:0 14px;color:var(--ink);font-weight:600;outline:0}.criteria-search-form input:focus,.criteria-search-form select:focus{border-color:var(--red);box-shadow:0 0 0 2px rgba(230,25,53,.1)}.criteria-search-form button{height:50px;border:0;background:var(--red);color:#fff;padding:0 30px;font-weight:800;cursor:pointer;transition:background .2s}.criteria-search-form button:hover{background:#bd1029}
.review-person{display:flex;align-items:center;gap:13px}.review-person>span{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:800}.review-person h3{font-size:15px;margin:0 0 3px}.review-person p{color:var(--red);margin:0;letter-spacing:.05em}.review-person p i{color:#c9c9c9;font-style:normal}.review-card blockquote{color:var(--muted);font-size:14px;line-height:1.65;margin:22px 0 0}
footer#contact{display:block;background:var(--ink);color:#fff;padding:60px max(6vw,24px) 28px}
footer .footer-grid{max-width:1260px;margin:0 auto 42px;display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:45px}footer .footer-grid section{display:grid;align-content:start;justify-items:start;gap:9px}footer .footer-grid h2{font-size:16px;margin:0 0 12px;color:#fff}footer .footer-grid p,footer .footer-grid a{margin:0;color:#b8bbc0;font-size:13px}footer .footer-grid a:hover,footer .sitemap a:hover{color:var(--red)}
footer .sitemap{max-width:1260px;margin:auto;padding-top:24px;border-top:1px solid #3b3d40;display:flex;flex-wrap:wrap;gap:20px;color:#8f9399;font-size:11px}footer .sitemap a{color:#b8bbc0}footer .sitemap span{margin-left:auto}
@media(max-width:900px){#main-nav .nav-auth-link,#main-nav .nav-logout{display:block}.criteria-search-form{align-items:stretch}.criteria-search-form button{flex:1 1 100%}}
@media(max-width:600px){.promotions,.criteria-search-section,.reviews{padding:62px 18px}.criteria-heading{text-align:left;margin-bottom:25px}.criteria-search-form{padding:16px;flex-direction:column;align-items:stretch}.criteria-search-form label{flex-basis:auto}.criteria-search-form button{width:100%}footer .footer-grid{grid-template-columns:1fr}footer .sitemap span{width:100%;margin-left:0}}

/* Integrated hero search: location, date and car type */
@media(min-width:601px){.hero{justify-content:flex-start;text-align:left}.hero-content{width:min(920px,88vw);margin-left:clamp(24px,7vw,118px);margin-right:0}.hero .eyebrow{justify-content:flex-start}.hero-search{margin-inline:0}}
.hero-search{width:min(900px,100%);height:auto;min-height:76px;display:flex;align-items:stretch;gap:6px;padding:8px}
.hero-search .hero-search-field{position:static;width:auto;height:60px;margin:0;padding:7px 14px;overflow:visible;clip:auto;white-space:normal;border:1px solid transparent;border-radius:var(--radius);background:#fff;display:grid;align-content:center;flex:1 1 175px;text-align:left}
.hero-search .hero-location-field{flex:2 1 330px}.hero-search .hero-search-field>span{color:var(--red);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2px}
.hero-search .hero-search-field input,.hero-search .hero-search-field select{width:100%;min-width:0;height:29px;border:0;outline:0;background:transparent;color:var(--ink);font:600 15px "DM Sans",sans-serif;padding:0}
.hero-search .hero-search-field:focus-within{border-color:var(--red);box-shadow:0 0 0 2px rgba(230,25,53,.1)}
.hero-search>button[type="submit"]{width:60px;min-width:60px;height:60px;padding:0;align-self:center}.hero-search .location-menu{right:auto;width:min(420px,100%)}
@media(max-width:600px){.hero-content{text-align:left}.hero .eyebrow{justify-content:flex-start}.hero-search{display:flex;height:auto;min-height:0;flex-wrap:wrap;padding:7px;gap:6px}.hero-search .hero-location-field{flex:1 1 calc(100% - 66px);order:1}.hero-search>button[type="submit"]{order:1}.hero-search .hero-date-field,.hero-search .hero-type-field{flex:1 1 calc(50% - 3px);order:2}.hero-search .location-menu{top:75px;width:100%}}

/* Fleet header search matches the integrated index banner */
.results-header{gap:20px}.results-search{width:min(900px,72vw);grid-template-columns:minmax(260px,2fr) minmax(145px,1fr) minmax(155px,1fr) 60px;gap:6px;padding:6px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius)}
.results-search .results-search-field{height:58px;padding:7px 13px;background:#fff;border:1px solid transparent}.results-search .results-search-field:focus-within{border-color:var(--red);box-shadow:0 0 0 2px rgba(230,25,53,.1)}
.results-search .results-search-field input,.results-search .results-search-field select{width:100%;min-width:0;height:29px;border:0;outline:0;background:transparent;color:var(--ink);font:600 14px "DM Sans",sans-serif;padding:0}.results-search>button[type="submit"]{width:58px;height:58px;padding:0;display:grid;place-items:center}.results-search>button svg{width:32px;height:32px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round}
.results-search .results-location-menu{left:0;right:auto;top:calc(100% + 8px);width:min(400px,45%)}
@media(max-width:700px){.results-header{min-height:198px}.results-search{width:100%;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 54px}.results-search .results-location-field{grid-column:1/3;grid-row:1}.results-search>button[type="submit"]{grid-column:3;grid-row:1;width:54px}.results-search .results-search-field:nth-of-type(2){grid-column:1;grid-row:2}.results-search .results-search-field:nth-of-type(3){grid-column:2/4;grid-row:2}.results-search .results-location-menu{top:70px;width:100%}.results-layout{min-height:calc(100vh - 198px)}.results-map{inset:198px 0 0}}
@media(max-width:430px){.results-header{min-height:258px}.results-search{grid-template-columns:minmax(0,1fr) 54px}.results-search .results-location-field{grid-column:1;grid-row:1}.results-search>button[type="submit"]{grid-column:2;grid-row:1}.results-search .results-search-field:nth-of-type(2){grid-column:1/3;grid-row:2}.results-search .results-search-field:nth-of-type(3){grid-column:1/3;grid-row:3}.results-layout{min-height:calc(100vh - 258px)}.results-map{inset:258px 0 0}}

/* Replacement search belongs below the fleet heading, not in the header */
.results-header>a:last-child{margin-left:auto}.results-content>.results-search{width:100%;max-width:none;margin:28px 0 32px;position:relative;z-index:50}
.results-content>.results-search .results-location-menu{z-index:60}
#results-type{color-scheme:light;color:var(--ink);-webkit-text-fill-color:var(--ink);background-color:#fff;opacity:1;cursor:pointer}
#results-type option{color:var(--ink);-webkit-text-fill-color:var(--ink);background:#fff;font:600 14px "DM Sans",sans-serif}
@media(max-width:700px){.results-header{height:70px;min-height:70px;flex-wrap:nowrap}.results-layout{min-height:calc(100vh - 70px)}.results-map{inset:70px 0 0}.results-content>.results-search{margin:24px 0 28px}}
@media(max-width:380px){.site-header{padding-inline:10px}.brand{width:105px}.brand img{width:195px;height:116px}.site-header .nav-cta{width:80px;font-size:11px}.site-header .header-actions{gap:5px}.site-header .icon-button,.site-header .menu-button{width:30px}}
@media(max-width:430px){.results-header{height:70px;min-height:70px}.results-layout{min-height:calc(100vh - 70px)}.results-map{inset:70px 0 0}}
@media(max-width:600px){.fleet-page{padding-top:70px}}

/* FAQ */
.faq{padding:95px max(6vw,24px);background:#fff;display:grid;grid-template-columns:minmax(260px,.7fr) minmax(500px,1.3fr);gap:clamp(55px,8vw,120px)}
.faq-intro h2{font-size:clamp(38px,4vw,58px);line-height:1.08;letter-spacing:-.045em;margin:0}.faq-intro>p:last-child{max-width:390px;color:var(--muted);font-size:14px;line-height:1.7}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:32px;align-content:start}.faq-column{display:grid;align-content:start;gap:14px}
.faq details{border-top:1px solid var(--line);transition:background .2s}.faq details:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.faq summary{min-height:76px;padding:20px 40px 20px 4px;display:flex;align-items:center;position:relative;color:var(--ink);font-weight:700;cursor:pointer;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:10px;color:var(--red);font:500 25px "Manrope",sans-serif;transition:transform .2s}.faq details[open] summary:after{transform:rotate(45deg)}.faq details[open]{background:var(--paper);padding-inline:12px;border-radius:var(--radius)}.faq details:hover summary{color:var(--red)}.faq details>p{margin:-5px 4px 22px;color:var(--muted);font-size:13px;line-height:1.65}.faq details a{color:var(--red);font-weight:700}
@media(max-width:900px){.faq{grid-template-columns:1fr}.faq-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}
@media(max-width:600px){.faq{padding:72px 18px;gap:38px}.faq-grid{grid-template-columns:1fr}.faq details:nth-last-child(2){border-bottom:0}.faq summary{min-height:68px}}
.faq-column details{border:0;border-radius:var(--radius);overflow:hidden}.faq-column details[open]{border:0}.faq-column details:nth-last-child(-n+2){border-bottom:0}
@media(max-width:600px){.faq-grid{gap:14px}}

/* Centered authenticated login over the homepage hero artwork */
.auth-page .auth-standalone{min-height:calc(100vh - 82px);padding:32px 20px;place-items:center;background:linear-gradient(90deg,rgba(8,9,10,.78),rgba(8,9,10,.4)),url("https://images.unsplash.com/photo-1574849693510-00ab036e8978?auto=format&fit=crop&q=88&w=2000") center 57%/cover no-repeat}
.auth-page .auth-panel{width:min(500px,100%);padding:42px;background:rgba(245,246,247,.97);box-shadow:0 20px 55px rgba(0,0,0,.35)}.auth-page .auth-panel h1{text-align:center;font-size:30px}.auth-page .auth-panel>p{text-align:center;color:var(--muted);font-size:16px;margin-bottom:28px}
.auth-page .compact-auth-card{gap:17px}.auth-page .compact-auth-card label{width:100%;padding:8px 15px 9px;border:1px solid var(--line);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}.auth-page .compact-auth-card label:focus-within{border-color:#8daef0;box-shadow:0 0 0 2px rgba(68,117,214,.12)}.auth-page .compact-auth-card label input{height:38px;padding:3px 0 0;font-size:16px;outline:0}.auth-page .compact-auth-card label:has(input[aria-invalid="true"]){border-color:var(--red);box-shadow:0 0 0 2px rgba(230,25,53,.12)}
.auth-page .compact-auth-card button{height:52px;background:var(--red);border:0;color:#fff;font-size:15px;cursor:pointer}.auth-page .compact-auth-card button:hover{background:#bd1029}.auth-page .auth-message{min-height:20px;text-align:center;color:var(--red);font-size:13px}.auth-page .auth-message.success{color:#1f875c}
.auth-page .compact-auth-card{background:transparent}.auth-page .auth-message:empty{display:none}.signup-prompt{margin:0;text-align:center;color:var(--muted);font-size:13px}.signup-prompt a{color:var(--red);font-weight:800}.signup-prompt a:hover{text-decoration:underline}
@media(max-width:600px){.auth-page .auth-standalone{min-height:calc(100vh - 70px);padding:20px 14px}.auth-page .auth-panel{padding:30px 20px}.auth-page .auth-panel h1{font-size:26px}}

/* Personal particulars */
.profile-page{background:#f4f4f2;padding-top:82px}.profile-shell{min-height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(285px,34%) minmax(0,66%)}
.profile-banner{position:sticky;top:82px;height:calc(100vh - 82px);padding:clamp(48px,7vw,105px) clamp(30px,5vw,76px);color:#fff;background:linear-gradient(rgba(8,9,10,.7),rgba(8,9,10,.75)),url("https://images.unsplash.com/photo-1574849693510-00ab036e8978?auto=format&fit=crop&q=88&w=1200") center/cover no-repeat}.profile-banner h1{margin:30px 0 24px;font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-.055em}.profile-banner h1 em{color:var(--red);font-style:normal}.profile-banner>p:last-child{max-width:440px;color:#d9dce1;font-size:15px;line-height:1.75}
.particulars-form{padding:clamp(35px,5vw,72px);display:grid;gap:24px;align-content:start}.profile-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:6px}.profile-heading p{margin:0 0 5px;color:var(--red);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.profile-heading h2{margin:0;font-size:clamp(30px,3vw,44px)}.profile-heading>span{color:var(--muted);font-size:13px}
.profile-form-section{background:#fff;border-radius:var(--radius);padding:clamp(22px,3vw,36px);box-shadow:0 8px 25px rgba(20,20,20,.05)}.section-heading{display:flex;gap:18px;align-items:start;padding-bottom:22px;margin-bottom:24px;border-bottom:1px solid var(--line)}.section-heading>span{color:var(--red);font-size:11px;font-weight:800}.section-heading h3{margin:0 0 5px;font-size:20px}.section-heading p{margin:0;color:var(--muted);font-size:13px}
.particulars-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px}.particulars-grid label{display:grid;gap:8px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.particulars-grid input{width:100%;height:48px;border:1px solid var(--line);border-radius:var(--radius);padding:0 14px;background:#fff;color:var(--ink);font:600 14px "DM Sans",sans-serif;outline:0}.particulars-grid input:focus{border-color:var(--red);box-shadow:0 0 0 2px rgba(230,25,53,.1)}.particulars-grid input:read-only{background:var(--paper);color:var(--muted)}.particulars-grid .wide-field{grid-column:span 2}
.profile-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:20px}.profile-status{margin:0;color:#1f875c;font-size:13px}.profile-form-actions button{height:50px;border:0;border-radius:var(--radius);padding:0 28px;background:var(--red);color:#fff;font-weight:800;cursor:pointer}.profile-form-actions button:hover{background:#bd1029}
@media(max-width:1050px){.profile-shell{grid-template-columns:280px minmax(0,1fr)}.particulars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.profile-page{padding-top:70px}.profile-shell{display:block}.profile-banner{position:relative;top:auto;height:auto;min-height:330px;padding:56px 24px}.particulars-form{padding:28px 18px}.profile-heading{align-items:start;flex-direction:column}.particulars-grid{grid-template-columns:1fr}.particulars-grid .wide-field{grid-column:auto}.profile-form-actions{align-items:stretch;flex-direction:column}.profile-form-actions button{width:100%}}

/* Profile and rental section tabs */
.profile-sidebar{background:#111820;height:calc(100vh - 82px);display:flex;flex-direction:column}.profile-sidebar h1{font-size:clamp(38px,4vw,62px);margin-bottom:42px}.profile-tabs{display:grid;gap:10px}.profile-tabs button{min-height:66px;width:100%;border:1px solid rgba(255,255,255,.13);border-radius:var(--radius);padding:0 18px;background:rgba(255,255,255,.04);color:#fff;display:flex;align-items:center;gap:16px;text-align:left;font:700 14px "DM Sans",sans-serif;cursor:pointer;transition:.2s}.profile-tabs button span{color:#8b929b;font-size:10px}.profile-tabs button:hover{border-color:rgba(230,25,53,.65);background:rgba(255,255,255,.08)}.profile-tabs button[aria-selected="true"]{border-color:var(--red);background:var(--red)}.profile-tabs button[aria-selected="true"] span{color:#fff}.profile-form-section[hidden],.rental-panel[hidden]{display:none}

/* Rental transactions */
.rentals-content{padding:clamp(35px,5vw,72px);display:grid;gap:30px;align-content:start}.rental-panel{padding:clamp(22px,3vw,36px);border-radius:var(--radius);background:#fff;box-shadow:0 8px 25px rgba(20,20,20,.05)}.rental-panel-heading{display:flex;justify-content:space-between;align-items:start;gap:20px;padding-bottom:22px;margin-bottom:8px;border-bottom:1px solid var(--line)}.rental-panel-heading h3{margin:0 0 5px;font-size:21px}.rental-panel-heading p{margin:0;color:var(--muted);font-size:13px}.rental-state{padding:7px 10px;border-radius:var(--radius);background:#fff0f2;color:var(--red);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.rental-history-list{display:grid}
.rental-transaction{display:grid;grid-template-columns:110px minmax(145px,1.4fr) repeat(5,minmax(95px,1fr)) auto;gap:18px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line)}.rental-transaction:last-child{border-bottom:0}.rental-transaction img{width:110px;height:78px;object-fit:contain;background:var(--paper);border-radius:var(--radius);padding:6px}.rental-transaction div{display:grid;gap:5px}.rental-transaction small{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.rental-transaction strong{font-size:13px}.rental-car span{color:var(--muted);font-size:11px}.rental-transaction .rental-total{color:var(--red);font-size:17px}.return-rental-button{min-height:42px;border-radius:var(--radius);padding:0 16px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800;white-space:nowrap}.return-rental-button:hover{background:#bd1029}
.approve-request-button{min-height:42px;border:0;border-radius:var(--radius);padding:0 16px;background:var(--red);color:#fff;font:800 12px "DM Sans",sans-serif;white-space:nowrap;cursor:pointer}.approve-request-button:hover{background:#bd1029}.approve-request-button.approved{background:#1f875c;cursor:default;opacity:1}
.return-rental-button.scheduled{background:#1f875c}.return-rental-button.active{background:#fff0f2;color:var(--red)}
@media(max-width:1250px){.rental-transaction{grid-template-columns:90px repeat(3,minmax(100px,1fr));gap:16px}.rental-transaction img{width:90px}.rental-transaction .rental-car{grid-column:span 2}.return-rental-button{justify-self:start}}
@media(max-width:760px){.profile-sidebar{height:auto;min-height:0;padding:38px 18px}.profile-sidebar h1{margin:24px 0 28px}.profile-tabs{grid-template-columns:1fr}.rentals-content{padding:28px 18px}.rental-transaction{grid-template-columns:82px 1fr 1fr}.rental-transaction img{width:82px}.rental-transaction .rental-car{grid-column:span 2}.return-rental-button,.approve-request-button{grid-column:1/-1;width:100%}}
@media(max-width:450px){.rental-transaction{grid-template-columns:1fr 1fr}.rental-transaction img{grid-column:1/-1;width:100%;height:130px}.rental-transaction .rental-car{grid-column:1/-1}}

/* Light account dashboard layout */
.profile-page{background:#f5f6f7}.profile-page .profile-shell{grid-template-columns:260px minmax(0,1fr);gap:0}.profile-page .profile-sidebar{height:calc(100vh - 82px);padding:42px 20px;background:#fff;color:var(--ink);border-right:1px solid var(--line);box-shadow:8px 0 30px rgba(20,20,20,.035)}.profile-page .profile-sidebar .eyebrow{color:var(--muted);padding:0 12px}.profile-page .profile-sidebar h1{margin:24px 12px 36px;font-size:26px;line-height:1.15;letter-spacing:-.035em}.profile-page .profile-sidebar h1 br{display:none}.profile-page .profile-sidebar h1 em{display:block;margin-top:4px;font-size:15px;letter-spacing:0;color:var(--red)}
.profile-page .profile-tabs{gap:8px}.profile-page .profile-tabs button{min-height:58px;border:0;padding:0 14px;background:transparent;color:var(--ink);font-size:13px}.profile-page .profile-tabs button span{width:27px;height:27px;border-radius:var(--radius);display:grid;place-items:center;background:var(--paper);color:var(--muted)}.profile-page .profile-tabs button:hover{border:0;background:#fff5f6;color:var(--red)}.profile-page .profile-tabs button[aria-selected="true"]{border:0;background:#fff0f2;color:var(--red);box-shadow:inset 3px 0 0 var(--red)}.profile-page .profile-tabs button[aria-selected="true"] span{background:var(--red);color:#fff}
.profile-page .particulars-form,.profile-page .rentals-content{padding:clamp(32px,4vw,62px);max-width:1450px;width:100%;margin:0 auto}.profile-page .profile-heading{padding-bottom:18px;border-bottom:1px solid var(--line)}.profile-page .profile-form-section,.profile-page .rental-panel{box-shadow:0 8px 28px rgba(20,20,20,.055);border:1px solid rgba(20,20,20,.035)}
.profile-page .section-heading,.profile-page .rental-panel-heading{display:none}.profile-page .rental-panel>.rental-transaction:first-of-type{padding-top:0}.profile-page .rental-history-list .rental-transaction:first-child{padding-top:0}
@media(max-width:760px){.profile-page .profile-shell{display:block}.profile-page .profile-sidebar{position:relative;top:auto;width:100%;height:auto;padding:24px 18px;border-right:0;border-bottom:1px solid var(--line)}.profile-page .profile-sidebar h1{margin:16px 8px 22px}.profile-page .profile-tabs{display:flex;overflow-x:auto;padding-bottom:4px}.profile-page .profile-tabs button{min-width:max-content;padding:0 16px}.profile-page .particulars-form,.profile-page .rentals-content{padding:26px 18px}}

/* Car return appointment */
.return-shell{min-height:calc(100vh - 82px);padding:clamp(32px,4vw,62px);background:#f5f6f7}.return-heading{max-width:1500px;margin:0 auto 28px;display:flex;align-items:end;justify-content:space-between;gap:24px;padding-bottom:18px;border-bottom:1px solid var(--line)}.return-heading p{margin:0 0 5px;color:var(--red);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.return-heading h1{margin:0;font-size:clamp(32px,3vw,46px)}.return-heading>a{color:var(--red);font-size:13px;font-weight:800}.return-card{max-width:1500px;margin:auto;padding:clamp(24px,3vw,40px);border:1px solid rgba(20,20,20,.035);border-radius:var(--radius);background:#fff;box-shadow:0 8px 28px rgba(20,20,20,.055)}.return-transaction{padding-top:0}.silver-divider{height:1px;margin:14px 0 34px;background:#c9c9c6}
.return-form-intro h2{margin:0 0 7px;font-size:23px}.return-form-intro p{margin:0;color:var(--muted);font-size:13px}.return-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:26px}.return-form-grid label{display:grid;align-content:start;gap:8px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.return-form-grid input{width:100%;height:50px;border:1px solid var(--line);border-radius:var(--radius);padding:0 14px;background:#fff;color:var(--ink);font:600 14px "DM Sans",sans-serif;outline:0}.return-form-grid input:focus{border-color:var(--red);box-shadow:0 0 0 2px rgba(230,25,53,.1)}.return-form-grid input:disabled{cursor:not-allowed;background:#f0f1f2;color:#5f6670;opacity:1}.return-form-grid label>small{color:#8b929c;font-size:10px;font-weight:500;text-transform:none;letter-spacing:0}.return-actions{display:flex;align-items:center;justify-content:flex-end;gap:20px;margin-top:28px}.return-status{margin:0;color:#1f875c;font-size:13px}.return-actions button{min-height:50px;border:0;border-radius:var(--radius);padding:0 24px;background:var(--red);color:#fff;font-weight:800;cursor:pointer}.return-actions button:hover{background:#bd1029}
.flatpickr-calendar{font-family:"DM Sans",sans-serif;border-radius:var(--radius);overflow:hidden}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected:hover{background:var(--red);border-color:var(--red)}.flatpickr-day.today{border-color:var(--red)}
@media(max-width:760px){.return-shell{min-height:calc(100vh - 70px);padding:26px 18px}.return-heading{align-items:start;flex-direction:column}.return-form-grid{grid-template-columns:1fr}.return-actions{align-items:stretch;flex-direction:column}.return-actions button{width:100%}}

/* Vehicle details — modern grid and container-responsive components */
.car-details-page{padding-top:82px;background:#fff}.vehicle-page-shell{width:min(1540px,100%);margin:auto;padding:clamp(24px,3vw,48px)}.vehicle-back{display:inline-block;margin-bottom:24px;color:var(--red);font-size:13px;font-weight:800}.vehicle-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,410px);gap:clamp(32px,5vw,76px);align-items:start}.vehicle-main{min-width:0;container-type:inline-size}.vehicle-title{padding-bottom:26px;border-bottom:1px solid var(--line)}.vehicle-title>p{margin:0 0 7px;color:var(--red);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.vehicle-title h1{margin:0;font-size:clamp(38px,5.5vw,78px);line-height:1;letter-spacing:-.055em}.vehicle-title>div{display:flex;gap:18px;margin-top:18px;color:var(--muted);font-size:13px}.vehicle-title>div span:first-child{color:var(--red)}
.vehicle-layout:has(.vehicle-booking-card[hidden]){grid-template-columns:minmax(0,1fr)}.vehicle-booking-card[hidden]{display:none}
.vehicle-gallery{margin:30px 0 0;border-radius:var(--radius);overflow:hidden;background:#f4f4f4;position:relative;aspect-ratio:16/8}.vehicle-gallery img{width:100%;height:100%;padding:clamp(20px,4vw,55px);object-fit:contain}.vehicle-gallery figcaption{position:absolute;left:14px;bottom:14px;padding:8px 11px;border-radius:var(--radius);background:rgba(17,18,20,.88);color:#fff;font-size:11px;font-weight:700}
.vehicle-section{padding:38px 0;border-bottom:1px solid var(--line)}.vehicle-section h2,.vehicle-location-section h2{margin:0 0 20px;font-size:25px}.vehicle-section>p{max-width:850px;margin:0;color:#4e535b;font-size:15px;line-height:1.8}.vehicle-specs,.vehicle-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 30px;margin:0;padding:0;list-style:none;color:#24272c}.vehicle-specs li,.vehicle-feature-grid li{font-size:15px}.vehicle-specs li::first-letter,.vehicle-feature-grid li::first-letter{color:var(--red);font-weight:800}.vehicle-rules{margin:0;padding-left:24px;display:grid;gap:13px;color:#4e535b;font-size:15px}.vehicle-location-section{padding-top:40px}.vehicle-location-section>div:first-child>p{margin:0 0 6px;color:var(--red);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.vehicle-location-section>div:first-child>h2{margin-bottom:7px}.vehicle-location-section>div:first-child>span{color:var(--muted);font-size:12px}#vehicle-detail-map{height:420px;margin-top:24px;border-radius:var(--radius);z-index:1;background:#ecece8}
.vehicle-booking-card{position:sticky;top:106px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 14px 42px rgba(20,20,20,.1);overflow:hidden}.vehicle-daily-price{display:flex;align-items:baseline;flex-wrap:wrap;padding:28px 30px;border-bottom:1px solid var(--line)}.vehicle-daily-price strong{color:var(--red);font:800 38px "Manrope",sans-serif}.vehicle-daily-price>span{margin-left:5px;font-weight:700}.vehicle-daily-price small{flex:1 1 100%;margin-top:3px;color:var(--muted)}.vehicle-booking-card form{display:grid;gap:22px;padding:28px 30px}.vehicle-booking-card fieldset{min-width:0;margin:0;padding:0;border:0}.vehicle-booking-card legend{margin-bottom:17px;font:800 19px "Manrope",sans-serif}.vehicle-booking-grid{display:grid;gap:14px}.vehicle-booking-card label{display:grid;gap:7px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.vehicle-booking-card input{width:100%;height:48px;border:1px solid var(--line);border-radius:var(--radius);padding:0 12px;background:#fff;color:var(--ink);font-weight:600;outline:0}.vehicle-booking-card input:focus{border-color:var(--red);box-shadow:0 0 0 2px rgba(230,25,53,.1)}.vehicle-booking-card form>button{height:54px;border:0;border-radius:var(--radius);background:var(--red);color:#fff;font-size:16px;font-weight:800;cursor:pointer}.vehicle-booking-card form>button:hover{background:#bd1029}.vehicle-protection{padding:27px 30px;background:var(--paper)}.vehicle-protection h2{margin:0 0 8px;font-size:18px}.vehicle-protection p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
@container (max-width:620px){.vehicle-specs,.vehicle-feature-grid{grid-template-columns:1fr}.vehicle-gallery{aspect-ratio:4/3}}
@media(max-width:900px){.car-details-page{padding-top:70px}.vehicle-page-shell{padding:24px 18px 45px}.vehicle-layout{grid-template-columns:1fr}.vehicle-booking-card{position:relative;top:auto;grid-row:1}.vehicle-main{grid-row:2}#vehicle-detail-map{height:340px}}

/* Full member registration */
.signup-page{padding-top:82px;background:#f5f6f7}.signup-shell{width:min(1200px,100%);margin:auto;padding:clamp(32px,5vw,70px)}.signup-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;padding-bottom:22px;margin-bottom:28px;border-bottom:1px solid var(--line)}.signup-heading p{margin:0 0 6px;color:var(--red);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.signup-heading h1{margin:0;font-size:clamp(34px,4vw,54px)}.signup-heading>a{color:var(--red);font-size:13px;font-weight:800}.signup-form{display:grid;gap:22px}.signup-form fieldset{min-width:0;margin:0;padding:clamp(22px,3vw,34px);border:1px solid rgba(20,20,20,.04);border-radius:var(--radius);background:#fff;box-shadow:0 8px 28px rgba(20,20,20,.05)}.signup-form legend{padding:0 8px;color:var(--ink);font:800 19px "Manrope",sans-serif}.signup-form legend span{margin-right:10px;color:var(--red);font:800 10px "DM Sans",sans-serif}.signup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px;margin-top:12px}.signup-grid label{display:grid;gap:8px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.signup-grid input{width:100%;height:48px;border:1px solid var(--line);border-radius:var(--radius);padding:0 14px;background:#fff;color:var(--ink);font:600 14px "DM Sans",sans-serif;outline:0}.signup-grid input:focus{border-color:var(--red);box-shadow:0 0 0 2px rgba(230,25,53,.1)}.signup-grid .signup-wide{grid-column:span 2}.signup-actions{display:flex;align-items:center;justify-content:flex-end;gap:20px}.signup-status{margin:0;color:#1f875c;font-size:13px}.signup-actions button{height:52px;border:0;border-radius:var(--radius);padding:0 30px;background:var(--red);color:#fff;font-weight:800;cursor:pointer}.signup-actions button:hover{background:#bd1029}
@media(max-width:700px){.signup-page{padding-top:70px}.signup-shell{padding:28px 18px}.signup-heading{align-items:start;flex-direction:column}.signup-grid{grid-template-columns:1fr}.signup-grid .signup-wide{grid-column:auto}.signup-actions{align-items:stretch;flex-direction:column}.signup-actions button{width:100%}}
