/* Rio Oto Filo — White Edition. Approved layout and controls preserved. */
:root{--bg:#ffffff;--surface:#ffffff;--surface-2:#f5f7fa;--red:#e30d29;--red-dark:#bd0920;--text:#1c2430;--muted:#616d7b;--line:#e1e6ed;--radius:16px;--header:88px;color-scheme:light;}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 20px)}
body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,"Helvetica Neue",system-ui,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,a,input,select{-webkit-tap-highlight-color:transparent}
button{color:inherit;cursor:pointer}
button,input,select,textarea{max-width:100%}
button{border:0}
img{display:block;max-width:100%;height:auto}
svg{flex-shrink:0}
.icon{display:inline-block;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
svg.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.13}
h2{font-size:clamp(26px,3vw,38px);letter-spacing:-1.3px;font-weight:800;margin-bottom:0}
em{font-style:normal;color:var(--red)}
[hidden]{display:none!important}
:focus-visible{outline:2px solid #d80c27;outline-offset:5px;}
.container{width:min(1240px,calc(100% - 64px));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:-70px;left:16px;z-index:200;background:var(--red);padding:12px 18px;border-radius:8px;color:#fff;}
.skip-link:focus{top:10px}
.icon-button{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:transparent;border-radius:50%;border:1px solid var(--line);transition:background .18s,border-color .18s}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:13px 23px;font-weight:700;font-size:14px;line-height:1.2;border-radius:50px;border:1px solid transparent;transition:background .18s,transform .18s,border-color .18s;text-align:center}
.button .icon{width:20px;height:20px}
.button-red{background:var(--red);color:#fff}
.button-red:hover{background:var(--red-dark);transform:translateY(-1px)}
.button-outline{border-color:#c9d0da;background:#fff;color:var(--text);}
.button-outline:hover{border-color:var(--red);background:#fff5f7;color:var(--red);}
.text-button{padding:7px 0;background:none;display:inline-flex;align-items:center;gap:14px;font-size:14px;font-weight:600;white-space:nowrap}
.text-button:hover{color:var(--red)}
.text-button .icon{width:21px;height:21px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:10px;font-weight:700;letter-spacing:2.2px;color:#586473;line-height:1.5;}
.eyebrow .icon{width:19px;height:19px;color:var(--red)}
.section{padding:54px 0}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.section-heading .eyebrow{margin-bottom:10px}
.title-dot{color:var(--red)}

/* Brand and navigation */
.site-header{height:var(--header);position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid #e7ebf0;backdrop-filter:blur(16px);box-shadow:0 2px 12px #18223504;}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:24px}
.brand{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;padding-top:17px;width:188px;flex-shrink:0;line-height:1}
.brand-roof{position:absolute;width:153px;height:25px;top:0;left:15px;color:var(--red)}
.brand-name{font-size:29px;font-style:italic;font-weight:850;letter-spacing:-1.2px;white-space:nowrap}
.brand-name b{color:var(--red);font-size:34px}
.brand-caption{font-size:7px;letter-spacing:3.2px;font-weight:500;margin:7px 0 0 7px;color:#687381;}
.site-nav{display:flex;gap:25px;align-items:center;height:100%}
.site-nav a{display:flex;align-items:center;position:relative;height:100%;font-size:12px;font-weight:600;white-space:nowrap;color:#414b58;}
.site-nav a:after{content:"";position:absolute;left:0;right:0;bottom:19px;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .2s}
.site-nav a:hover,.site-nav a.active{color:var(--red)}
.site-nav a.active:after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:18px}
.header-phone{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;white-space:nowrap;border-color:#dce2e9;}
.header-phone .icon{width:21px;height:21px;color:var(--red);}
.language{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;font-size:10px;font-weight:700;border-radius:50%;border:1px solid var(--line);color:#4e5866;background:#f9fafc;}
.menu-toggle{display:none;background:#fff;}

/* The supplied hero photo is kept intact on mobile. Copy is on the right on desktop. */
.hero{position:relative;min-height:560px;overflow:hidden;background:#fff;isolation:isolate;}
.hero-photo{position:absolute;inset:0 34% 0 0;z-index:-3}
.hero-photo picture{display:block;height:100%}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:67% 55%}
.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,transparent 0%,transparent 39%,rgba(255,255,255,.3) 49%,rgba(255,255,255,.97) 64%,#fff 76%),linear-gradient(0deg,#fff 0%,rgba(255,255,255,.55) 6%,transparent 23%);}
.hero-inner{min-height:560px;display:flex;align-items:center;justify-content:flex-end;position:relative;padding-block:58px 75px}
.hero-copy{width:45%;max-width:545px;text-align:left}
.hero-copy .eyebrow{color:#424c59;margin-bottom:21px;letter-spacing:3px;}
.hero-copy .eyebrow>span{width:21px;height:2px;background:var(--red)}
.hero-copy h1{font-size:clamp(35px,3.65vw,53px);font-weight:850;letter-spacing:-2.3px;line-height:1.04;margin-bottom:23px}
.hero-copy h1 em{display:inline-block;margin-top:7px}
.hero-copy>p{color:#566474;max-width:440px;font-size:14px;line-height:1.75;margin-bottom:26px;}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:31px}
.hero-actions .button{padding-inline:22px;min-height:50px}
.hero-benefits{display:flex;align-items:center;gap:14px;color:#515d6c;border-color:#e3e7ed;}
.hero-benefits>span{font-size:10px;font-weight:600;display:flex;align-items:center;gap:7px;border-right:1px solid #ffffff23;padding-right:14px;line-height:1.4;border-color:#dce2e9;}
.hero-benefits>span:last-child{border:0;padding:0}
.hero-benefits .icon{width:24px;height:24px;color:#2d3948;}
.hero-caption{position:absolute;bottom:63px;left:max(32px,calc((100vw - 1240px) / 2));font-size:9px;letter-spacing:3.2px;color:#384453;font-weight:600;text-shadow:0 1px 6px #ffffffbf;}

/* Search bar */
.booking-container{position:relative;z-index:2;margin-top:-40px}
.booking-form{display:grid;grid-template-columns:1.1fr 1fr 1fr 1.22fr;align-items:center;padding:13px 15px;gap:14px;background:#ffffff;border:1px solid #484a4d;border-radius:14px;box-shadow:0 14px 38px #1b2c4610;border-color:#e1e6ed;}
.booking-field{display:flex;align-items:center;gap:15px;min-width:0;padding:6px 14px 6px 4px;border-right:1px solid #ffffff24;border-color:#e2e7ee;}
.booking-field>.icon{width:26px;height:26px;color:#2e3b4c;}
.booking-field>span{display:block;min-width:0;flex:1}
.field-caption{display:block;font-size:11px;color:#677382;margin-bottom:5px;}
.booking-field input,.booking-field select{display:block;border:0;padding:0 3px 0 0;width:100%;height:25px;background:transparent;color:#202a37;font-weight:600;font-size:13px;min-width:0;color-scheme:light;}
.booking-field input::-webkit-calendar-picker-indicator{opacity:.6;cursor:pointer}
.booking-field select option{background:#fff;color:#202a37;}
.booking-submit{height:55px;font-size:15px}
.booking-note{display:flex;align-items:center;gap:6px;font-size:10px;line-height:1.5;color:#626f7e;justify-content:flex-end;margin:9px 2px 0;}
.booking-note .icon{height:13px;width:13px}

/* Fleet cards, filters, and controls */
.fleet-section{padding-top:34px;padding-bottom:40px;background:linear-gradient(180deg,#ffffff,#f8f9fb);}
.fleet-tools{display:flex;align-items:center;gap:12px;margin-bottom:13px}
.category-filter{display:flex;gap:7px;flex-wrap:wrap;flex:1}
.category-button{background:#fff;color:#465260;border:1px solid #282c30;font-size:12px;padding:9px 16px;min-height:38px;border-radius:7px;font-weight:600;transition:.18s;border-color:#dde3eb;}
.category-button:hover{color:var(--red);border-color:#edafba;background:#fff6f8;}
.category-button.active{color:#fff;background:var(--red);border-color:var(--red);}
.favorites-filter{position:relative;border-radius:8px;width:auto;min-width:52px;height:38px;padding:0 9px;gap:7px;background:#fff;color:#505c6a;}
.favorites-filter .icon{width:18px;height:18px}
.favorites-filter span{font-size:11px}
.favorites-filter[aria-pressed=true]{border-color:var(--red);color:var(--red)}
.fleet-search-row{display:flex;align-items:center;gap:12px}
.fleet-search{display:flex;align-items:center;gap:10px;flex:1;min-width:0;background:#fff;border:1px solid var(--line);height:41px;border-radius:7px;padding:0 12px;}
.fleet-search .icon{width:17px;height:17px;color:#687789;}
.fleet-search input{background:transparent;border:0;color:var(--text);font-size:12px;min-width:0;flex:1;width:100%;outline-offset:2px;}
.fleet-search input::placeholder{color:#687583;}
.fleet-sort{height:41px;border:1px solid var(--line);border-radius:7px;max-width:230px}
.fleet-sort select{height:100%;width:100%;padding:0 11px;border:0;color:#4b5867;background:#fff;font-size:12px;border-radius:7px;}
.fleet-status{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:38px;font-size:11px;color:#647181;}
.reset-filters{background:none;color:var(--red);font-size:11px;padding:5px;text-decoration:underline;}
.vehicles-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.vehicle-card{background:#fff;border:1px solid #32363b;border-radius:13px;overflow:hidden;min-width:0;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;flex-direction:column;border-color:#e1e6ec;box-shadow:0 5px 19px #18263c06;}
.vehicle-card:hover{transform:translateY(-4px);border-color:#e9abb6;box-shadow:0 15px 32px #18263c10;}
.vehicle-media{position:relative;aspect-ratio:3/2;overflow:hidden;background:linear-gradient(150deg,#fff,#f3f5f8);}
.vehicle-image-link{display:block;width:100%;height:100%}
.vehicle-image-link img{width:100%;height:100%;object-fit:contain;transition:transform .35s}
.vehicle-card:hover .vehicle-image-link img{transform:scale(1.035)}
.vehicle-media:after{content:"";position:absolute;bottom:0;left:0;right:0;pointer-events:none;height:25px;background:linear-gradient(0deg,#ffffff80,transparent);}
.vehicle-category{position:absolute;bottom:9px;left:12px;border-radius:4px;background:var(--red);color:#fff;font-size:9px;padding:4px 8px;font-weight:700;letter-spacing:.25px;z-index:1;}
.favorite-button{position:absolute;top:10px;right:10px;background:#fffffff2;border-color:#dce2e9;width:35px;height:35px;backdrop-filter:blur(7px);color:#485666;box-shadow:0 3px 9px #17253b08;}
.favorite-button .icon{width:18px;height:18px}
.favorite-button:hover,.favorite-button[aria-pressed=true]{color:var(--red);border-color:var(--red)}
.favorite-button[aria-pressed=true] .icon{fill:var(--red)}
.vehicle-content{position:relative;padding:15px 12px 14px;flex:1;display:flex;flex-direction:column}
.vehicle-content h3{font-size:18px;letter-spacing:-.5px;font-weight:750;line-height:1.2;margin:0 0 14px;min-height:22px}
.vehicle-specs{display:flex;justify-content:space-between;align-items:center;gap:5px;margin-bottom:17px}
.vehicle-specs>span{font-size:10px;white-space:nowrap;display:flex;align-items:center;gap:5px;color:#586574;}
.vehicle-specs .icon{width:14px;height:14px;stroke-width:1.55;color:#667587;}
.vehicle-specs .unknown-specs{white-space:normal;font-size:11px}
.price-row{display:flex;align-items:baseline;justify-content:space-between;gap:5px;margin-top:auto;margin-bottom:13px;flex-wrap:wrap}
.vehicle-price{font-size:22px;font-weight:750;letter-spacing:-.6px;white-space:nowrap}
.vehicle-price small{font-size:11px;font-weight:400;letter-spacing:0;color:#566271;}
.price-on-request{font-size:20px}
.price-caption{font-size:8px;color:#667281;}
.vehicle-actions{display:flex;gap:7px;align-items:center}
.car-whatsapp,.car-call{width:35px;height:35px}
.car-whatsapp{background:#0b9245;border-color:#0b9245;box-shadow:none;color:#fff;}
.car-whatsapp:hover{background:#087336;border-color:#087336;}
.car-whatsapp .icon{width:24px;height:24px}
.car-call{border-color:#cfd6df;color:#354355;background:#fff;}
.car-call:hover{border-color:var(--red);background:#fff5f7;color:var(--red);}
.car-call .icon{width:17px;height:17px}
.rent-button{flex:1;min-width:0;min-height:39px;padding:10px 9px;gap:5px;font-size:11px;white-space:nowrap}
.rent-button .icon{width:16px;height:16px}
.deposit-note{font-size:10px;color:#687382;margin:-7px 0 10px;}
.load-more-wrap{text-align:center;margin-top:28px}
.load-more{font-size:12px;min-width:240px;min-height:44px;border-color:#d4dbe4;}
.fleet-disclaimer{font-size:10px;color:#657181;text-align:center;margin:14px 0 0;line-height:1.6;}
.empty-state{padding:55px 16px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:14px;}
.empty-state>.icon{width:34px;height:34px;color:var(--red);margin-bottom:18px}
.empty-state h3{font-size:20px}
.empty-state p{font-size:14px;color:var(--muted)}

/* Airport */
.airport-banner{border:1px solid #414048;border-radius:15px;min-height:330px;position:relative;overflow:hidden;background:radial-gradient(ellipse at 85% 60%,#fde8ec80,transparent 63%),linear-gradient(110deg,#f7f9fc,#fff 68%);display:grid;grid-template-columns:1.05fr 1fr;border-color:#e2e7ef;box-shadow:0 7px 24px #18263c05;}
.airport-copy{padding:32px 38px;z-index:2;position:relative}
.airport-copy>.eyebrow{font-size:8px;letter-spacing:1.6px;margin-bottom:16px;color:#616d7b;}
.airport-copy h2{font-size:36px;margin-bottom:14px;letter-spacing:-1.3px}
.airport-copy h2 em{color:var(--red);}
.airport-copy p{font-size:13px;color:#5a6777;max-width:370px;line-height:1.65;margin-bottom:18px;}
.airport-benefits{display:flex;gap:22px;margin-bottom:23px}
.airport-benefits span{display:flex;gap:7px;align-items:center;font-size:11px;color:#475769;}
.airport-benefits .icon{width:19px;height:19px;color:var(--red);}
.airport-copy .button{min-height:43px;font-size:12px;padding:10px 23px}
.airport-copy small{display:block;font-size:9px;color:#626f7e;margin-top:13px;}
.airport-art{align-self:stretch;position:relative;display:flex;align-items:center;justify-content:center;min-width:0}
.airport-art:before{content:"";position:absolute;width:250px;height:250px;border-radius:50%;border:1px solid #f3152c55;box-shadow:0 0 0 50px #e30d2905,0 0 0 100px #e30d2902;top:35px;left:70px;border-color:#e30d2920;}
.airport-art img{width:100%;position:relative;mix-blend-mode:normal;mask-image:none;}
.airport-art-label{position:absolute;right:28px;bottom:26px;display:flex;gap:10px;align-items:center;font-size:11px;line-height:1.4;background:#ffffffed;border:1px solid #56565e;border-radius:10px;padding:12px 18px;border-color:#e1e6ed;color:#526071;box-shadow:0 8px 24px #16253b0a;}
.airport-art-label>.icon{color:var(--red);width:29px;height:29px}
.airport-art-label strong{color:#283548;letter-spacing:.7px;}

/* Service and corporate sections */
.advantages{padding-top:47px;padding-bottom:44px}
.advantages-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.advantage-card{padding:25px 20px;background:#fff;border:1px solid #2b3035;border-radius:12px;border-color:#e1e7ee;box-shadow:0 4px 14px #1d2c4304;}
.advantage-card>div{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#fff1f4;border:1px solid #f3152c21;border-radius:12px;margin-bottom:21px;color:var(--red);border-color:#fbdde3;}
.advantage-card .icon{width:24px;height:24px}
.advantage-card h3{font-size:15px;letter-spacing:-.3px;margin-bottom:9px}
.advantage-card p{font-size:12px;color:#606d7d;line-height:1.7;margin:0;}
.corporate-section{border-top:1px solid #e7ebf1;border-bottom:1px solid #e7ebf1;background:#f6f8fb;padding-block:55px;}
.corporate-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.corporate-copy>.eyebrow{margin-bottom:20px}
.corporate-copy h2{font-size:clamp(30px,3.2vw,42px);margin-bottom:24px;line-height:1.14}
.corporate-copy>p{font-size:14px;color:#5c6a7a;line-height:1.9;max-width:465px;margin-bottom:22px;}
.company-card{padding:28px 29px;background:#fff;border:1px solid #343940;border-radius:14px;border-color:#e1e6ed;box-shadow:0 8px 28px #14223a07;}
.company-label{display:flex;align-items:center;gap:9px;color:#586779;font-size:9px;letter-spacing:2px;font-weight:700;margin-bottom:18px;}
.company-label .icon{color:var(--red);width:18px;height:18px}
.company-card h3{font-size:16px;font-weight:700;letter-spacing:.1px;line-height:1.55;margin-bottom:21px;overflow-wrap:anywhere}
.company-card dl{margin:0}
.company-card dl>div{display:flex;justify-content:space-between;gap:14px;border-top:1px solid #2c3035;padding:10px 0;font-size:11px;border-color:#e7ebf1;}
.company-card dl>div:last-child{padding-bottom:0}
.company-card dt{color:#637183;flex-shrink:0;}
.company-card dd{color:#243244;margin:0;text-align:right;overflow-wrap:anywhere;}
.contact-section{padding-block:55px}
.contact-heading{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center;margin-bottom:38px}
.contact-heading .eyebrow{margin-bottom:19px}
.contact-heading h2{font-size:38px;line-height:1.13;margin-bottom:17px}
.contact-heading h2 em{color:#263448;}
.contact-heading p{font-size:13px;color:#637183;margin:0;}
.contact-details{display:flex;flex-direction:column;gap:13px}
.contact-details>a{display:flex;align-items:center;gap:16px;border:1px solid #31363d;border-radius:12px;padding:19px 21px;background:#fff;transition:border-color .2s;border-color:#dee5ed;box-shadow:0 4px 14px #18263c04;}
.contact-details>a:hover{border-color:var(--red)}
.contact-details>a>.icon:first-child{color:var(--red);width:27px;height:27px}
.contact-details>a:nth-child(2)>.icon:first-child{color:#0b9146;}
.contact-details span{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}
.contact-details small{font-size:9px;font-weight:700;letter-spacing:1.5px;color:#637386;}
.contact-details strong{font-size:21px;font-weight:650;white-space:nowrap}
.contact-details>a>.icon:last-child{width:19px;height:19px;color:#64748a;}
.image-cta-row{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}
.image-cta{display:flex;align-items:center;justify-content:center;flex-direction:column;background:#f8fafc;border:1px solid #31363d;border-radius:13px;overflow:hidden;min-width:0;padding:14px 28px;border-color:#e1e6ed;}
.image-cta img{max-height:100px;width:auto;max-width:100%;object-fit:contain}
.airport-image-link span{font-size:9px;color:#616f80;margin-top:9px;text-align:center;}
.image-cta:hover{border-color:#a9b7c9;}

/* Footer */
.site-footer{border-top:1px solid #30363b;background:#101416;padding-top:45px;color:#f7f8fa;color-scheme:dark;}
.footer-grid{display:grid;grid-template-columns:1.25fr .8fr 1fr 1fr;gap:35px;padding-bottom:36px}
.footer-grid>div:not(:first-child){border-left:1px solid #282e34;padding-left:25px}
.footer-intro .brand{align-items:center;margin-bottom:20px}
.footer-intro>p{font-size:12px;color:#a5adb6;line-height:1.85;margin-bottom:18px}
.footer-grid h3{font-size:13px;margin:10px 0 21px}
.footer-grid>div>a:not(.brand){display:flex;font-size:12px;margin-bottom:12px;color:#aeb5bd;line-height:1.5}
.footer-grid>div>a:hover{color:#fff}
.footer-wa{gap:9px;align-items:center}
.footer-wa .icon{width:20px;height:20px}
.footer-contact{gap:10px;align-items:center;white-space:nowrap}
.footer-contact>.icon{width:17px;height:17px}
.domain-label{font-size:11px;color:#949da7;overflow-wrap:anywhere;margin-top:18px}
.legal-identity{border-top:1px solid #30363b;padding:24px 0}
.legal-identity>span{display:block;color:#8f99a4;font-size:9px;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:8px}
.legal-identity strong{font-size:11px;font-weight:600;line-height:1.6}
.legal-identity p{font-size:10px;color:#96a1ac;line-height:1.8;margin:6px 0 0}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #282f36;padding:22px 0;font-size:10px;color:#a3adb8}
.footer-bottom>div{display:flex;gap:21px}
.footer-bottom a:hover{color:white}
.mobile-contact-bar{display:none;background:#fffffff5;border-color:#dde4ed;box-shadow:0 -3px 22px #14233b12;color-scheme:light;}
.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);z-index:80;background:#1b2737;color:#fff;border-radius:10px;box-shadow:0 9px 28px #17253b2b;padding:13px 20px;font-size:13px;text-align:center;max-width:calc(100vw - 36px);width:max-content;}
.legal-main{min-height:65vh;padding:48px 0 70px}
.legal-back{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:#495c73;margin-bottom:28px;}
.legal-back .icon{transform:rotate(180deg);width:18px;height:18px}
.legal-document{max-width:860px;margin:auto;background:#fff;border:1px solid #343a41;border-radius:14px;padding:40px;border-color:#e0e7ef;box-shadow:0 10px 32px #15243c08;}
.legal-document .eyebrow{margin-bottom:16px}
.legal-document h1{font-size:34px;letter-spacing:-1px;margin-bottom:28px}
.legal-text{white-space:pre-line;font-size:14px;line-height:1.9;color:#526173;}
.legal-company{font-size:11px;line-height:1.8;color:#65758a;border-top:1px solid #333a43;padding-top:20px;margin-top:30px;overflow-wrap:anywhere;border-color:#e2e8f0;}

@media(min-width:1500px){.hero{min-height:590px;background:#fff;}
.hero-inner{min-height:590px}
.hero-photo{right:35%;}
.hero-copy h1{font-size:54px}
}

@media(max-width:1199px){.header-inner{gap:15px}
.site-nav{gap:16px;background:#fff;border-bottom:1px solid #e0e7ef;box-shadow:0 16px 24px #1a294414;}
.site-nav a{font-size:11px;color:#414b58;}
.header-phone{font-size:12px;border-color:#dce2e9;}
.header-actions{gap:12px}
.language{display:none;color:#4e5866;background:#f9fafc;}
.hero-copy{width:48%}
.hero-copy h1{font-size:42px}
.hero-copy>p{font-size:13px;color:#566474;}
.hero-actions .button{padding-inline:16px;font-size:12px}
.hero-benefits{gap:9px;color:#515d6c;border-color:#e3e7ed;}
.hero-benefits>span{padding-right:8px;font-size:9px;border-color:#dce2e9;}
.vehicles-grid{gap:12px}
.vehicle-content h3{font-size:16px}
.vehicle-content{padding-inline:11px}
.vehicle-actions{gap:5px}
.car-call,.car-whatsapp{width:32px;height:32px}
.rent-button{font-size:10px;gap:4px;padding-inline:6px}
.price-caption{display:none;color:#667281;}
.footer-grid{gap:22px}
.footer-grid>div:not(:first-child){padding-left:18px}
.footer-contact{font-size:11px!important}
.corporate-grid{gap:45px}
.contact-heading{gap:45px}
}

@media(max-width:1099px){.vehicles-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.vehicle-content{padding:19px 19px 18px}
.vehicle-content h3{font-size:22px}
.vehicle-specs>span{font-size:12px;color:#586574;}
.vehicle-specs .icon{width:17px;height:17px;color:#667587;}
.vehicle-category{font-size:10px;left:18px;bottom:14px;background:var(--red);}
.favorite-button{width:39px;height:39px;right:13px;top:13px;background:#fffffff2;color:#485666;border-color:#dce2e9;box-shadow:0 3px 9px #17253b08;}
.vehicle-price{font-size:27px}
.vehicle-price small{font-size:13px;color:#566271;}
.price-caption{display:inline;font-size:9px;color:#667281;}
.car-call,.car-whatsapp{width:44px;height:44px}
.vehicle-actions{gap:9px}
.rent-button{font-size:13px;min-height:45px;gap:9px}
.rent-button .icon{width:18px;height:18px}
.vehicle-specs{margin-bottom:20px}
.price-row{margin-bottom:18px}
.car-whatsapp .icon{width:28px;height:28px}
.car-call .icon{width:20px;height:20px}
.airport-copy{padding:28px}
.airport-copy h2{font-size:32px}
.airport-copy>.eyebrow{font-size:7px;color:#616d7b;}
.advantages-grid{grid-template-columns:repeat(2,1fr)}
.advantage-card{display:grid;grid-template-columns:45px 1fr;column-gap:17px;padding:23px;background:#fff;border-color:#e1e7ee;box-shadow:0 4px 14px #1d2c4304;}
.advantage-card>div{grid-row:1/3;margin:0;background:#fff1f4;border-color:#fbdde3;}
.advantage-card h3{padding-top:3px}
.advantage-card p{grid-column:2;color:#606d7d;}
.footer-grid{grid-template-columns:1.2fr 1fr;gap:32px}
.footer-grid>div:not(:first-child){padding-left:0;border:0}
.contact-details strong{font-size:18px}
.booking-form{gap:8px;background:#ffffff;border-color:#e1e6ed;box-shadow:0 14px 38px #1b2c4610;}
.booking-field{gap:8px;padding-right:8px;border-color:#e2e7ee;}
.booking-field>.icon{width:21px;height:21px;color:#2e3b4c;}
.booking-submit{font-size:13px;gap:6px;padding-inline:13px}
}

@media(max-width:980px){:root{--header:76px;--bg:#ffffff;--surface:#ffffff;--surface-2:#f5f7fa;--red:#e30d29;--red-dark:#bd0920;--text:#1c2430;--muted:#616d7b;--line:#e1e6ed;color-scheme:light;}
.header-actions{gap:10px}
.menu-toggle{display:flex;border-radius:9px;background:#fff;}
.site-nav{position:absolute;left:0;right:0;top:75px;height:auto;padding:15px 32px 22px;background:#fff;border-bottom:1px solid #e0e7ef;display:none;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 16px 24px #1a294414;}
.site-nav.is-open{display:flex}
.site-nav>a{display:block;height:auto;font-size:14px;padding:14px 0}
.site-nav a:after{bottom:7px;right:auto;width:28px}
.hero-copy{width:47%;}
.hero-copy h1{font-size:36px;letter-spacing:-1.7px}
.hero{min-height:530px;background:#fff;}
.hero-inner{min-height:530px}
.hero-benefits{flex-wrap:wrap;color:#515d6c;border-color:#e3e7ed;}
.hero-benefits>span{font-size:9px;border-color:#dce2e9;}
.hero-actions{gap:9px}
.hero-actions .button{padding:12px 16px;min-height:43px;font-size:11px}
.hero-copy>p{font-size:12px;line-height:1.8;color:#566474;}
.hero-photo{right:33%}
.hero-shade{background:linear-gradient(90deg,transparent 0%,transparent 39%,rgba(255,255,255,.3) 49%,rgba(255,255,255,.97) 64%,#fff 76%),linear-gradient(0deg,#fff 0%,rgba(255,255,255,.55) 6%,transparent 23%);}
.hero-copy .eyebrow{font-size:8px;letter-spacing:2px;color:#424c59;}
.airport-copy h2{font-size:28px}
.airport-benefits{gap:12px}
.airport-benefits span{font-size:10px;color:#475769;}
.airport-art-label{right:15px;font-size:10px;padding:10px;background:#ffffffed;border-color:#e1e6ed;color:#526071;box-shadow:0 8px 24px #16253b0a;}
.corporate-grid{gap:28px}
.company-card{padding:24px 22px;background:#fff;border-color:#e1e6ed;box-shadow:0 8px 28px #14223a07;}
.company-card h3{font-size:14px}
.company-card dl>div{font-size:10px;border-color:#e7ebf1;}
.contact-heading{gap:30px}
.contact-heading h2{font-size:33px}
.contact-details>a{padding:16px 15px;gap:12px;background:#fff;border-color:#dee5ed;box-shadow:0 4px 14px #18263c04;}
.contact-details strong{font-size:17px}
}

@media(max-width:767px){:root{--header:72px;--bg:#ffffff;--surface:#ffffff;--surface-2:#f5f7fa;--red:#e30d29;--red-dark:#bd0920;--text:#1c2430;--muted:#616d7b;--line:#e1e6ed;color-scheme:light;}
.container{width:calc(100% - 32px)}
body{padding-bottom:calc(70px + env(safe-area-inset-bottom,0px))}
.header-inner{gap:12px}
.brand{width:163px;padding-top:14px}
.brand-roof{width:135px;left:9px;height:21px}
.brand-name{font-size:25px;letter-spacing:-1px}
.brand-name b{font-size:29px}
.brand-caption{font-size:6px;letter-spacing:2.8px;margin-top:6px;color:#687381;}
.header-phone{border:1px solid #343a40;border-radius:9px;width:41px;height:41px;justify-content:center;border-color:#dce2e9;}
.header-phone>.icon{color:var(--red);width:20px;height:20px}
.header-phone span{display:none}
.header-actions{gap:8px}
.menu-toggle{width:41px;height:41px;background:#fff;}
.menu-toggle .icon{width:22px;height:22px}
.site-nav{top:71px;padding-inline:20px;background:#fff;border-bottom:1px solid #e0e7ef;box-shadow:0 16px 24px #1a294414;}
.hero{display:flex;flex-direction:column;min-height:0;overflow:visible;background:#fff;}
.hero-photo{position:relative;inset:auto;width:100%;aspect-ratio:1672/941;z-index:0;overflow:hidden}
.hero-photo picture{height:100%;width:100%}
.hero-photo img{width:100%;height:100%;object-fit:contain;object-position:center}
.hero-photo:after{content:"";position:absolute;inset:60% 0 0;background:linear-gradient(0deg,#fff,rgba(255,255,255,.1) 64%,transparent);pointer-events:none;}
.hero-shade{display:none;background:linear-gradient(90deg,transparent 0%,transparent 39%,rgba(255,255,255,.3) 49%,rgba(255,255,255,.97) 64%,#fff 76%),linear-gradient(0deg,#fff 0%,rgba(255,255,255,.55) 6%,transparent 23%);}
.hero-inner{width:calc(100% - 40px);min-height:0;padding:6px 0 26px;display:block}
.hero-copy{width:100%;max-width:none;text-align:right}
.hero-copy .eyebrow{margin-bottom:13px;font-size:8px;letter-spacing:2px;justify-content:flex-end;color:#424c59;}
.hero-copy h1{font-size:clamp(31px,8.4vw,48px);letter-spacing:-1.7px;line-height:1.06;margin-bottom:15px}
.hero-copy h1 em{margin-top:3px}
.hero-copy>p{font-size:12px;line-height:1.75;max-width:410px;margin-left:auto;margin-bottom:18px;color:#566474;}
.hero-actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:nowrap;margin-bottom:21px}
.hero-actions .button{font-size:11px;min-height:45px;padding:12px 16px;gap:8px;flex:1;max-width:205px}
.hero-actions .icon{width:17px;height:17px}
.hero-benefits{flex-wrap:nowrap;justify-content:space-between;gap:8px;border-top:1px solid #2b2f34;padding-top:18px;color:#515d6c;border-color:#e3e7ed;}
.hero-benefits>span{gap:5px;font-size:8px;padding-right:6px;flex:1;text-align:left;border-color:#dce2e9;}
.hero-benefits>span:last-child{justify-content:flex-end}
.hero-benefits .icon{width:20px;height:20px;color:#2d3948;}
.hero-caption{display:none;color:#384453;text-shadow:0 1px 6px #ffffffbf;}
.booking-container{margin-top:0;padding-top:0}
.booking-form{display:grid;grid-template-columns:1fr 1fr;padding:14px;gap:0;background:#ffffff;border-color:#e1e6ed;border-radius:12px;box-shadow:0 14px 38px #1b2c4610;}
.booking-field{padding:9px 0 13px;gap:9px;border-right:0;min-width:0;border-color:#e2e7ee;}
.booking-field:first-child{grid-column:1/-1;border-bottom:1px solid #333941;margin-bottom:8px;padding-top:0;border-color:#e2e7ee;}
.booking-field:nth-child(2){padding-right:10px;border-right:1px solid #333941;border-color:#e2e7ee;}
.booking-field:nth-child(3){padding-left:13px}
.booking-field>.icon{width:19px;height:19px;color:#2e3b4c;}
.booking-field:nth-child(2)>.icon,.booking-field:nth-child(3)>.icon{display:none}
.field-caption{font-size:10px;margin-bottom:5px;color:#677382;}
.booking-field input,.booking-field select{font-size:12px;width:100%;height:23px;min-width:0;padding:0;color:#202a37;color-scheme:light;}
.booking-submit{grid-column:1/-1;width:100%;height:45px;min-height:45px;margin-top:4px;font-size:13px;border-radius:8px}
.booking-note{font-size:9px;justify-content:center;margin-top:10px;gap:5px;flex-wrap:wrap;color:#626f7e;}
.section{padding:34px 0}
.fleet-section{padding-top:28px;padding-bottom:28px;background:linear-gradient(180deg,#ffffff,#f8f9fb);}
.section-heading{gap:15px;margin-bottom:19px;align-items:flex-end}
.section-heading .eyebrow{display:none}
h2{font-size:26px;letter-spacing:-1px}
.section-heading .text-button{font-size:10px;gap:5px;white-space:normal;text-align:right;max-width:82px;line-height:1.5;flex-shrink:0}
.section-heading .text-button .icon{width:17px;height:17px}
.fleet-tools{gap:7px;align-items:flex-start;margin-bottom:10px}
.category-filter{gap:6px;flex-wrap:wrap}
.category-button{font-size:10px;padding:7px 11px;min-height:33px;border-radius:6px;background:#fff;color:#465260;border-color:#dde3eb;}
.favorites-filter{width:43px;min-width:43px;height:33px;padding:0 6px;gap:4px;background:#fff;color:#505c6a;}
.favorites-filter .icon{width:16px;height:16px}
.favorites-filter span{font-size:10px}
.fleet-search-row{gap:8px}
.fleet-search{height:39px;padding-inline:10px;gap:6px;background:#fff;}
.fleet-search input{font-size:11px;color:var(--text);}
.fleet-search .icon{width:16px;height:16px;color:#687789;}
.fleet-sort{height:39px;width:137px;flex-shrink:0}
.fleet-sort select{font-size:10px;padding:0 6px;color:#4b5867;background:#fff;}
.fleet-status{font-size:10px;min-height:35px;color:#647181;}
.vehicles-grid{grid-template-columns:minmax(0,1fr);gap:20px}
.vehicle-card{border-radius:14px;transform:none!important;background:#fff;border-color:#e1e6ec;box-shadow:0 5px 19px #18263c06;}
.vehicle-media{aspect-ratio:3/2;background:linear-gradient(150deg,#fff,#f3f5f8);}
.vehicle-content{padding:17px 17px 18px}
.vehicle-content h3{font-size:23px;letter-spacing:-.6px;margin-bottom:16px}
.vehicle-specs{gap:8px;margin-bottom:18px}
.vehicle-specs>span{font-size:12px;gap:6px;color:#586574;}
.vehicle-specs .icon{width:16px;height:16px;color:#667587;}
.vehicle-price{font-size:27px}
.vehicle-price small{font-size:12px;color:#566271;}
.price-caption{font-size:9px;color:#667281;}
.price-row{margin-bottom:17px}
.vehicle-category{font-size:10px;padding:5px 10px;left:16px;bottom:12px;background:var(--red);}
.favorite-button{width:41px;height:41px;right:12px;top:12px;background:#fffffff2;color:#485666;border-color:#dce2e9;box-shadow:0 3px 9px #17253b08;}
.favorite-button .icon{width:21px;height:21px}
.car-call,.car-whatsapp{width:44px;height:44px}
.rent-button{font-size:13px;min-height:45px;padding-inline:12px;gap:8px}
.vehicle-actions{gap:9px}
.load-more-wrap{margin-top:22px}
.load-more{width:100%;min-height:46px;font-size:12px;border-color:#d4dbe4;}
.fleet-disclaimer{font-size:9px;margin-top:13px;color:#657181;}
.airport-banner{display:flex;flex-direction:column;min-height:0;border-radius:13px;background:radial-gradient(ellipse at 85% 60%,#fde8ec80,transparent 63%),linear-gradient(110deg,#f7f9fc,#fff 68%);border-color:#e2e7ef;box-shadow:0 7px 24px #18263c05;}
.airport-copy{padding:24px 22px 8px}
.airport-copy>.eyebrow{font-size:7px;letter-spacing:1px;gap:7px;margin-bottom:16px;color:#616d7b;}
.airport-copy>.eyebrow .icon{width:16px;height:16px}
.airport-copy h2{font-size:30px;letter-spacing:-1.2px}
.airport-copy p{font-size:12px;max-width:100%;margin-bottom:17px;color:#5a6777;}
.airport-benefits{margin-bottom:17px;gap:19px}
.airport-benefits span{font-size:10px;gap:7px;color:#475769;}
.airport-copy .button{font-size:12px;min-height:43px;padding-inline:22px}
.airport-copy small{font-size:9px;line-height:1.6;max-width:270px;color:#626f7e;}
.airport-art{height:210px;min-height:0;overflow:hidden;width:100%;margin-top:7px;align-items:center}
.airport-art img{width:100%;height:100%;object-fit:contain;mask-image:none;mix-blend-mode:normal;}
.airport-art:before{height:150px;width:150px;left:calc(50% - 75px);top:35px;border-color:#e30d2920;box-shadow:0 0 0 50px #e30d2905,0 0 0 100px #e30d2902;}
.airport-art-label{right:14px;bottom:14px;padding:8px 12px;font-size:9px;border-radius:8px;background:#ffffffed;border-color:#e1e6ed;color:#526071;box-shadow:0 8px 24px #16253b0a;}
.airport-art-label>.icon{width:21px;height:21px}
.advantages{padding-block:33px}
.advantages-grid{grid-template-columns:1fr;gap:10px}
.advantage-card{grid-template-columns:43px 1fr;padding:18px;column-gap:15px;border-radius:11px;background:#fff;border-color:#e1e7ee;box-shadow:0 4px 14px #1d2c4304;}
.advantage-card>div{width:43px;height:43px;background:#fff1f4;border-color:#fbdde3;}
.advantage-card h3{font-size:14px;margin:0 0 7px;padding-top:1px}
.advantage-card p{font-size:11px;line-height:1.7;color:#606d7d;}
.corporate-section{padding-block:32px;background:#f6f8fb;border-top:1px solid #e7ebf1;border-bottom:1px solid #e7ebf1;}
.corporate-grid{display:flex;flex-direction:column;gap:25px;align-items:stretch}
.corporate-copy>.eyebrow{font-size:9px;margin-bottom:15px}
.corporate-copy h2{font-size:32px;margin-bottom:18px}
.corporate-copy>p{font-size:12px;line-height:1.9;margin-bottom:17px;color:#5c6a7a;}
.corporate-copy .text-button{font-size:12px}
.company-card{padding:23px 19px;background:#fff;border-color:#e1e6ed;box-shadow:0 8px 28px #14223a07;}
.company-card h3{font-size:14px;line-height:1.6}
.company-label{font-size:8px;color:#586779;}
.company-card dl>div{font-size:11px;gap:12px;border-color:#e7ebf1;}
.contact-heading{display:flex;flex-direction:column;align-items:stretch;gap:25px;margin-bottom:22px}
.contact-heading .eyebrow{font-size:8px;margin-bottom:15px}
.contact-heading h2{font-size:32px;margin-bottom:16px}
.contact-heading p{font-size:12px;color:#637183;}
.contact-details>a{padding:17px 17px;gap:13px;background:#fff;border-color:#dee5ed;box-shadow:0 4px 14px #18263c04;}
.contact-details strong{font-size:20px}
.contact-details small{font-size:8px;letter-spacing:1px;color:#637386;}
.contact-details>a>.icon:first-child{width:24px;height:24px}
.image-cta-row{grid-template-columns:1fr;gap:12px}
.image-cta{padding:14px 19px;min-height:90px;background:#f8fafc;border-color:#e1e6ed;}
.image-cta img{max-height:95px}
.airport-image-link span{font-size:8px;margin-top:9px;color:#616f80;}
.site-footer{padding-top:32px;color:#f7f8fa;color-scheme:dark;}
.footer-grid{grid-template-columns:1fr 1fr;gap:26px 20px;padding-bottom:23px}
.footer-intro{grid-column:1/-1}
.footer-intro .brand{margin-bottom:15px}
.footer-intro>p{font-size:11px;margin-bottom:14px}
.footer-grid h3{font-size:12px;margin:0 0 17px}
.footer-grid>div>a:not(.brand){font-size:11px;margin-bottom:10px}
.footer-grid>div:last-child{grid-column:1/-1;border-top:1px solid #2a3036;padding-top:23px}
.footer-contact{font-size:12px!important}
.domain-label{font-size:10px;margin-top:15px}
.legal-identity{padding:20px 0}
.legal-identity strong{font-size:10px;line-height:1.8;display:block}
.legal-identity p{font-size:9px;line-height:1.9}
.footer-bottom{flex-direction:column;align-items:flex-start;gap:15px;font-size:9px;padding:21px 0}
.footer-bottom>div{gap:18px;flex-wrap:wrap}
.mobile-contact-bar{position:fixed;display:grid;grid-template-columns:1fr 1fr 1.12fr;bottom:0;left:0;right:0;height:calc(67px + env(safe-area-inset-bottom,0px));padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px));z-index:70;background:#fffffff5;backdrop-filter:blur(14px);border-top:1px solid #42474f;box-shadow:0 -3px 22px #14233b12;gap:8px;border-color:#dde4ed;color-scheme:light;}
.mobile-contact-bar>a{display:flex;align-items:center;justify-content:center;gap:6px;border-radius:9px;font-size:10px;font-weight:700;border:1px solid #383e45;min-width:0;background:#fff;border-color:#dce4ed;color:#394b62;}
.mobile-contact-bar .icon{width:19px;height:19px}
.mobile-contact-bar .mobile-wa{color:#086e35;border-color:#c7e9d3;background:#f0fbf4;}
.mobile-contact-bar .mobile-call{background:var(--red);color:#fff;border-color:var(--red);}
.toast{bottom:calc(80px + env(safe-area-inset-bottom,0px));font-size:12px;max-width:calc(100vw - 30px);padding:12px 17px;background:#1b2737;color:#fff;box-shadow:0 9px 28px #17253b2b;}
.legal-main{padding-top:26px}
.legal-document{padding:25px 20px;background:#fff;border-color:#e0e7ef;box-shadow:0 10px 32px #15243c08;}
.legal-document h1{font-size:27px}
.legal-text{font-size:13px;line-height:1.85;color:#526173;}
.legal-company{font-size:10px;color:#65758a;border-color:#e2e8f0;}
}

@media(max-width:359px){.brand{width:149px}
.brand-name{font-size:23px}
.brand-name b{font-size:27px}
.brand-roof{left:9px;width:122px}
.header-actions{gap:6px}
.header-phone,.menu-toggle{width:37px;height:39px}
.hero-copy h1{font-size:31px}
.hero-actions .button{font-size:10px;padding-inline:11px}
.hero-benefits>span{font-size:7px;border-color:#dce2e9;}
.hero-benefits .icon{width:17px;height:17px;color:#2d3948;}
.hero-copy .eyebrow{font-size:7px;color:#424c59;}
.section-heading h2{font-size:23px}
.fleet-sort{width:117px}
.fleet-sort select{font-size:9px;color:#4b5867;background:#fff;}
.category-button{font-size:9px;padding-inline:9px;background:#fff;color:#465260;border-color:#dde3eb;}
.vehicle-content{padding-inline:15px}
.vehicle-content h3{font-size:21px}
.vehicle-specs>span{font-size:10px;color:#586574;}
.vehicle-specs .icon{width:14px;height:14px;color:#667587;}
.vehicle-actions{gap:7px}
.rent-button{font-size:11px;padding-inline:8px}
.car-call,.car-whatsapp{width:40px;height:42px}
.vehicle-price{font-size:25px}
.price-caption{font-size:8px;color:#667281;}
.contact-details strong{font-size:18px}
.mobile-contact-bar{padding-inline:8px;gap:6px;background:#fffffff5;border-color:#dde4ed;box-shadow:0 -3px 22px #14233b12;color-scheme:light;}
.mobile-contact-bar>a{font-size:9px;gap:4px;background:#fff;border-color:#dce4ed;color:#394b62;}
.mobile-contact-bar .icon{width:17px;height:17px}
.company-card dl>div{font-size:10px;border-color:#e7ebf1;}
.eyebrow{letter-spacing:1.6px;color:#586473;}
.airport-copy>.eyebrow{font-size:6px;letter-spacing:.7px;color:#616d7b;}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{animation:none!important;transition:none!important}
}

@media print{.site-header,.mobile-contact-bar,.booking-container,.fleet-tools,.fleet-search-row,.load-more-wrap,.vehicle-actions,.favorite-button,.image-cta-row{display:none!important}
body{background:#fff;color:#111;padding:0}
.vehicle-card{break-inside:avoid}
.vehicle-card[hidden]{display:flex!important}
.site-footer{background:#fff}
.hero{min-height:auto}
.hero-photo{display:none}
.hero-inner{min-height:0}
.hero-copy{width:100%;color:#111}
}


/* Light surfaces with a deliberately dark corporate footer. */
.site-footer .brand-caption{color:#c7ced7}

.site-footer .brand-name,.site-footer h3,.site-footer .legal-identity strong{color:#f7f8fa}

.whatsapp-image-link{background:linear-gradient(120deg,#085637,#14764e);border-color:#13734a}

.whatsapp-image-link:hover{border-color:#0a5234;background:#085b39}

.whatsapp-image-link img{mix-blend-mode:normal}

.menu-toggle:hover,.header-phone:hover{color:var(--red)}

.favorites-filter[aria-pressed=true]{background:#fff2f5}

.favorite-button:hover,.favorite-button[aria-pressed=true]{background:#fff3f5}

.booking-field:focus-within .field-caption{color:var(--red)}

.fleet-search:focus-within,.fleet-sort:focus-within{border-color:var(--red)}

@media print{.site-footer{background:#fff;color:#111}
.site-footer .brand-name,.site-footer .legal-identity strong,.site-footer h3{color:#111}
}


/* Feather the desktop photograph into white without changing the mobile photo. */
@media(min-width:768px){.hero-photo{mask-image:linear-gradient(90deg,#000 0%,#000 70%,transparent 100%)}}
@media(max-width:767px){.hero-photo:after{inset:78% 0 0;background:linear-gradient(0deg,#fff,transparent)}}

/* Novera — northern green / blue palette */
:root{--red:#0b8f87;--red-dark:#08716f;--text:#102a3a;--muted:#5c7180;--line:#d9e8e8;--surface-2:#f2f9f8}
body{background:linear-gradient(180deg,#fbffff 0%,#f6fbfb 100%)}
.brand{width:188px;padding-top:2px;display:grid;grid-template-columns:40px 1fr;grid-template-rows:auto auto;column-gap:9px;align-items:center;text-align:left}
.brand-mark{grid-row:1/3;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#fff;font-weight:900;font-size:22px;background:linear-gradient(145deg,#0b8f87,#176b9c);box-shadow:0 7px 18px #0b8f8726}
.brand-name{font-size:27px;font-style:normal;letter-spacing:-1px}.brand-name b{font-size:27px;color:#123c55}.brand-caption{margin:2px 0 0;font-size:7px;letter-spacing:2.1px;color:#4e7883}
.hero-shade{background:linear-gradient(90deg,transparent 0%,transparent 39%,rgba(247,255,254,.3) 49%,rgba(247,255,254,.97) 64%,#f8fffe 76%),linear-gradient(0deg,#f8fffe 0%,rgba(248,255,254,.55) 6%,transparent 23%)}
.fleet-section{background:linear-gradient(180deg,#fbffff,#eef8f7)}
.category-button:hover,.button-outline:hover{border-color:#7dcac3;background:#f0fffc;color:var(--red)}
.vehicle-card:hover{border-color:#7dcac3}.car-call:hover{border-color:var(--red);background:#effffc}.airport-banner{background:radial-gradient(ellipse at 85% 60%,#d9f5ef 0%,transparent 63%),linear-gradient(110deg,#eef8fb,#fff 68%)}

:root{--novera-primary:#07998f;--novera-secondary:#0b5875;--novera-accent:#54dfc2}
.vehicle-card{position:relative;overflow:hidden;isolation:isolate;border:1px solid rgba(7,153,143,.35);box-shadow:0 14px 38px rgba(4,76,91,.10),0 0 18px rgba(84,223,194,.10)}
.vehicle-card:before{content:"";position:absolute;inset:-2px;border-radius:inherit;padding:2px;background:conic-gradient(from var(--na,0deg),transparent 0 20%,var(--novera-accent) 30%,var(--novera-secondary) 39%,transparent 50%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:noveraNeon 4.8s linear infinite}
@property --na{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes noveraNeon{to{--na:360deg}}
.button,.vehicle-card button,.vehicle-card a{backdrop-filter:blur(11px);-webkit-backdrop-filter:blur(11px);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 8px 22px rgba(4,85,96,.14)}
.km-unlimited{position:absolute;right:14px;top:14px;z-index:8;padding:7px 10px;border-radius:999px;background:rgba(4,31,42,.84);color:#8fffe9;border:1px solid rgba(84,223,194,.65);font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;box-shadow:0 0 18px rgba(84,223,194,.4);animation:kmPulse 1.7s ease-in-out infinite}
@keyframes kmPulse{50%{opacity:.58;box-shadow:0 0 28px rgba(84,223,194,.75)}}

/* === Novera visible UI fix v3 === */
:root{--red:var(--novera-primary,#07998f);--red-dark:var(--novera-secondary,#0b5875)}
.brand.brand-logo{display:flex!important;width:194px!important;height:54px!important;padding:0!important;align-items:center!important;justify-content:flex-start!important;flex-direction:row!important;line-height:1!important}
.brand.brand-logo img{display:block!important;width:194px!important;height:auto!important;max-height:54px!important;object-fit:contain!important;object-position:left center!important}
.site-footer .brand.brand-logo img{filter:brightness(0) invert(1);opacity:.96}

/* Real glass buttons + moving highlight */
.button,.booking-submit,.rent-button,.category-button{position:relative;overflow:hidden;isolation:isolate}
.button-red,.booking-submit,.rent-button{background:linear-gradient(135deg,color-mix(in srgb,var(--novera-primary,#07998f) 86%,#fff 14%),color-mix(in srgb,var(--novera-secondary,#0b5875) 92%,#000 8%))!important;border:1px solid rgba(255,255,255,.42)!important;color:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.55),inset 0 -1px 0 rgba(0,30,45,.14),0 10px 28px color-mix(in srgb,var(--novera-primary,#07998f) 28%,transparent)!important;backdrop-filter:blur(14px) saturate(145%);-webkit-backdrop-filter:blur(14px) saturate(145%)}
.button-outline{background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(236,251,250,.62))!important;border:1px solid rgba(11,112,122,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 10px 28px rgba(10,100,112,.10)!important;backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%)}
.button:before,.booking-submit:before,.rent-button:before{content:"";position:absolute;z-index:-1;top:-45%;left:-35%;width:28%;height:190%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.58),transparent);transform:rotate(18deg) translateX(-250%);transition:transform .65s ease;pointer-events:none}
.button:hover:before,.booking-submit:hover:before,.rent-button:hover:before{transform:rotate(18deg) translateX(650%)}
.button:hover,.booking-submit:hover,.rent-button:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 14px 34px color-mix(in srgb,var(--novera-primary,#07998f) 38%,transparent)!important}

@media(max-width:767px){
 .brand.brand-logo{width:151px!important;height:45px!important}
 .brand.brand-logo img{width:151px!important;max-height:45px!important}
 .hero{position:relative!important;min-height:680px!important;display:block!important;overflow:hidden!important;background:#071d2b!important}
 .hero-photo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;aspect-ratio:auto!important;z-index:-3!important;overflow:hidden!important}
 .hero-photo picture{display:block!important;width:100%!important;height:100%!important}
 .hero-photo img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:58% center!important;transform:none!important}
 .hero-photo:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(5,24,35,.12) 0%,rgba(5,24,35,.20) 32%,rgba(5,24,35,.72) 70%,rgba(5,24,35,.92) 100%)!important}
 .hero-shade{display:block!important;position:absolute!important;inset:0!important;z-index:-2!important;background:linear-gradient(90deg,rgba(3,22,34,.28),transparent 58%)!important}
 .hero-inner{min-height:680px!important;width:calc(100% - 32px)!important;padding:280px 0 30px!important;display:flex!important;align-items:flex-end!important}
 .hero-copy{text-align:left!important;color:#fff!important;background:linear-gradient(135deg,rgba(5,35,48,.68),rgba(5,35,48,.28))!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:22px!important;padding:20px!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 20px 45px rgba(0,0,0,.18)}
 .hero-copy .eyebrow,.hero-copy>p,.hero-benefits{color:rgba(255,255,255,.88)!important}
 .hero-copy h1{color:#fff!important;font-size:clamp(31px,9.2vw,43px)!important}
 .hero-benefits{border-color:rgba(255,255,255,.18)!important}
 .hero-benefits>span{border-color:rgba(255,255,255,.18)!important}
 .hero-benefits .icon{color:#7ff5df!important}
 .hero-actions{justify-content:flex-start!important}
 .hero-actions .button{max-width:none!important}
}


/* === Novera mobile hero + vehicle spacing fix v6 === */
.vehicle-title-link{color:inherit;text-decoration:none}
.vehicle-title-link:hover{color:var(--novera-primary,#07998f)}
.vehicle-card{cursor:pointer}
.vehicle-card .icon-button,.vehicle-card .button,.vehicle-card a{cursor:pointer}
.vehicle-image-link{display:flex;align-items:center;justify-content:center;overflow:hidden}
.vehicle-image-link img{transform:scale(.96);transform-origin:center center;transition:transform .25s ease}
.vehicle-card:hover .vehicle-image-link img{transform:scale(.985)}
@media(max-width:767px){
  .hero{display:flex!important;flex-direction:column!important;min-height:0!important;overflow:visible!important;background:#fff!important}
  .hero-photo{position:relative!important;inset:auto!important;width:100%!important;height:clamp(300px,92vw,410px)!important;aspect-ratio:auto!important;z-index:0!important;background:#eaf1f3!important;overflow:hidden!important}
  .hero-photo picture{display:block!important;width:100%!important;height:100%!important}
  .hero-photo img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:56% 60%!important;transform:none!important}
  .hero-photo:after{content:""!important;position:absolute!important;inset:auto 0 0!important;height:28%!important;background:linear-gradient(0deg,#fff 0%,rgba(255,255,255,.72) 34%,transparent 100%)!important;pointer-events:none!important}
  .hero-shade{display:none!important}
  .hero-inner{order:2!important;min-height:0!important;width:calc(100% - 32px)!important;padding:2px 0 24px!important;display:block!important}
  .hero-copy{width:100%!important;max-width:none!important;text-align:right!important;color:var(--text,#10263a)!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important}
  .hero-copy .eyebrow{justify-content:flex-end!important;color:#52606d!important;margin-bottom:12px!important}
  .hero-copy h1{color:#10263a!important;font-size:clamp(32px,9vw,44px)!important;line-height:1.05!important;margin-bottom:16px!important}
  .hero-copy h1 em{color:var(--novera-primary,#07998f)!important}
  .hero-copy>p{color:#65717e!important;max-width:none!important;font-size:13px!important;line-height:1.65!important;margin-bottom:20px!important}
  .hero-actions{justify-content:stretch!important;gap:10px!important;margin-bottom:24px!important}
  .hero-actions .button{max-width:none!important;flex:1!important;min-width:0!important}
  .hero-benefits{color:#4d5965!important;border-top:1px solid #e3e9ed!important;padding-top:17px!important}
  .hero-benefits>span{color:#4d5965!important;border-color:#e3e9ed!important}
  .hero-benefits .icon{color:var(--novera-secondary,#0b5875)!important}
  .vehicle-media{aspect-ratio:3/2!important;padding:8px 10px 2px!important;background:linear-gradient(150deg,#fff,#f5f8f9)!important}
  .vehicle-image-link{height:100%!important}
  .vehicle-image-link img{width:94%!important;height:94%!important;object-fit:contain!important;transform:none!important}
  .vehicle-card:hover .vehicle-image-link img{transform:none!important}
  .vehicle-content{padding:15px 16px 17px!important}
  .vehicle-content h3{font-size:22px!important;margin-bottom:13px!important}
  .vehicle-specs{margin-bottom:15px!important}
  .vehicle-actions{gap:8px!important}
  .vehicle-actions .rent-button{min-width:0!important;flex:1!important}
  .km-unlimited{right:12px!important;top:12px!important;padding:6px 9px!important;font-size:10px!important}
}

/* FINAL mobile fit + vehicle detail navigation */
@media(max-width:767px){
  .hero-photo{
    height:auto!important;
    aspect-ratio:auto!important;
    background:#071d2b!important;
  }
  .hero-photo picture{
    display:block!important;
    width:100%!important;
    height:auto!important;
  }
  .hero-photo img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center center!important;
  }
  .hero-photo:after{height:16%!important}
  .vehicle-image-link img{
    width:90%!important;
    height:90%!important;
    object-fit:contain!important;
  }
}

/* FINAL mobile fit + vehicle detail navigation */
@media(max-width:767px){
.hero-photo{height:auto!important;aspect-ratio:auto!important;background:#071d2b!important}
.hero-photo picture{display:block!important;width:100%!important;height:auto!important}
.hero-photo img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important}
.hero-photo:after{height:16%!important}
.vehicle-image-link img{width:90%!important;height:90%!important;object-fit:contain!important}
}
