:root{--red:#ee1126;--ink:#111318;--muted:#707680;--line:#e6e8eb;--paper:#f5f6f8;--radius:10px;--shadow:0 12px 36px #1b223312;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:white;font-synthesis:none}*{box-sizing:border-box}body{margin:0;font-size:16px;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #ee112660;outline-offset:3px}.wrap{width:min(1240px,calc(100% - 112px));margin:0 auto}.red{color:var(--red)}.muted{color:var(--muted)}.full{grid-column:1/-1}.section{padding:58px 0}.staging-banner{position:relative;z-index:5;background:#fff5df;color:#765a13;text-align:center;font-size:11px;letter-spacing:.035em;padding:7px 14px;border-bottom:1px solid #efdfb9}.main-header{height:112px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:3;gap:30px}.brand{flex-shrink:0}.brand img{width:192px;height:88px;object-fit:contain}.main-header nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.main-header nav>a:hover{color:var(--red)}.languages{display:flex;gap:14px;margin-left:10px}.languages a{padding:8px 0;font-size:12px;border-bottom:2px solid transparent}.languages a[aria-current]{border-color:var(--red)}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:15px 26px;min-height:50px;color:white;background:var(--red);border:1px solid var(--red);border-radius:5px;font-weight:700;white-space:normal;text-align:center;transition:background .15s,transform .15s}.button:hover{background:#cf0c20}.button span{font-size:26px;line-height:1}.button.outline{background:transparent;color:var(--red)}.button.outline:hover{background:#fff3f4}.button.small{min-height:40px;padding:9px 25px}.button.secondary{background:white;color:var(--ink);border-color:#d6dbe1}.menu-toggle{display:none}.hero{height:690px;position:relative;isolation:isolate;overflow:hidden}.hero-photo{position:absolute;inset:0 0 0 30%;clip-path:polygon(21% 0,100% 0,100% 100%,0 100%);z-index:-1;background:#eceff1}.hero-photo img{height:100%;width:100%;object-fit:cover;object-position:52% 66%}.hero-inner{height:100%;position:relative}.hero-content{width:440px;max-width:46%;padding:22px 0 32px}.eyebrow{color:var(--red);font-size:12px;line-height:1.4;font-weight:800;letter-spacing:.22em;text-transform:uppercase;margin:0 0 22px}.hero h1{font-size:clamp(66px,7.3vw,102px);line-height:.91;letter-spacing:-.065em;font-weight:900;font-style:italic;margin:20px 0 12px}.hero h1 span{display:block;white-space:nowrap}.hero-subtitle{font-size:19px;max-width:410px;line-height:1.4;margin:20px 0 25px}.hero-stripes{position:absolute;top:-35px;left:5px;width:24px;height:170px;background:var(--red);transform:skew(-18deg);z-index:1;box-shadow:32px 105px 0 -4px var(--red)}.search-form{width:390px;max-width:100%;display:grid;grid-template-columns:1fr 1fr;gap:13px 12px;padding:22px;background:#fff;box-shadow:var(--shadow);border-radius:10px}.search-form label{font-size:13px;min-width:0}label{display:flex;flex-direction:column;gap:6px;font-weight:600;font-size:14px}input,select,textarea{padding:11px 12px;border:1px solid #d2d7de;border-radius:5px;min-height:44px;background:#fff;color:var(--ink);min-width:0;width:100%}select{padding-right:28px}input[type=datetime-local]{font-size:13px;padding:9px 7px}input[type=checkbox]{width:17px;height:17px;min-height:17px;flex-shrink:0;accent-color:var(--red);margin:2px 0}textarea{resize:vertical}h2{font-weight:850;font-size:38px;line-height:1.13;letter-spacing:-.04em;margin:0 0 14px}h3{margin:0;font-size:20px;line-height:1.3;letter-spacing:-.025em}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.section-heading h2{font-style:italic;font-size:43px;margin:0 0 10px}.red-rule{height:3px;width:42px;background:var(--red)}.text-link{color:var(--red);font-weight:700;display:inline-flex;align-items:center;gap:15px}.text-link span{font-size:30px}.car-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.car-card{border:1px solid var(--line);border-radius:5px;overflow:hidden;background:white;box-shadow:0 3px 3px #00000003;transition:transform .2s,box-shadow .2s}.car-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.car-photo{position:relative;display:block;background:#f1f3f5;aspect-ratio:2.1;overflow:hidden}.car-photo img{height:100%;width:100%;object-fit:cover}.photo-label{position:absolute;bottom:12px;left:16px;font-size:11px;color:#878e98}.car-info{padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}.car-info p{margin:4px 0 0;font-size:14px;color:var(--muted)}.car-info p span{padding:0 4px}.car-info .card-price{color:var(--ink);margin-top:9px}.card-price small{font-size:12px;color:var(--muted)}.card-price strong{font-size:17px}.arrow-button{flex-shrink:0;display:grid;place-items:center;border-radius:4px;width:46px;height:46px;background:var(--red);color:white;font-size:28px}.benefit-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:32px 0}.benefit-strip h3{font-size:17px;margin:5px 0}.benefit-strip p{color:var(--muted);font-size:14px;margin:6px 0}.step-number{font-size:12px;font-weight:800;color:var(--red);letter-spacing:.1em}.newsletter-section{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;padding:45px 0 52px}.newsletter-section h2{font-size:29px;max-width:350px}.newsletter-section .eyebrow{margin-bottom:12px}.inline-form{display:flex;gap:10px}.inline-form input{flex:1}.checkbox{display:flex;flex-direction:row;gap:10px;align-items:flex-start;font-weight:400;font-size:12px;line-height:1.6}.checkbox a{text-decoration:underline}.newsletter-section .checkbox{margin-top:12px;color:var(--muted)}.footer{border-top:2px solid var(--red);padding:26px 0 18px}.footer-top{display:grid;grid-template-columns:1fr 1.35fr 1fr;gap:20px;align-items:center;font-size:14px}.footer-top>span+span{border-left:1px solid #d1d5db;border-right:1px solid #d1d5db;text-align:center;padding:2px 10px}.wordmark{font-size:11px;letter-spacing:.27em;font-weight:700}.footer-phone{text-align:right;white-space:nowrap;font-size:16px}.footer-phone>span{color:var(--red);font-size:24px;vertical-align:middle;margin-right:8px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:28px;color:var(--muted);font-size:11px}.footer-bottom div{display:flex;gap:20px}.micro{font-size:11px;line-height:1.6;color:var(--muted)}.footer>.micro{margin:18px 0 0}.page-title{font-size:52px;letter-spacing:-.05em;line-height:1.08;font-style:italic;margin:0 0 20px}.lede{font-size:18px;line-height:1.75;color:#575e68}.filter-bar{display:grid;grid-template-columns:1fr 1fr 1.2fr 1fr auto;align-items:end;gap:15px;padding:23px;background:var(--paper);border-radius:10px;margin:30px 0}.filter-bar label{font-size:12px}.filter-bar .button{padding:11px 20px;min-height:44px;font-size:14px}.booking-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;margin-top:30px}.back-link{color:var(--muted);font-size:14px}.vehicle-summary{align-self:start;position:sticky;top:25px}.summary-image{position:relative;background:var(--paper);border-radius:8px;overflow:hidden;margin-bottom:30px}.summary-image>span{position:absolute;bottom:12px;left:16px;font-size:12px;color:var(--muted)}.summary-image img{width:100%;aspect-ratio:1.9;object-fit:cover}.vehicle-summary h1{font-size:32px;letter-spacing:-.04em;line-height:1.1;margin:14px 0}.specifications{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.specifications span{padding:6px 12px;background:var(--paper);border-radius:4px;font-size:12px}.price-big{font-size:35px;font-weight:800;margin:25px 0 12px}.price-big small{font-weight:400;font-size:16px;color:var(--muted)}.booking-form-panel{border:1px solid var(--line);padding:32px;border-radius:12px;background:#fff;box-shadow:0 5px 30px #11111104}.booking-form-panel h2{font-size:34px}.booking-form-panel>p:not(.eyebrow){font-size:14px;color:var(--muted);margin-bottom:25px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid .micro{margin:0}.quote-box{display:grid;grid-template-columns:1fr auto;background:#fff3f4;padding:16px 18px;border-radius:6px;border:1px solid #f9d6da;gap:4px 15px}.quote-box>span{font-size:12px}.quote-box strong{font-size:22px;grid-column:2;grid-row:1/3}.quote-box #quote-error{grid-column:1/-1;font-size:12px;margin:0}.alert{padding:15px 18px;border-radius:5px;margin:0 0 22px;font-size:14px;line-height:1.6}.alert.error{color:#9e1120;background:#fff0f1;border:1px solid #f2bfc5}.alert.success{background:#eef9f2;border:1px solid #b4e1c5;color:#255c39}.empty-state{padding:60px 30px;grid-column:1/-1;text-align:center;background:var(--paper);border-radius:8px;color:var(--muted)}.message-page{max-width:920px;min-height:420px}.message-page .prose{margin:30px 0}.preserve-lines{white-space:pre-wrap}.prose{font-size:17px;line-height:1.9;color:#4b535d}.reference{background:var(--paper);padding:20px;border-radius:6px}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:45px 0}.contact-cards>a,.contact-cards>div{padding:28px;background:var(--paper);border-radius:8px}.contact-cards span{display:block;color:var(--muted);font-size:13px;margin-bottom:10px}.contact-cards strong{font-size:22px;overflow-wrap:anywhere}.about-grid{display:grid;grid-template-columns:1fr .8fr;gap:75px;align-items:center}.about-image{border-radius:8px;min-height:480px;object-fit:cover}.sr-only,.honeypot{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip{position:absolute;left:-10000px;top:8px;padding:10px;background:white;color:var(--red);z-index:100}.skip:focus{left:10px}
@media(min-width:1500px){.hero-photo{right:calc((100vw - 1440px)/2);left:calc((100vw - 1240px)/2 + 325px)}}
@media(max-width:1100px){.wrap{width:calc(100% - 60px)}.main-header nav{gap:20px}.languages{gap:10px;margin:0}.hero{height:650px}.hero-content{max-width:47%;width:410px}.hero h1{font-size:80px}.hero-photo{left:29%}.hero-subtitle{font-size:17px}.search-form{padding:20px}.booking-grid{gap:30px}.booking-form-panel{padding:25px}.filter-bar{grid-template-columns:1fr 1fr 1fr}.filter-bar .button{grid-column:2/4}.footer-top{grid-template-columns:1fr 1fr}.footer-top>span+span{display:none}.section-heading h2{font-size:37px}.car-info h3{font-size:18px}}
@media(max-width:900px){.wrap{width:calc(100% - 36px)}.staging-banner{font-size:9px;padding:6px 9px}.main-header{height:91px}.brand img{width:150px;height:72px}.menu-toggle{display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:white;border-radius:4px;padding:8px 11px;font-weight:600;font-size:13px}.main-header nav{display:none;position:absolute;top:82px;left:0;right:0;background:white;padding:22px;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;align-items:stretch}.main-header nav.open{display:flex;flex-direction:column;gap:20px}.languages{gap:24px}.hero{height:auto;padding-bottom:24px;overflow:hidden}.hero-photo{position:relative;left:auto;right:auto;height:285px;width:100%;clip-path:polygon(12% 0,100% 0,100% 100%,0 100%);margin-top:0;z-index:0}.hero-photo img{object-position:center 65%}.hero-inner{height:auto;position:relative}.hero-content{max-width:none;width:100%;padding:25px 0 0}.hero .eyebrow{font-size:10px;margin-bottom:16px}.hero h1{font-size:63px;line-height:.95;margin:12px 0}.hero h1 span{display:inline;white-space:normal;margin-right:10px}.hero h1 .red{display:block}.hero-subtitle{margin:15px 0 20px;font-size:17px;max-width:100%}.hero-stripes{top:0;left:-8px;width:20px;height:115px;box-shadow:27px 75px 0 -3px var(--red)}.search-form{width:100%;padding:20px;gap:13px}.search-form input{font-size:14px;min-height:44px}.section{padding:32px 0}.section-heading{gap:15px;margin-bottom:20px;align-items:flex-end}.section-heading h2{font-size:32px}.section-heading .text-link{font-size:12px;gap:8px;white-space:nowrap}.car-grid{grid-template-columns:1fr;gap:22px}.car-info{padding:16px}.car-info h3{font-size:19px}.benefit-strip{grid-template-columns:1fr;gap:24px;padding:30px 0}.benefit-strip>div{position:relative;padding-left:44px}.step-number{position:absolute;left:0;top:4px}.newsletter-section{grid-template-columns:1fr;gap:15px;padding:32px 0}.newsletter-section h2{font-size:29px}.inline-form{gap:7px}.inline-form .button{padding:12px 15px;font-size:13px;flex-shrink:0}.footer{padding-top:20px}.footer-top{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.footer-phone{text-align:left}.footer-bottom{flex-direction:column;gap:14px;margin-top:20px}.footer-bottom div{flex-wrap:wrap;gap:15px}.page-title{font-size:40px}.lede{font-size:16px}.filter-bar{grid-template-columns:1fr 1fr;padding:16px;gap:12px}.filter-bar .button{grid-column:1/-1}.filter-bar label{font-size:11px}.booking-grid{grid-template-columns:1fr;gap:30px;margin-top:20px}.vehicle-summary{position:static}.vehicle-summary h1{font-size:29px}.summary-image{margin-bottom:20px}.booking-form-panel{padding:22px 17px;box-shadow:none}.form-grid{gap:16px 12px}.form-grid label{font-size:12px}.form-grid input,.form-grid select{font-size:14px}.form-grid input[type=datetime-local]{font-size:12px;padding:10px 6px}.quote-box strong{font-size:20px}.contact-cards{grid-template-columns:1fr;margin:25px 0;gap:16px}.contact-cards strong{font-size:20px}.about-grid{grid-template-columns:1fr;gap:30px}.about-image{min-height:300px;max-height:400px}.message-page{min-height:350px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* Prevent native date/select controls from widening grid tracks on small screens. */
.booking-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}
.booking-grid>*,.form-grid>*,.filter-bar>*,.newsletter-section>*{min-width:0}
.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.quote-box{grid-template-columns:minmax(0,1fr) auto}
@media(max-width:900px){.booking-grid{grid-template-columns:minmax(0,1fr)}}
@media(max-width:480px){.booking-form-panel .form-grid{grid-template-columns:minmax(0,1fr)}.booking-form-panel .form-grid .full{grid-column:1}.booking-form-panel h2{font-size:30px}.quote-box strong{font-size:19px}.vehicle-summary h1{overflow-wrap:anywhere}}
@media(max-width:900px){.hero h1{font-size:clamp(44px,14vw,63px)}.hero h1 span{display:block;margin-right:0;overflow-wrap:normal}}
@media(max-width:480px){.section-heading{flex-wrap:wrap;gap:8px;align-items:flex-start}}
/* v4: fluid desktop canvas with controlled reading widths. */
:root{--canvas:min(1840px,92vw)}
.wrap{width:var(--canvas)}
.main-header{height:128px;gap:32px}
.brand img{width:clamp(230px,17vw,310px);height:108px}
.hero{height:clamp(690px,42vw,800px)}
.hero-photo{left:calc((100% - var(--canvas))/2 + var(--canvas)*.27);right:calc((100% - var(--canvas))/2);border-radius:0 14px 14px 0}
.hero-photo img{object-position:54% 64%}
.hero-content{width:clamp(430px,31vw,575px);max-width:43%;padding-top:clamp(24px,2vw,48px)}
.hero h1{font-size:clamp(80px,6.3vw,120px);font-style:normal;letter-spacing:-.065em}
.hero-subtitle{font-size:clamp(18px,1.2vw,22px);max-width:470px}
.hero .eyebrow{font-size:clamp(11px,.8vw,14px)}
.search-form{width:min(100%,470px);padding:24px;gap:16px;box-shadow:0 16px 48px #15243b14;border:1px solid #edf0f3}
.search-form input,.search-form select{min-height:48px}
.hero-stripes{left:calc((100% - var(--canvas))/2 - 50px)}
.section{padding:clamp(40px,3.5vw,72px) 0}
.car-grid{gap:clamp(22px,2vw,40px)}
.car-card{border-radius:12px}.car-info{padding:22px 24px}.car-info h3{font-size:clamp(20px,1.4vw,26px)}
.car-photo{aspect-ratio:2.1}.car-info p{font-size:15px}
.main-header nav{font-size:15px}.languages a{min-height:44px;display:flex;align-items:center}
.booking-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);gap:clamp(32px,4vw,80px)}
.booking-form-panel{max-width:760px;width:100%;justify-self:end}
.prose,.lede{max-width:78ch}.guide-page{max-width:1050px}.message-page{max-width:1050px}
@media(min-width:1700px){.section:not(:has(.section-heading))>.car-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1100px){:root{--canvas:calc(100% - 56px)}.main-header{height:110px}.brand img{width:220px;height:92px}.hero{height:700px}.hero-content{width:430px;max-width:49%}.hero h1{font-size:82px}.hero-photo{left:32%;right:0}.hero-subtitle{font-size:18px}.search-form{padding:20px}.booking-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}}
@media(max-width:900px){:root{--canvas:calc(100% - 36px)}.main-header{height:104px;gap:12px}.brand img{width:210px;height:90px}.main-header nav{top:94px}.main-header nav a{min-height:44px;display:flex;align-items:center}.menu-toggle{min-height:44px}.hero{height:auto;display:flex;flex-direction:column;padding-bottom:12px}.hero-photo{position:relative;inset:auto;height:240px;width:100%;margin:0;clip-path:polygon(8% 0,100% 0,100% 100%,0 100%);border-radius:0;order:0}.hero-inner{order:1}.hero-content{width:100%;max-width:none;padding:26px 0 12px}.hero h1{font-size:clamp(52px,12vw,76px);line-height:.97;margin-top:14px}.hero h1 span{display:inline;white-space:normal;margin-right:8px}.hero h1 .red{display:block}.hero .eyebrow{font-size:10px;margin-bottom:12px}.hero-subtitle{font-size:17px;margin:16px 0 22px}.hero-stripes{display:none}.search-form{width:100%;padding:20px;gap:16px 12px}.search-form input,.search-form select,.form-grid input,.form-grid select,.filter-bar input,.filter-bar select,input[type=datetime-local]{font-size:16px;min-height:48px}.search-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.car-info{padding:18px}.car-info h3{font-size:21px}.car-photo{aspect-ratio:1.85}.booking-grid{grid-template-columns:minmax(0,1fr)}.booking-form-panel{max-width:none;justify-self:stretch}.section-heading h2{font-size:32px}.section{padding:36px 0}.button{min-height:48px}.main-header .languages{gap:16px;flex-wrap:wrap}.newsletter-section .inline-form{flex-wrap:wrap}.newsletter-section .inline-form input{flex-basis:180px}.footer-bottom a{padding:8px 0}.filter-bar{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}
@media(max-width:420px){.brand img{width:190px}.hero-photo{height:210px}.search-form{grid-template-columns:1fr}.search-form .full{grid-column:1}.hero h1{font-size:52px}.hero-content{padding-top:22px}.section-heading h2{font-size:29px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:1}.filter-bar{grid-template-columns:1fr}.filter-bar .button{grid-column:1}}

@media(min-width:2200px){:root{--canvas:min(2560px,88vw)}.hero{height:860px}.hero-content{padding-top:60px}.hero h1{font-size:128px}.hero-photo{left:calc((100% - var(--canvas))/2 + var(--canvas)*.26)}.main-header{height:144px}.brand img{width:340px;height:120px}}

/* V5: server-rendered campaigns, accessible motion, transparent booking totals. */
.offers-section{margin-top:14px;margin-bottom:20px}.offer-hero{background:#e90825;color:white;position:relative;isolation:isolate;overflow:hidden;border-radius:14px;display:grid;grid-template-columns:1.35fr 1fr;min-height:280px;box-shadow:0 14px 38px #aa10251a}
.offer-copy{padding:32px 38px;z-index:2}.offer-kicker{font-size:12px;font-weight:800;letter-spacing:2px;margin:0 0 14px;color:#fff}.offer-copy h2{font-size:clamp(28px,3.2vw,44px);line-height:1.05;max-width:550px;margin:0 0 15px;color:white;letter-spacing:-1px}.offer-scope{font-size:19px;font-weight:650;margin:0 0 9px}.offer-dates{font-size:14px;line-height:1.5;margin:0 0 22px}.offer-button{background:white;color:#bb0621;border:1px solid white;padding:12px 20px;min-height:44px}.offer-button:hover{background:#14202e;color:white;border-color:#14202e}.offer-figure{position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(120deg,#d00822,#a5031b);clip-path:polygon(18% 0,100% 0,100% 100%,0 100%);padding:22px 18px 22px 50px}.offer-figure>span{position:relative;z-index:1;font-size:clamp(82px,10vw,155px);font-weight:900;letter-spacing:-7px;line-height:1;animation:offer-arrive .7s ease-out both}.offer-figure small{font-size:.48em;letter-spacing:-2px}.offer-lines{position:absolute;width:260px;height:500px;transform:rotate(22deg);border-left:30px solid #ffffff0d;border-right:55px solid #ffffff0b;right:28px;pointer-events:none}.offer-terms{font-size:13px;line-height:1.5;color:#4e5969;margin:10px 2px 0;max-width:100%}.other-offers{margin-top:10px;font-size:14px}.other-offers summary{cursor:pointer;font-weight:700;min-height:32px}.other-offers li{margin:10px 0}.car-photo{position:relative}.discount-badge{position:absolute;top:16px;left:16px;background:#e90825;color:white;padding:10px 14px;border-radius:6px;font-size:22px;font-weight:850;line-height:1;box-shadow:0 4px 12px #1112}.inline-badge{position:static;display:inline-block;margin-bottom:12px;margin-right:12px}.card-price del,.price-big del{font-size:15px;color:#687282;font-weight:400;margin-right:8px}.discount-price{color:#d00822;font-size:22px}.car-info .card-offer-dates,.card-offer-dates{font-size:12px;line-height:1.5;color:#555f6c;margin-top:8px}.car-info .saving-note,.saving-note{color:#117448;font-weight:700}.extras-picker{border:1px solid #d9dfe7;border-radius:10px;margin:4px 0;padding:18px;min-width:0}.extras-picker legend{padding:0 8px;font-size:18px;font-weight:750}.extra-option{display:flex!important;align-items:center;gap:12px;padding:13px 4px;border-bottom:1px solid #e7eaf0;cursor:pointer}.extra-option input{width:22px!important;height:22px;flex:0 0 22px;accent-color:#e90825}.extra-option span{display:block}.extra-option small{display:block;font-size:14px;color:#586475;margin-top:5px}.extras-picker p{font-size:13px;line-height:1.5;margin:14px 0 0}.quote-box #quote-breakdown{width:100%;margin-top:14px;border-top:1px solid #dbe1e8;padding-top:8px}.price-line{display:flex;justify-content:space-between;align-items:start;gap:16px;font-size:14px;padding:8px 0}.price-line>span:last-child,.price-line>strong:last-child{white-space:nowrap}.price-line small{display:block;font-size:12px;color:#687282}.price-explainer{font-size:14px;line-height:1.6}.price-explainer summary{cursor:pointer;font-weight:650;min-height:32px}.price-big{overflow-wrap:anywhere}.offer-hero a:focus-visible,.extras-picker input:focus-visible{outline:3px solid #14202e;outline-offset:4px}
@keyframes offer-arrive{from{opacity:.3;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:700px){.offer-hero{grid-template-columns:1fr;min-height:0}.offer-copy{padding:24px 22px}.offer-copy h2{font-size:32px;max-width:360px}.offer-figure{clip-path:none;min-height:108px;padding:12px 22px;justify-content:flex-end}.offer-figure>span{font-size:84px;letter-spacing:-4px}.offer-scope{font-size:17px}.offer-dates{font-size:14px}.offer-button{width:100%;justify-content:space-between}.offer-terms{font-size:12px}.discount-badge{font-size:20px;top:12px;left:12px}.price-line{font-size:13px;gap:10px}}
@media(prefers-reduced-motion:reduce){.offer-figure>span{animation:none}*{scroll-behavior:auto!important}}
.quote-box .price-line strong{font-size:inherit;line-height:inherit}.price-line>:first-child{min-width:0;overflow-wrap:anywhere}.quote-box #quote-breakdown{grid-column:1/-1}
.extras-picker .extra-option{flex-direction:row;text-align:left}.extras-picker .extra-option>span{flex:1;min-width:0}

/* V6: generous touch targets, vehicle gallery and consistent brand artwork. */
.checkbox{align-items:flex-start;gap:14px;min-height:48px;padding:10px 0;cursor:pointer;font-size:15px;line-height:1.5}
.checkbox input[type=checkbox],.checkbox input[type=radio]{appearance:auto;width:26px;height:26px;min-width:26px;min-height:26px;flex:0 0 26px;margin:1px 0 0;accent-color:var(--red);cursor:pointer}
.checkbox span{min-width:0}.checkbox small{display:block;font-size:13px;line-height:1.5;margin-top:5px;color:#526276}.form-grid label.checkbox{font-size:15px}
.fleet-all-action{display:flex;justify-content:center;margin:32px 0 8px}.all-vehicles-button{min-height:62px;min-width:290px;justify-content:center;gap:32px;font-size:19px;padding:18px 36px;box-shadow:0 8px 22px #ee112621}
.vehicle-gallery{margin-bottom:24px;min-width:0}.vehicle-gallery .summary-image{margin-bottom:10px}.vehicle-gallery .summary-image img{object-fit:contain;background:#fff;width:100%;aspect-ratio:1.75;height:auto;touch-action:pan-y}
.gallery-controls{display:flex;justify-content:center;align-items:center;gap:20px;margin:8px 0}.gallery-controls button{width:48px;height:44px;border:1px solid #d5dce5;background:#fff;border-radius:8px;cursor:pointer;font-size:22px;color:var(--ink)}
.gallery-thumbnails{display:flex;gap:8px;overflow-x:auto;padding:6px 2px 10px;max-width:100%}.gallery-thumbnails a{flex:0 0 88px;border:2px solid #dce1e7;border-radius:8px;overflow:hidden;min-height:60px}.gallery-thumbnails a[aria-current=true]{border-color:var(--red)}.gallery-thumbnails img{display:block;width:88px;height:62px;object-fit:contain;background:white}
.gallery-thumbnails a:focus-visible,.gallery-controls button:focus-visible{outline:3px solid var(--red);outline-offset:3px}
.brand img{object-fit:contain;height:auto;max-height:110px}.footer-logo{display:block;object-fit:contain;width:230px;height:auto;max-width:100%}
.admin-brand{display:block!important;background:#fff;border-radius:8px;padding:10px!important}.admin-brand img{display:block;width:100%;height:auto}.auth-brand img{display:block;max-width:100%;height:auto}.auth-brand{display:block!important}
.admin-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin:20px 0}.admin-photo-card{border:1px solid #dce1e7;border-radius:10px;padding:12px;min-width:0}.admin-photo-card>img{width:100%;height:130px;object-fit:contain;background:#fff}.admin-photo-card label{display:flex;gap:8px;margin-top:8px}.admin-photo-card label:not(.checkbox){flex-direction:column}.admin-photo-card .checkbox{font-size:13px;min-height:38px;padding:4px 0}.vehicle-gallery-editor{min-width:0}
@media(max-width:700px){.all-vehicles-button{width:100%;min-width:0;max-width:380px;font-size:18px}.fleet-all-action{margin-top:24px}.checkbox input[type=checkbox],.checkbox input[type=radio]{min-height:26px}.brand img{height:auto;max-height:80px}.newsletter-section .checkbox{font-size:14px}.admin-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(prefers-reduced-motion:reduce){.gallery-thumbnails{scroll-behavior:auto}}
/* Keep each translated hero line readable on narrow screens. */
@media(max-width:900px){.hero h1 span{display:block;margin-right:0;white-space:normal;overflow-wrap:anywhere}.hero h1{font-size:clamp(42px,11vw,72px)}}

/* V7 fleet discovery and vehicle lifecycle controls. */
.fleet-all-action{margin:42px auto 12px}.all-vehicles-button{min-width:360px;min-height:80px;padding:15px 18px;gap:20px;border-radius:16px;background:#14202e;border-color:#14202e;box-shadow:0 12px 28px #14202e20}.all-vehicles-button .fleet-cta-label{font-size:21px;font-weight:800;line-height:1.2;flex:1;text-align:left}.fleet-cta-icon{display:grid;place-items:center;background:#ffffff12;border-radius:11px;width:52px;height:48px;flex-shrink:0}.all-vehicles-button .fleet-cta-arrow{display:grid;place-items:center;border-radius:50%;background:#ee1126;width:44px;height:44px;font-size:25px;transition:transform .18s}.all-vehicles-button:hover{background:#24384e;border-color:#24384e;transform:translateY(-2px)}.all-vehicles-button:hover .fleet-cta-arrow{transform:rotate(45deg)}.vehicle-tabs{display:flex;gap:12px;margin:20px 0;flex-wrap:wrap}.vehicle-tabs a{padding:12px 20px;border:1px solid #d6dbe1;border-radius:24px;background:white}.vehicle-tabs a[aria-current]{background:#14202e;color:white}.vehicle-delete-action{border-top:1px solid #e2e6eb;margin-top:32px;padding-top:24px}.vehicle-delete-action p{font-size:14px;color:#596574}.button.danger-outline{background:white;color:#b00d25;border:1px solid #b00d25}.delete-panel{max-width:850px}.delete-panel h1{overflow-wrap:anywhere}@media(max-width:700px){.all-vehicles-button{min-width:0;width:100%;max-width:420px;padding:14px;gap:14px}.all-vehicles-button .fleet-cta-label{font-size:19px}}@media(prefers-reduced-motion:reduce){.all-vehicles-button,.fleet-cta-arrow{transition:none!important;transform:none!important}}

.recommended-label{color:#c8102e!important;font-weight:800!important;font-size:.86em;display:inline;white-space:normal}
