/* WeOneRent external CSS — served by worker /assets/wor.css */
/* === Sprint 11 quick wins === */
@media (max-width:768px){input,select,textarea,.w-input,.w-select{font-size:16px!important}}
/* === Multi-channel widget (replaces static WA + Chaty) === */
.wor-mw{position:fixed!important;bottom:90px;right:24px;z-index:8000;font-family:'Inter',-apple-system,sans-serif;line-height:1}
.wor-mw *{box-sizing:border-box}
.wor-mw__trigger{width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;max-width:60px!important;max-height:60px!important;border-radius:50%!important;border:none!important;padding:0!important;margin:0!important;cursor:pointer;background:linear-gradient(135deg,#2563EB 0%,#1d4ed8 100%);box-shadow:0 10px 30px rgba(37,99,235,.45),0 4px 10px rgba(37,99,235,.25),inset 0 1px 0 rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;position:relative;transition:background .25s ease,transform .2s ease,box-shadow .25s ease;outline:none;overflow:hidden;font-family:inherit;color:inherit}
.wor-mw__trigger:hover{transform:scale(1.06);box-shadow:0 12px 36px rgba(37,99,235,.55),0 4px 12px rgba(37,99,235,.3)}
.wor-mw__trigger:focus-visible{box-shadow:0 0 0 3px rgba(37,99,235,.3),0 10px 30px rgba(37,99,235,.45)}
.wor-mw__trigger svg{width:26px!important;height:26px!important;color:#fff;fill:#fff;display:block}
.wor-mw.wor-mw--open .wor-mw__trigger{background:linear-gradient(135deg,#1e293b 0%,#0F172A 100%);box-shadow:0 10px 30px rgba(15,23,42,.4),0 4px 10px rgba(15,23,42,.2)}
.wor-mw.wor-mw--open .wor-mw__trigger:hover{box-shadow:0 12px 36px rgba(15,23,42,.5)}
.wor-mw__icon[hidden]{display:none!important}
.wor-mw__panel{position:absolute;bottom:calc(100% + 14px);right:0;width:340px;background:#fff;border-radius:20px;box-shadow:0 24px 70px rgba(15,23,42,.22),0 4px 16px rgba(15,23,42,.08);overflow:hidden;transform-origin:bottom right;animation:wor-mw-pop .28s cubic-bezier(.34,1.4,.5,1) backwards}
.wor-mw__panel[hidden]{display:none}
@keyframes wor-mw-pop{from{opacity:0;transform:scale(.85) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}
.wor-mw__header{padding:20px 22px 16px;background:linear-gradient(135deg,#2563EB 0%,#1d4ed8 100%);color:#fff;position:relative;overflow:hidden}
.wor-mw__header::before{content:'';position:absolute;top:-30%;right:-20%;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.12),transparent 70%);pointer-events:none}
.wor-mw__title{font-size:1.1rem;font-weight:800;letter-spacing:-.015em;margin:0;position:relative}
.wor-mw__sub{font-size:.78rem;font-weight:500;opacity:.92;margin-top:4px;position:relative;display:flex;align-items:center;gap:6px}
.wor-mw__sub::before{content:'';width:7px;height:7px;border-radius:50%;background:#10B981;box-shadow:0 0 0 0 rgba(16,185,129,.6);animation:wor-mw-dot 2s ease-out infinite}
@keyframes wor-mw-dot{0%{box-shadow:0 0 0 0 rgba(16,185,129,.6)}70%{box-shadow:0 0 0 6px rgba(16,185,129,0)}100%{box-shadow:0 0 0 0 rgba(16,185,129,0)}}
.wor-mw__channels{padding:8px;max-height:60vh;overflow-y:auto}
.wor-mw__ch{display:flex;align-items:center;gap:14px;padding:11px 12px;border-radius:14px;text-decoration:none;color:#0F172A;transition:background .15s ease,transform .15s ease;animation:wor-mw-row .35s cubic-bezier(.25,1,.5,1) backwards}
.wor-mw__ch:hover{background:#F1F5F9;transform:translateX(2px)}
.wor-mw__ch:nth-child(1){animation-delay:.05s}
.wor-mw__ch:nth-child(2){animation-delay:.10s}
.wor-mw__ch:nth-child(3){animation-delay:.15s}
.wor-mw__ch:nth-child(4){animation-delay:.20s}
.wor-mw__ch:nth-child(5){animation-delay:.25s}
.wor-mw__ch:nth-child(6){animation-delay:.30s}
.wor-mw__ch:nth-child(7){animation-delay:.35s}
@keyframes wor-mw-row{from{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}
.wor-mw__icn{flex-shrink:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 3px 8px rgba(15,23,42,.14)}
.wor-mw__icn svg{width:20px;height:20px;fill:currentColor;display:block}
.wor-mw__lbl{display:flex;flex-direction:column;line-height:1.25;min-width:0;flex:1}
.wor-mw__lbl b{font-size:.9rem;font-weight:700;color:#0F172A}
.wor-mw__lbl small{font-size:.74rem;color:#64748B;font-weight:500;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wor-mw__ch--wa .wor-mw__icn{background:#25D366}
.wor-mw__ch--tg .wor-mw__icn{background:#26A5E4}
.wor-mw__ch--ph .wor-mw__icn{background:linear-gradient(135deg,#3B82F6 0%,#2563EB 100%)}
.wor-mw__ch--ig .wor-mw__icn{background:radial-gradient(circle at 30% 110%,#FFD600 0%,#FF7A00 25%,#FF0069 50%,#D300C5 75%,#7638FA 100%)}
.wor-mw__ch--fb .wor-mw__icn{background:linear-gradient(135deg,#00B2FF 0%,#006AFF 100%)}
.wor-mw__ch--em .wor-mw__icn{background:#475569}
.wor-mw__ch--mp .wor-mw__icn{background:#EA4335}
@media (max-width:480px){.wor-mw{bottom:90px;right:18px}.wor-mw__trigger{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;max-width:56px!important;max-height:56px!important}.wor-mw__trigger svg{width:24px!important;height:24px!important}.wor-mw__panel{width:calc(100vw - 32px);max-width:360px;right:-4px}}
@media (max-width:767px){.wor-mw{bottom:110px}}
/* === A11y skip link + metrics === */
.wor-skip-to-main{position:absolute;left:-9999px;top:8px;z-index:99999;background:#2563EB;color:#fff;padding:12px 20px;border-radius:8px;font-weight:700;text-decoration:none;font-size:.9rem;font-family:Inter,-apple-system,sans-serif;box-shadow:0 4px 16px rgba(0,0,0,.2)}
.metric-number-wrapper{display:inline-flex!important;align-items:baseline!important;gap:0!important;line-height:1!important}
.metric-number{font-size:3rem!important;font-weight:900!important;line-height:1!important;letter-spacing:-.04em!important;color:#2563EB!important;margin:0!important;padding:0!important}
.metric-plus-sign{font-size:1.8rem!important;font-weight:800!important;line-height:1!important;color:#2563EB!important;margin:0 0 0 2px!important;padding:0!important;align-self:flex-start!important;transform:translateY(.3em)}
.title-small{font-size:.95rem!important;font-weight:600!important;color:#475569!important;letter-spacing:.01em!important;margin-top:10px!important;text-transform:none!important}
@media (max-width:767px){.metric-number{font-size:2.2rem!important}.metric-plus-sign{font-size:1.3rem!important;transform:translateY(.25em)}.title-small{font-size:.85rem!important}}
.wor-skip-to-main:focus{left:50%;transform:translateX(-50%);outline:3px solid #fff;outline-offset:2px}
*:focus-visible{outline:3px solid #1d4ed8;outline-offset:2px;border-radius:4px}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;animation-iteration-count:1!important}}
/* === Big inline Webflow overrides (was line 303 head_code) === */
:root{--primary:#2563EB;--primary-dark:#1d4ed8;--primary-darker:#1e40af;--primary-50:#EFF6FF;--primary-100:#DBEAFE;--primary-glow:rgba(37,99,235,.4);--bg:#fff;--bg-soft:#FAFAFB;--bg-mid:#F4F5F7;--border:#E5E7EB;--border-soft:#F1F2F4;--text:#0F172A;--text-muted:#475569;--text-soft:#6B7280;--black:#0A0A0F;--sh-xs:0 1px 2px rgba(15,23,42,.04);--sh-sm:0 2px 8px rgba(15,23,42,.06);--sh-md:0 8px 24px rgba(15,23,42,.08);--sh-lg:0 16px 40px rgba(15,23,42,.1);--sh-xl:0 28px 64px rgba(15,23,42,.14);--sh-glow:0 12px 32px rgba(37,99,235,.28);--sh-glow-lg:0 20px 48px rgba(37,99,235,.4);--r-sm:8px;--r-md:12px;--r-lg:16px;--r-xl:20px;--r-2xl:28px;--ease:cubic-bezier(.22,1,.36,1);--ease-out:cubic-bezier(.16,1,.3,1)}
.page-wrapper{overflow-x:hidden!important;max-width:100vw!important}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;background:#fff}
body{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;text-rendering:optimizeLegibility!important;font-feature-settings:'cv02','cv03','cv04','cv11'!important;color:var(--text)!important;background:#fff!important}
body,h1,h2,h3,h4,h5,h6,p,a,span,button,input,textarea,select,label,li,div{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important}
h1,h2{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif!important}
h1{font-weight:800!important;letter-spacing:-.03em!important;line-height:1.05!important}
h2{font-weight:800!important;letter-spacing:-.025em!important;line-height:1.15!important}
h3{font-weight:700!important;letter-spacing:-.018em!important;line-height:1.25!important}
h4{font-weight:700!important;letter-spacing:-.012em!important;line-height:1.3!important}
p{line-height:1.65!important}
::selection{background:var(--primary);color:#fff}
h1,h2,h3,h4,h5,h6,p,span,li,a{word-wrap:break-word!important;overflow-wrap:break-word!important}
.listing-car-image{width:100%!important;max-width:100%!important;height:auto!important;border-radius:12px!important;display:block!important}
.navbar,.black-bg-navbar{background:rgba(255,255,255,.78)!important;backdrop-filter:blur(20px) saturate(180%)!important;-webkit-backdrop-filter:blur(20px) saturate(180%)!important;border-bottom:1px solid rgba(15,23,42,.06)!important;box-shadow:var(--sh-xs);transition:all .3s var(--ease)!important}
.navbar a,.black-bg-navbar a{color:var(--text)!important;transition:color .2s var(--ease)!important}
.navbar a:hover,.black-bg-navbar a:hover{color:var(--primary)!important}
.hamburger-menu-lottie{filter:invert(1)!important}
.black-bg-navbar .hamburger-menu-lottie{filter:invert(1)!important}
a.cta-button.w-button,a.details-btn.w-button,.wor-bar-cta,input.cta-button.w-button,button.cta-button{background:linear-gradient(135deg,#2563EB 0%,#1d4ed8 100%)!important;color:#fff!important;border:none!important;border-radius:var(--r-md)!important;font-weight:700!important;letter-spacing:.04em!important;text-transform:uppercase!important;text-decoration:none!important;display:inline-block!important;position:relative!important;overflow:hidden!important;box-shadow:0 4px 14px rgba(37,99,235,.35),0 1px 3px rgba(37,99,235,.18),inset 0 1px 0 rgba(255,255,255,.18)!important;transition:all .25s var(--ease)!important;cursor:pointer!important;text-align:center!important}
a.cta-button.w-button::before,a.details-btn.w-button::before,.wor-bar-cta::before,button.cta-button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .7s var(--ease);pointer-events:none}
a.cta-button.w-button:hover,a.details-btn.w-button:hover,.wor-bar-cta:hover,input.cta-button.w-button:hover,button.cta-button:hover{background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%)!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:var(--sh-glow-lg),inset 0 1px 0 rgba(255,255,255,.22)!important}
a.cta-button.w-button:hover::before,a.details-btn.w-button:hover::before,.wor-bar-cta:hover::before,button.cta-button:hover::before{left:100%}
a.cta-button.w-button{padding:11px 26px!important;font-size:.85rem!important;line-height:1.5!important}
.header-button-wrapper a.cta-button.w-button,.section-headline a.cta-button.w-button{padding:18px 48px!important;font-size:1.05rem!important;border-radius:var(--r-md)!important;font-weight:800!important;box-shadow:0 10px 32px rgba(37,99,235,.5),0 2px 8px rgba(37,99,235,.3),inset 0 1px 0 rgba(255,255,255,.18)!important}
.w-nav a.cta-button.w-button,.navbar a.cta-button.w-button,.black-bg-navbar a.cta-button.w-button{padding:10px 24px!important;font-size:.85rem!important;border-radius:var(--r-sm)!important;color:#fff!important}
.w-nav a.cta-button.w-button:hover,.navbar a.cta-button.w-button:hover,.black-bg-navbar a.cta-button.w-button:hover{color:#fff!important}
a.details-btn.w-button{padding:13px 22px!important;font-size:.85rem!important;display:block!important;width:100%!important}
.wor-bar-cta{padding:11px 28px!important;font-size:.85rem!important;border-radius:var(--r-sm)!important;white-space:nowrap!important}
.section-headline{position:relative!important}
.section-headline::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,15,.1) 0%,rgba(10,10,15,.25) 40%,rgba(10,10,15,.15) 70%,transparent 90%);z-index:1;pointer-events:none}
.section-headline>*{position:relative!important;z-index:2!important}
.section-headline h1{font-weight:800!important;letter-spacing:-.03em!important;text-shadow:0 2px 32px rgba(0,0,0,.5)!important}
.section-headline img,.hero-image,[class*="hero"] img{filter:contrast(1.05) saturate(1.08)!important}
.header-section{position:relative!important;min-height:680px!important;background-image:linear-gradient(180deg,transparent 0%,transparent 75%,rgba(255,255,255,.25) 88%,rgba(255,255,255,.85) 96%,#fff 100%),linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.18) 40%,rgba(0,0,0,.05) 70%,transparent 85%),url("https://cdn.prod.website-files.com/679e90114942443a05e4ef9d/69ee11193c36c4acfe4af886_hero_aerial_coastal-p-1600.jpg")!important;background-size:100% 100%,100% 100%,cover!important;background-position:center!important;background-repeat:no-repeat!important;background-attachment:scroll!important}
@media (max-width:767px){.header-section{min-height:760px!important}}
@media (max-width:1080px){.header-section{background-image:linear-gradient(180deg,transparent 0%,transparent 75%,rgba(255,255,255,.25) 88%,rgba(255,255,255,.85) 96%,#fff 100%),linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.18) 40%,rgba(0,0,0,.05) 70%,transparent 85%),url("https://cdn.prod.website-files.com/679e90114942443a05e4ef9d/69ee11193c36c4acfe4af886_hero_aerial_coastal-p-1080.jpg")!important}}
@media (max-width:800px){.header-section{background-image:linear-gradient(180deg,transparent 0%,transparent 75%,rgba(255,255,255,.25) 88%,rgba(255,255,255,.85) 96%,#fff 100%),linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.18) 40%,rgba(0,0,0,.05) 70%,transparent 85%),url("https://cdn.prod.website-files.com/679e90114942443a05e4ef9d/69ee11193c36c4acfe4af886_hero_aerial_coastal-p-800.jpg")!important}}
@media (max-width:500px){.header-section{background-image:linear-gradient(180deg,transparent 0%,transparent 75%,rgba(255,255,255,.25) 88%,rgba(255,255,255,.85) 96%,#fff 100%),linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.18) 40%,rgba(0,0,0,.05) 70%,transparent 85%),url("https://cdn.prod.website-files.com/679e90114942443a05e4ef9d/69ee11193c36c4acfe4af886_hero_aerial_coastal-p-500.jpg")!important}}
.header-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:90px;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.55) 60%,rgba(255,255,255,.95) 92%,#fff 100%);pointer-events:none;z-index:1}
.section{padding:96px 0!important}
.header-text{margin-top:0!important;margin-bottom:12px!important}
.header-text+.primary-text,h1+.primary-text,h2+.primary-text{margin-top:0!important;position:static!important;display:block!important;clear:both!important}
.primary-text{font-size:1.05rem!important;line-height:1.6!important}
.primary-text.grey-color{color:var(--text-muted)!important}
.wor-hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.car-card{display:flex!important;flex-direction:column!important;border-radius:var(--r-lg)!important;overflow:hidden!important;background:var(--bg)!important;border:1px solid var(--border-soft)!important;box-shadow:var(--sh-sm)!important;transition:transform .35s var(--ease),box-shadow .35s var(--ease),border-color .35s var(--ease)!important;position:relative!important}
.car-card .car-image-wrapper,.car-card>a:first-child,.car-card>a:has(img),.car-card [class*="image-wrap"],.car-card [class*="img-wrap"]{overflow:hidden!important;display:block!important;position:relative!important}
.car-card>img:first-child{display:block!important;width:100%!important}
.car-card .car-image-wrapper img{display:block;width:100%!important;transition:transform .5s var(--ease)!important;transform-origin:center!important}
@media (hover:hover){.car-card:hover{transform:translateY(-10px)!important;box-shadow:var(--sh-xl),0 16px 40px rgba(37,99,235,.18)!important;border-color:rgba(37,99,235,.2)!important}.car-card:hover .car-image-wrapper img{transform:scale(1.07)!important}}
.car-card>*{animation:none!important}
.car-card *{transition-delay:0ms!important}
.car-details-wrapper{display:flex!important;flex-direction:column!important;flex:1!important;padding:4px!important;position:relative!important;z-index:2!important;background:var(--bg)!important}
.car-listing-details-wrapper{margin-top:auto!important;padding-top:8px!important}
.car-listing-name{font-size:1.2rem!important;font-weight:700!important;color:var(--text)!important;line-height:1.3!important;margin-bottom:4px!important;letter-spacing:-.015em!important}
.car-listing-price{font-size:1.6rem!important;font-weight:800!important;color:var(--text)!important;letter-spacing:-.025em!important;font-feature-settings:'tnum'!important}
.currency-price-term{font-size:.78rem!important;font-weight:500!important;color:var(--text-soft)!important;letter-spacing:.01em!important}
img.listing-icon,.listing-icon,.car-listing-detail img,img[alt="Transmission Icon"],img[alt="Seats Icon"],img[alt="Baggage Icon"],img[src*="transmission.svg"],img[src*="seats.svg"],img[src*="baggage.svg"]{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;min-width:0!important;min-height:0!important;object-fit:contain!important;flex:0 0 20px!important;display:inline-block!important}
.car-card a.wor-wa-btn svg,a.wor-wa-btn svg{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important;flex:0 0 16px!important}
.wor-wa-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;margin-top:8px!important;padding:11px 16px!important;background:linear-gradient(135deg,#25D366 0%,#128C7E 100%)!important;color:#fff!important;border-radius:10px!important;font-weight:700!important;font-size:.82rem!important;letter-spacing:.04em!important;text-transform:uppercase!important;text-decoration:none!important;box-shadow:0 4px 12px rgba(37,211,102,.3),inset 0 1px 0 rgba(255,255,255,.18)!important;transition:all .25s var(--ease)!important;position:relative!important;overflow:hidden!important}
.wor-wa-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .7s var(--ease);pointer-events:none}
.wor-wa-btn:hover{background:linear-gradient(135deg,#128C7E 0%,#075E54 100%)!important;transform:translateY(-2px)!important;box-shadow:0 8px 20px rgba(37,211,102,.45),inset 0 1px 0 rgba(255,255,255,.22)!important}
.wor-wa-btn:hover::before{left:100%}
.blog-card{border-radius:var(--r-lg)!important;overflow:hidden!important;background:var(--bg)!important;border:1px solid var(--border-soft)!important;box-shadow:var(--sh-sm)!important;transition:transform .35s var(--ease),box-shadow .35s var(--ease)!important}
@media (hover:hover){.blog-card:hover{transform:translateY(-8px)!important;box-shadow:var(--sh-lg),0 12px 32px rgba(37,99,235,.15)!important}.blog-card:hover img{transform:scale(1.04)}}
.blog-card img{width:100%!important;margin:0!important;padding:0!important;display:block!important;transition:transform .5s var(--ease)}
.blog-card>h2,.blog-card>h3{font-size:1.1rem!important;font-weight:700!important;line-height:1.4!important;padding:18px 22px 8px!important;margin:0!important}
.blog-card>p{padding:0 22px 16px!important;margin:0!important;color:var(--text-muted)!important;font-size:.9rem!important}
.blog-card>a{display:inline-block!important;margin:0 22px 22px!important;min-height:44px!important;padding:11px 18px!important}
.wor-popular-badge{display:inline-flex!important;align-self:flex-start!important;width:fit-content!important;align-items:center!important;gap:4px!important;background:linear-gradient(135deg,#FED7AA 0%,#FDBA74 100%)!important;color:#9A3412!important;font-size:.7rem!important;font-weight:800!important;padding:5px 12px!important;border-radius:100px!important;margin-bottom:8px!important;letter-spacing:.06em!important;text-transform:uppercase!important;box-shadow:0 2px 8px rgba(251,146,60,.25)!important;white-space:nowrap!important}
.wor-badge-eco{background:linear-gradient(135deg,#BBF7D0 0%,#86EFAC 100%)!important;color:#14532D!important;box-shadow:0 2px 8px rgba(34,197,94,.25)!important}
.wor-badge-premium{background:linear-gradient(135deg,#FEF3C7 0%,#FDE68A 100%)!important;color:#78350F!important;box-shadow:0 2px 8px rgba(245,158,11,.25)!important}
.wor-badge-value{background:linear-gradient(135deg,#DBEAFE 0%,#BFDBFE 100%)!important;color:#1E3A8A!important;box-shadow:0 2px 8px rgba(37,99,235,.25)!important}
.wor-badge-luxury{background:linear-gradient(135deg,#E9D5FF 0%,#D8B4FE 100%)!important;color:#581C87!important;box-shadow:0 2px 8px rgba(168,85,247,.25)!important}
.wor-badge-new{background:linear-gradient(135deg,#CFFAFE 0%,#A5F3FC 100%)!important;color:#155E75!important;box-shadow:0 2px 8px rgba(6,182,212,.25)!important}
.wor-badge-default{background:linear-gradient(135deg,#F3F4F6 0%,#E5E7EB 100%)!important;color:#374151!important;box-shadow:0 2px 8px rgba(107,114,128,.2)!important}
input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="date"],input[type="search"],textarea,select,.w-input,.w-select{background:var(--bg)!important;border:1.5px solid var(--border)!important;border-radius:var(--r-md)!important;padding:13px 18px!important;font-size:.95rem!important;color:var(--text)!important;transition:border-color .2s var(--ease),box-shadow .2s var(--ease)!important;font-family:'Inter',sans-serif!important}
input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,input[type="number"]:focus,input[type="date"]:focus,input[type="search"]:focus,textarea:focus,select:focus,.w-input:focus,.w-select:focus{outline:none!important;border-color:var(--primary)!important;box-shadow:0 0 0 4px rgba(37,99,235,.12)!important}
input::placeholder,textarea::placeholder{color:var(--text-soft)!important}
label,.w-form-label{font-weight:600!important;color:var(--text)!important;font-size:.875rem!important}
#wor-sticky-bar{position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:9000!important;background:linear-gradient(180deg,rgba(10,10,15,.96) 0%,rgba(5,5,8,.98) 100%)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:12px 32px!important;gap:16px!important;box-shadow:0 -4px 32px rgba(0,0,0,.4)!important;transform:translateY(100%)!important;transition:transform .4s var(--ease)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.06)}
#wor-sticky-bar.wor-bar-visible{transform:translateY(0)!important}
.wor-bar-text{font-size:.875rem!important;font-weight:500!important;opacity:.95;flex:1;letter-spacing:.01em}
/* Chaty legacy hide (in case cached version still loads) */
[id^="chaty-app-"].chaty-app-widget,.chaty-app-widget{display:none!important}
.wor-live-toast{position:fixed;bottom:24px;left:24px;z-index:9100;display:flex;align-items:center;gap:14px;background:rgba(255,255,255,.95);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:14px 20px 14px 14px;box-shadow:0 16px 48px rgba(15,23,42,.16),0 4px 12px rgba(15,23,42,.08);max-width:360px;font-family:'Inter',sans-serif;opacity:0;transform:translateY(20px) scale(.96);transition:opacity .45s var(--ease-out),transform .45s var(--ease-out),bottom .4s var(--ease);pointer-events:none}
.wor-live-toast.wor-show{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
body.wor-bar-active .wor-live-toast{bottom:90px}
.wor-live-icon{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#2563EB 0%,#1d4ed8 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;box-shadow:0 4px 12px rgba(37,99,235,.4)}
.wor-live-content{flex:1;min-width:0}
.wor-live-name{font-size:.88rem;font-weight:700;color:var(--text);letter-spacing:-.01em}
.wor-live-action{font-size:.82rem;color:var(--text-muted);margin-top:2px;line-height:1.4}
.wor-live-time{font-size:.72rem;color:var(--text-soft);margin-top:4px;display:flex;align-items:center;gap:5px}
.wor-live-time::before{content:'';width:6px;height:6px;border-radius:50%;background:#10B981;box-shadow:0 0 8px rgba(16,185,129,.5);animation:wor-pulse 2s ease-in-out infinite}
@keyframes wor-pulse{0%,100%{opacity:1}50%{opacity:.4}}
.wor-reveal{opacity:0;transform:translateY(32px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}
.wor-reveal.wor-visible{opacity:1!important;transform:none!important}
.car-card.wor-reveal:nth-child(1){transition-delay:0ms}
.car-card.wor-reveal:nth-child(2){transition-delay:80ms}
.car-card.wor-reveal:nth-child(3){transition-delay:160ms}
.car-card.wor-reveal:nth-child(4){transition-delay:240ms}
.car-card.wor-reveal:nth-child(5){transition-delay:320ms}
.car-card.wor-reveal:nth-child(6){transition-delay:400ms}
footer,.footer,[class*="footer-section"]{background:linear-gradient(180deg,rgba(15,23,42,0) 0%,rgba(15,23,42,.55) 25px,rgba(15,23,42,.95) 45px,#0F172A 55px,#0B1220 30%,#08090F 65%,#050608 100%)!important;position:relative!important;padding-top:70px!important}
[class*="footer-section"]>div,[class*="footer-section"] [class*="content-wrapper"],[class*="footer-section"] [class*="footer-content"],[class*="footer-section"] [class*="footer-top"],[class*="footer-section"] [class*="footer-bottom"],[class*="footer-section"] [class*="footer-links"],[class*="footer-section"] [class*="contact-info"],[class*="footer-section"] [class*="copyright"],[class*="footer-section"] [class*="newsletter"],[class*="footer-section"] [class*="brand-link"],[class*="footer-section"] [class*="brand-logo"],[class*="footer-section"] [class*="social"],[class*="footer-section"] [class*="form-block"],[class*="footer-section"] form,[class*="footer"] .content-wrapper,[class*="footer"] .footer-content-wrapper,[class*="footer"] .footer-section-wrapper,[class*="footer"] .footer-top-content,[class*="footer"] .footer-bottom-content,[class*="footer"] .footer-links-wrapper,[class*="footer"] .footer-info-wrapper,[class*="footer"] .copyright-info-wrapper,[class*="footer"] .footer-copyright-text,[class*="footer"] .left-column,[class*="footer"] .right-column,[class*="footer"] .newsletter-form,[class*="footer"] .newsletter-form-block{background:transparent!important;background-color:transparent!important;background-image:none!important}
footer p,.footer p,[class*="footer"] p,footer span,.footer span,[class*="footer"] span,footer li,.footer li,[class*="footer"] li{color:rgba(255,255,255,.72)!important}
footer h2,.footer h2,[class*="footer"] h2,footer h3,.footer h3,[class*="footer"] h3,footer h4,.footer h4,[class*="footer"] h4{color:#fff!important;font-weight:800!important;letter-spacing:-.01em!important}
footer a,.footer a,[class*="footer"] a{color:rgba(255,255,255,.78)!important;transition:color .2s var(--ease)!important;text-decoration:none!important}
footer a:hover,.footer a:hover,[class*="footer"] a:hover{color:var(--primary)!important}
[class*="footer"] img.brand-logo{background:transparent!important;border-radius:0!important;padding:0!important;width:auto!important;max-width:200px!important;height:auto!important;box-shadow:none!important;filter:none!important}
[class*="footer"] [class*="separator"],[class*="footer"] hr,[class*="footer"] .divider{border:none!important;height:1px!important;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 30%,rgba(255,255,255,.1) 70%,transparent 100%)!important;margin:32px 0!important}
[class*="footer"] input[type="email"],[class*="footer"] input[type="text"]{background:rgba(255,255,255,.95)!important;border:1.5px solid rgba(255,255,255,.1)!important;color:var(--text)!important;padding:14px 20px!important;border-radius:var(--r-md)!important;box-shadow:0 4px 14px rgba(0,0,0,.2)!important}
[class*="footer"] input[type="email"]:focus,[class*="footer"] input[type="text"]:focus{border-color:var(--primary)!important;box-shadow:0 0 0 4px rgba(37,99,235,.3),0 6px 18px rgba(0,0,0,.3)!important}
[class*="footer"] input[type="submit"],[class*="footer"] button[type="submit"]{background:linear-gradient(135deg,#2563EB 0%,#1d4ed8 100%)!important;color:#fff!important;border:none!important;padding:14px 32px!important;font-weight:700!important;letter-spacing:.05em!important;text-transform:uppercase!important;border-radius:var(--r-md)!important;box-shadow:0 6px 18px rgba(37,99,235,.45),inset 0 1px 0 rgba(255,255,255,.2)!important;cursor:pointer!important;transition:all .25s var(--ease)!important}
[class*="footer"] input[type="submit"]:hover,[class*="footer"] button[type="submit"]:hover{transform:translateY(-2px)!important;box-shadow:0 10px 28px rgba(37,99,235,.6),inset 0 1px 0 rgba(255,255,255,.25)!important}
[class*="footer"] a[href*="twitter.com"] img,[class*="footer"] a[href*="x.com"] img,[class*="footer"] a[href*="instagram.com"] img,[class*="footer"] a[href*="facebook.com"] img,[class*="footer"] a[href*="wa.me"] img,[class*="footer"] a[href*="whatsapp.com"] img,[class*="footer"] a[href*="t.me"] img{background:linear-gradient(135deg,#2563EB 0%,#1d4ed8 100%)!important;border-radius:50%!important;padding:10px!important;width:44px!important;height:44px!important;box-shadow:0 4px 14px rgba(37,99,235,.4),inset 0 1px 0 rgba(255,255,255,.2)!important;transition:all .25s var(--ease)!important}
[class*="footer"] a[href*="twitter.com"]:hover img,[class*="footer"] a[href*="x.com"]:hover img,[class*="footer"] a[href*="instagram.com"]:hover img,[class*="footer"] a[href*="facebook.com"]:hover img,[class*="footer"] a[href*="wa.me"]:hover img,[class*="footer"] a[href*="whatsapp.com"]:hover img,[class*="footer"] a[href*="t.me"]:hover img{transform:translateY(-3px) scale(1.05)!important;box-shadow:0 8px 22px rgba(37,99,235,.55),inset 0 1px 0 rgba(255,255,255,.25)!important}
[class*="footer"] img.image-3,[class*="footer"] img[alt="WeOneRent Banner"],[class*="footer"] img[src*="Untitled"]{display:block!important;visibility:visible!important;opacity:1!important;max-width:65%!important;height:auto!important;margin:24px auto 16px!important;background:linear-gradient(135deg,rgba(255,255,255,.07) 0%,rgba(255,255,255,.03) 50%,rgba(255,255,255,.05) 100%)!important;backdrop-filter:blur(14px) saturate(180%)!important;-webkit-backdrop-filter:blur(14px) saturate(180%)!important;border-radius:16px!important;padding:14px 28px!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 14px 40px rgba(0,0,0,.45),0 4px 12px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.14),inset 0 -1px 0 rgba(0,0,0,.2)!important;filter:brightness(1.1) contrast(1.05)!important;transition:all .4s cubic-bezier(.22,1,.36,1)!important}
[class*="footer"] img.image-3:hover{transform:translateY(-3px)!important;box-shadow:0 22px 56px rgba(0,0,0,.55),0 8px 20px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.2),0 0 40px rgba(37,99,235,.15)!important;border-color:rgba(255,255,255,.16)!important}
.wor-copyright-extra{font-size:.85rem!important;color:rgba(255,255,255,.65)!important;letter-spacing:.02em!important;margin-bottom:10px!important;text-align:center!important;font-weight:500!important}
.wor-legal-row{display:flex!important;flex-flow:row wrap!important;align-items:center!important;gap:12px 18px!important;margin-top:10px!important;background:transparent!important}
.wor-legal-row a.footer-nav-link{position:relative!important;font-size:.85rem!important;margin:0!important;padding:0!important;background:transparent!important}
.wor-legal-row a.footer-nav-link:not(:last-child)::after{content:'\2022';position:absolute;right:-13px;top:50%;transform:translateY(-50%);color:rgba(255,255,255,.6);font-weight:700;font-size:.85rem;pointer-events:none}
.reviewer-avatar,[class*="reviewer-avatar"],.reviewer-avatar>div,[class*="reviewer-avatar"]>div{background:linear-gradient(135deg,#2563EB 0%,#1d4ed8 100%)!important;background-color:#1d4ed8!important}
.reviewer-avatar>div,[class*="reviewer-avatar"]>div{color:#fff!important;font-weight:800!important}
a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--primary)!important;outline-offset:3px!important;border-radius:4px}
@media (max-width:991px){.menu-button{min-width:44px!important;min-height:44px!important}.cars-collection-list{grid-template-columns:1fr 1fr!important;grid-column-gap:24px!important;grid-row-gap:24px!important}.grid-wrapper{grid-template-columns:1fr 1fr!important;grid-column-gap:20px!important;grid-row-gap:20px!important}.location-collection-list{grid-template-columns:1fr 1fr!important;grid-column-gap:14px!important;grid-row-gap:14px!important}.content-wrapper{padding-left:24px!important;padding-right:24px!important}}
@media (max-width:767px){h1{font-size:clamp(1.7rem,7vw,3rem)!important;word-break:break-word!important;overflow-wrap:break-word!important}h2{font-size:clamp(1.4rem,5vw,2.2rem)!important}.section{padding:56px 0!important}.header-section::after{height:70px}.header-section{background-image:linear-gradient(180deg,transparent 0%,transparent 78%,rgba(255,255,255,.3) 90%,rgba(255,255,255,.9) 97%,#fff 100%),linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.22) 45%,transparent 80%),url("https://cdn.prod.website-files.com/679e90114942443a05e4ef9d/69ee11193c36c4acfe4af886_hero_aerial_coastal-p-800.jpg")!important}.grid-wrapper{grid-template-columns:1fr 1fr!important;grid-column-gap:16px!important;grid-row-gap:20px!important;padding-top:28px!important;padding-bottom:12px!important}.metric-number{font-size:2.6rem!important;line-height:1!important;letter-spacing:-.02em!important;margin-bottom:4px!important}.metric-plus-sign{font-size:1.8rem!important;line-height:1!important}.metric-number-wrapper{gap:2px!important}.title-small{font-size:.78rem!important;text-align:center!important}.content-wrapper-1{padding:36px 20px 8px!important}.section-heading-wrapper{flex-direction:column!important;align-items:flex-start!important;gap:14px!important;margin-bottom:24px!important}.cars-collection-list{grid-template-columns:1fr!important;grid-column-gap:20px!important;grid-row-gap:20px!important}.location-collection-list{grid-template-columns:1fr 1fr!important;grid-column-gap:12px!important;grid-row-gap:12px!important}.header-button-wrapper a.cta-button.w-button,.section-headline a.cta-button.w-button{padding:16px 36px!important;font-size:.95rem!important;width:auto!important}.content-wrapper{padding-left:18px!important;padding-right:18px!important}#wor-sticky-bar{flex-direction:column!important;padding:10px 16px!important;gap:8px!important}.wor-bar-text{font-size:.78rem!important;text-align:center!important;white-space:normal!important}.wor-bar-cta{width:100%!important;padding:12px 20px!important}body.wor-bar-active [id^="chaty-app-"].chaty-app-widget,body.wor-bar-active .chaty-app-widget{bottom:110px!important}body.wor-bar-active .wor-live-toast{bottom:110px}.wor-live-toast{left:12px;right:12px;bottom:12px;max-width:none;padding:12px 16px 12px 12px}footer,.footer,[class*="footer-section"]{padding-top:55px!important}[class*="footer"] img.image-3,[class*="footer"] img[alt="WeOneRent Banner"]{max-width:92%!important;padding:10px 16px!important;border-radius:12px!important}[class*="footer"] a[href*="twitter.com"] img,[class*="footer"] a[href*="x.com"] img,[class*="footer"] a[href*="instagram.com"] img,[class*="footer"] a[href*="facebook.com"] img,[class*="footer"] a[href*="wa.me"] img,[class*="footer"] a[href*="whatsapp.com"] img,[class*="footer"] a[href*="t.me"] img{width:38px!important;height:38px!important;padding:8px!important}}
@media (max-width:479px){.content-wrapper{padding-left:14px!important;padding-right:14px!important}.content-wrapper-1{padding-left:14px!important;padding-right:14px!important}.car-listing-name{font-size:1.05rem!important}.car-listing-price{font-size:1.35rem!important}a.details-btn.w-button{font-size:.8rem!important;padding:12px 14px!important}a.cta-button.w-button{font-size:.78rem!important;padding:9px 18px!important}.metric-number{font-size:2rem!important}.metric-plus-sign{font-size:1.4rem!important}.section-heading{font-size:1.4rem!important}.wor-legal-row{gap:8px 14px!important}.wor-legal-row a.footer-nav-link:not(:last-child)::after{right:-10px}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
/* === Cookiebot popup restyle — FIXED positioning (was off-screen) === */
#CookiebotWidget,[id*=CybotCookiebot][id*=ConsentReturn]{display:none!important}
#CybotCookiebotDialog{position:fixed!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;max-width:440px!important;width:calc(100% - 32px)!important;max-height:90vh!important;overflow-y:auto!important;border-radius:18px!important;box-shadow:0 24px 64px rgba(15,23,42,.25)!important;font-family:Inter,sans-serif!important;z-index:2147483631!important}
#CybotCookiebotDialog *{font-family:inherit!important}
#CybotCookiebotDialogBody{padding:18px 22px!important}
#CybotCookiebotDialogBodyContentTitle{font-size:1rem!important;font-weight:800!important}
#CybotCookiebotDialogBodyContentText{font-size:.84rem!important;color:#475569!important}
#CybotCookiebotDialogBodyButtonsWrapper button{padding:10px 18px!important;border-radius:100px!important;font-weight:800!important;font-size:.78rem!important;text-transform:uppercase!important;border:0!important}
#CybotCookiebotDialogBodyButtonAccept,#CybotCookiebotDialogBodyButtonAcceptAll,#CybotCookiebotDialogBodyLevelButtonAccept{background:linear-gradient(135deg,#2563EB,#1d4ed8)!important;color:#fff!important}
@media(max-width:600px){#CybotCookiebotDialog{top:auto!important;bottom:12px!important;left:12px!important;right:12px!important;width:calc(100% - 24px)!important;max-width:none!important;transform:none!important;max-height:80vh!important}}
body.wor-w-flow-active .wor-live-toast,body.wor-w-flow-active .wor-static-wa,body.wor-w-flow-active [id^=chaty-app-],body.wor-w-flow-active .chaty-app-widget,body.wor-w-flow-active #CookiebotWidget{display:none!important}
/* === Newsletter (footer) — premium €5 off opt-in === */
.footer-newsletter:has(.wor-nl){display:block!important;width:100%!important}
.wor-nl{position:relative;padding:24px 22px 22px;background:linear-gradient(140deg,rgba(37,99,235,.08) 0%,rgba(29,78,216,.04) 50%,rgba(15,23,42,.02) 100%);border:1px solid rgba(37,99,235,.18);border-radius:18px;font-family:'Inter',-apple-system,sans-serif;color:#0F172A;overflow:hidden}
.wor-nl::before{content:'';position:absolute;top:-40%;right:-20%;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.15) 0%,transparent 70%);pointer-events:none}
.wor-nl__badge{position:relative;display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:linear-gradient(135deg,#2563EB,#1d4ed8);color:#fff;border-radius:100px;font-size:.7rem;font-weight:800;letter-spacing:.08em;margin-bottom:14px;box-shadow:0 4px 12px rgba(37,99,235,.3)}
.wor-nl__badge span{display:block;line-height:1}
.wor-nl__title{position:relative;font-size:1.15rem;font-weight:800;letter-spacing:-.015em;margin:0 0 6px;color:#0F172A;line-height:1.25}
.wor-nl__sub{position:relative;font-size:.82rem;color:#64748B;margin:0 0 18px;line-height:1.5;font-weight:500}
.wor-nl__form{position:relative;display:flex;flex-direction:column;gap:12px}
.wor-nl__row{display:flex;gap:8px;align-items:stretch}
.wor-nl__input{flex:1;min-width:0;padding:13px 16px;background:#fff;border:1.5px solid #E2E8F0;border-radius:12px;font-size:.92rem;font-family:inherit;color:#0F172A;outline:none;transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;appearance:none}
.wor-nl__input:focus{border-color:#2563EB;box-shadow:0 0 0 3px rgba(37,99,235,.15)}
.wor-nl__input::placeholder{color:#94A3B8}
.wor-nl__btn{flex-shrink:0;padding:13px 20px;background:linear-gradient(135deg,#2563EB 0%,#1d4ed8 100%);color:#fff;border:none;border-radius:12px;font-size:.88rem;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:.01em;box-shadow:0 4px 14px rgba(37,99,235,.35);transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;min-width:120px}
.wor-nl__btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(37,99,235,.45)}
.wor-nl__btn:active{transform:translateY(0)}
.wor-nl__btn:disabled,.wor-nl__btn--loading{opacity:.7;cursor:not-allowed;transform:none}
.wor-nl__btn--loading .wor-nl__btn-spinner{display:inline-block;animation:wor-nl-spin 1s linear infinite;font-size:1.4rem;font-weight:800}
@keyframes wor-nl-spin{to{transform:rotate(360deg)}}
.wor-nl__consent{display:flex;align-items:flex-start;gap:9px;font-size:.72rem;color:#64748B;line-height:1.45;cursor:pointer;font-weight:500}
.wor-nl__consent input[type=checkbox]{flex-shrink:0;width:16px;height:16px;margin:1px 0 0;accent-color:#2563EB;cursor:pointer}
.wor-nl__consent a{color:#2563EB;text-decoration:underline;font-weight:600}
.wor-nl__consent a:hover{color:#1d4ed8}
.wor-nl__error{padding:10px 12px;background:#FEF2F2;border:1px solid #FECACA;border-radius:10px;color:#991B1B;font-size:.78rem;font-weight:600}
.wor-nl__success{position:relative;text-align:center;padding:18px 8px 6px;animation:wor-nl-pop .4s cubic-bezier(.34,1.4,.5,1)}
@keyframes wor-nl-pop{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
.wor-nl__success-icon{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#10B981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;box-shadow:0 8px 20px rgba(16,185,129,.3)}
.wor-nl__success-icon svg{width:28px;height:28px}
.wor-nl__success-title{font-size:1.05rem;font-weight:800;color:#0F172A;margin-bottom:4px}
.wor-nl__success-text{font-size:.82rem;color:#475569;line-height:1.5}
.wor-nl__code{display:inline-block;padding:2px 8px;background:#0F172A;color:#fff;border-radius:6px;font-family:ui-monospace,'SF Mono',Menlo,monospace;font-size:.85rem;font-weight:700;letter-spacing:.05em;margin:0 2px}
@media (max-width:560px){
  .wor-nl{padding:20px 18px}
  .wor-nl__title{font-size:1.05rem}
  .wor-nl__row{flex-direction:column;gap:10px}
  .wor-nl__btn{width:100%;padding:14px 20px}
  .wor-nl__sub{font-size:.78rem}
}
/* Hide Webflow's default form-success/error messages — we use our own */
.footer-newsletter .w-form-done,.footer-newsletter .w-form-fail{display:none!important}
