:root{color:#172033;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{color:#172033;background:#fff;min-width:320px;margin:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-shell{--brand:#2563eb;--brand-dark:#111827;flex-direction:column;min-height:100vh;display:flex}.site-header{z-index:20;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;gap:1rem;min-height:5.5rem;padding:0 clamp(1rem,5vw,5rem);display:flex;position:sticky;top:0}.site-brand{align-items:center;gap:.7rem;font-size:1.08rem;display:flex}.site-brand img{-o-object-fit:contain;object-fit:contain;width:auto;max-width:min(18rem,42vw);height:4rem}.site-header nav{gap:1.2rem;font-size:.9rem;font-weight:700;display:flex}.site-header nav a.router-link-active{color:var(--brand)}main{flex:1}.hero{background:linear-gradient(135deg,var(--brand-dark),#1e293b);color:#fff;align-items:center;min-height:32rem;padding:5rem clamp(1rem,8vw,8rem);display:grid}.hero>div{max-width:48rem}.kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--brand);margin:0 0 .5rem;font-size:.72rem;font-weight:900}.hero .kicker{color:#bfdbfe}.hero h1{margin:.2rem 0 1rem;font-size:clamp(2.5rem,7vw,5rem);line-height:1.02}.hero p{color:#e2e8f0;max-width:42rem;font-size:1.2rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:.7rem;margin-top:1.6rem;display:flex}.cta{background:var(--brand);color:#fff;border:0;border-radius:.6rem;justify-content:center;align-items:center;padding:.8rem 1.15rem;font-weight:800;display:inline-flex}.secondary-cta{color:var(--brand-dark);background:#fff}.wide{width:100%;margin:1rem 0}.public-section{max-width:82rem;margin:0 auto;padding:4rem clamp(1rem,4vw,3rem)}.section-head{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.5rem;display:flex}.section-head h1,.section-head h2{margin:.2rem 0;font-size:clamp(2rem,4vw,3rem)}.section-head>a{color:var(--brand);font-weight:800}.vehicle-grid{grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:1.1rem;display:grid}.vehicle-card{background:#fff;border:1px solid #e5e7eb;border-radius:.8rem;transition:all .2s;overflow:hidden;box-shadow:0 10px 26px #0f172a0a}.vehicle-card:hover{transform:translateY(-3px);box-shadow:0 16px 35px #0f172a1a}.vehicle-image{aspect-ratio:4/3;color:#64748b;background:#f1f5f9;place-items:center;font-weight:800;display:grid;position:relative}.vehicle-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.vehicle-image b{background:var(--brand);color:#fff;border-radius:999px;padding:.28rem .55rem;font-size:.72rem;position:absolute;top:.7rem;left:.7rem}.vehicle-card-body{padding:1rem}.vehicle-card-body small{color:var(--brand);font-weight:800}.vehicle-card-body h3{margin:.35rem 0 .15rem;font-size:1.15rem}.vehicle-card-body p{color:#64748b;margin:.2rem 0}.vehicle-meta{color:#64748b;gap:.8rem;margin:.8rem 0;font-size:.82rem;display:flex}.price{font-size:1.25rem}.split{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.lead-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.9rem;padding:1.2rem}.lead-form h2{margin-top:0}.lead-form form{gap:.75rem;display:grid}.lead-form label{gap:.3rem;font-size:.86rem;font-weight:700;display:grid}.lead-form input,.lead-form textarea,.public-filters input{background:#fff;border:1px solid #cbd5e1;border-radius:.55rem;width:100%;padding:.7rem}.lead-form button,.public-filters button{background:var(--brand);color:#fff;border:0;border-radius:.55rem;padding:.75rem 1rem;font-weight:800}.two-cols{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.honeypot{position:absolute!important;left:-9999px!important}.public-success{color:#047857;background:#ecfdf5}.public-error,.public-success{border-radius:.5rem;padding:.65rem}.public-error{color:#b91c1c;background:#fef2f2}.public-filters{grid-template-columns:2fr repeat(5,1fr) auto;gap:.55rem;margin-bottom:1.5rem;display:grid}.empty-public{text-align:center;color:#64748b;background:#f8fafc;border-radius:.8rem;padding:3rem}.vehicle-detail{grid-template-columns:minmax(0,1.45fr) minmax(20rem,.8fr);gap:2rem;display:grid}.main-photo{aspect-ratio:4/3;background:#f1f5f9;border-radius:.8rem;place-items:center;display:grid;position:relative;overflow:hidden}.main-photo img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.sold-stamp{color:#fff;background:#0f172a;border-radius:.5rem;padding:.6rem 1rem;font-size:1.2rem;position:absolute;inset:auto 1rem 1rem auto}.thumbs{gap:.5rem;margin-top:.6rem;display:flex;overflow-x:auto}.thumbs button{background:0 0;border:0;padding:0}.thumbs img{-o-object-fit:cover;object-fit:cover;border-radius:.4rem;width:5rem;height:3.8rem}.vehicle-info h1{margin:.2rem 0 .7rem;font-size:clamp(2rem,4vw,3rem)}.detail-price{color:var(--brand);margin-bottom:1.2rem;font-size:2rem;display:block}.sold-text{color:#fff;background:#0f172a;border-radius:.5rem;width:max-content;margin-bottom:1rem;padding:.6rem .8rem;display:block}.spec-grid{grid-template-columns:repeat(2,1fr);gap:.6rem;margin:1rem 0;display:grid}.spec-grid span{color:#64748b;background:#f8fafc;border-radius:.55rem;padding:.7rem;display:grid}.spec-grid b{color:#172033;text-transform:uppercase;font-size:.75rem}.description{color:#475569;line-height:1.7}.feature-list{flex-wrap:wrap;gap:.4rem;display:flex}.feature-list span{color:#1d4ed8;background:#eff6ff;border-radius:999px;padding:.35rem .55rem;font-size:.82rem;font-weight:700}.prose{max-width:60rem;font-size:1.05rem;line-height:1.8}.site-footer{justify-content:space-between;gap:2rem;padding:2rem clamp(1rem,5vw,5rem);display:flex}.site-footer p{margin:.25rem 0}.unavailable{text-align:center;max-width:48rem;margin:15vh auto;padding:2rem}@media (width<=1000px){.public-filters{grid-template-columns:repeat(3,1fr)}.split,.vehicle-detail{grid-template-columns:1fr}}@media (width<=760px){.site-header{flex-direction:column;align-items:flex-start;height:auto;padding:1rem}.site-header nav{width:100%;padding-bottom:.3rem;overflow-x:auto}.hero{min-height:26rem;padding:3rem 1rem}.public-section{padding:2.5rem 1rem}.public-filters{grid-template-columns:1fr 1fr}.site-footer{flex-direction:column}.spec-grid,.two-cols{grid-template-columns:1fr}}@media (width<=480px){.public-filters,.vehicle-grid{grid-template-columns:1fr}}.hero{position:relative;overflow:hidden}.hero-has-banner{background-position:50%;background-repeat:no-repeat;background-size:cover;transition:background-image .35s}.hero-content{z-index:2;position:relative}.hero-nav{z-index:3;color:#fff;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a6b;border:1px solid #ffffff73;border-radius:999px;place-items:center;width:2.65rem;height:2.65rem;font-size:2rem;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.hero-nav:hover{background:#0f172ab8}.hero-nav-prev{left:1rem}.hero-nav-next{right:1rem}.hero-dots{z-index:3;gap:.45rem;display:flex;position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%)}.hero-dots button{background:#ffffff59;border:1px solid #ffffffbf;border-radius:999px;width:.65rem;height:.65rem;padding:0}.hero-dots button.active{background:#fff}.hero-has-banner .hero-content{max-width:44rem}.hero-has-banner .hero-content>p:not(.kicker){text-shadow:0 1px 3px #00000073}.hero-has-banner h1{text-shadow:0 2px 10px #00000059}@media (width<=760px){.hero-has-banner{background-position:50%}.hero-nav{width:2.2rem;height:2.2rem;font-size:1.6rem}.hero-nav-prev{left:.45rem}.hero-nav-next{right:.45rem}.hero-dots{bottom:.75rem}}.social-links{flex-wrap:wrap;gap:.65rem;margin-top:1.1rem;display:flex}.social-link{color:#172033;background:#fff;border:1px solid #dbe3ec;border-radius:.6rem;align-items:center;gap:.5rem;padding:.6rem .8rem;font-weight:800;transition:all .2s;display:inline-flex}.social-link:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-1px);box-shadow:0 8px 20px #0f172a14}.social-icon{flex:none;width:1.15rem;height:1.15rem}.site-footer-contact{text-align:right}.site-footer .social-links{justify-content:flex-end}.site-footer .social-link{color:#fff;background:#ffffff14;border-color:#fff3}.site-footer .social-link:hover{color:#fff;background:#ffffff24;border-color:#ffffff8c}.social-links-compact{margin-top:.65rem}.social-links-compact .social-link{padding:.42rem .58rem;font-size:.82rem}.social-links-compact .social-icon{width:1rem;height:1rem}@media (width<=760px){.site-footer-contact{text-align:left}.site-footer .social-links{justify-content:flex-start}}.site-header{-moz-column-gap:clamp(1rem,2.6vw,2.4rem);grid-template-columns:minmax(10rem,auto) minmax(16rem,32rem) auto;justify-content:stretch;align-items:center;column-gap:clamp(1rem,2.6vw,2.4rem);display:grid}.site-brand{min-width:0}.site-header nav{white-space:nowrap;justify-self:end}.header-vehicle-search{background:#fff;border:1px solid #cbd5e1;border-radius:.7rem;grid-template-columns:auto minmax(0,1fr) 2.7rem;align-items:center;width:100%;height:2.8rem;transition:border-color .18s,box-shadow .18s;display:grid;overflow:hidden;box-shadow:0 4px 14px #0f172a0a}.header-vehicle-search:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 15%,transparent)}.header-vehicle-search>svg{color:#64748b;width:1.2rem;height:1.2rem;margin-left:.8rem}.header-vehicle-search input{color:#172033;background:0 0;border:0;outline:0;width:100%;min-width:0;height:100%;padding:.55rem .65rem}.header-vehicle-search input::-webkit-search-cancel-button{cursor:pointer}.header-vehicle-search button{background:var(--brand);color:#fff;border:0;place-items:center;height:100%;padding:0;transition:filter .18s;display:grid}.header-vehicle-search button:hover{filter:brightness(.92)}.header-vehicle-search button svg{width:1.2rem;height:1.2rem}.cookie-notice{z-index:100;color:#172033;background:#fff;border:1px solid #e2e8f0;border-radius:.85rem;grid-template-columns:2.2rem minmax(0,1fr);gap:.8rem;width:min(100vw - 2rem,27rem);padding:1.15rem;display:grid;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 20px 60px #0f172a38}.cookie-notice-icon{width:2.2rem;height:2.2rem;color:var(--brand);place-items:center;display:grid}.cookie-notice-icon svg{width:1.7rem;height:1.7rem}.cookie-notice strong{font-size:1rem}.cookie-notice p{color:#475569;margin:.45rem 0 0;font-size:.88rem;line-height:1.55}.cookie-notice-links{flex-wrap:wrap;gap:.3rem;display:flex}.cookie-notice-links a{color:var(--brand);text-underline-offset:2px;font-weight:800;text-decoration:underline}.cookie-notice>button{border:1px solid var(--brand);background:var(--brand);color:#fff;border-radius:.55rem;grid-column:1/-1;width:100%;padding:.68rem 1rem;font-weight:800}.cookie-notice>button:hover{filter:brightness(.94)}.form-privacy-note{color:#64748b;margin:.1rem 0;font-size:.76rem;line-height:1.45}.form-privacy-note a{color:var(--brand);text-underline-offset:2px;font-weight:800;text-decoration:underline}.site-footer-legal{gap:.9rem;margin-top:.7rem;font-size:.8rem}.site-footer-legal a{text-underline-offset:2px;text-decoration:underline}.legal-page h2{margin-top:2.1rem;margin-bottom:.55rem;font-size:1.35rem}.legal-page a{color:var(--brand);text-underline-offset:2px;font-weight:700;text-decoration:underline}.legal-updated{color:#64748b;font-size:.9rem}@media (width<=1120px){.site-header{grid-template-columns:auto minmax(14rem,1fr);row-gap:.75rem;padding-top:.65rem;padding-bottom:.65rem}.site-header nav{grid-column:1/-1;justify-self:end}.header-vehicle-search{justify-self:stretch}}@media (width<=760px){.site-header{grid-template-columns:1fr;gap:.75rem;padding:1rem;display:grid}.header-vehicle-search,.site-brand,.site-header nav{grid-column:1;width:100%}.site-header nav{justify-self:start}.header-vehicle-search{height:2.9rem}.site-footer-legal{justify-content:flex-start}.cookie-notice{width:calc(100vw - 2rem);bottom:1rem;right:1rem}}.gallery-nav{z-index:3;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a94;border:1px solid #ffffffb3;border-radius:999px;place-items:center;width:3rem;height:3rem;padding:0;transition:background .18s,transform .18s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.gallery-nav:hover{background:#0f172ad1;transform:translateY(-50%)scale(1.04)}.gallery-nav:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 65%,#fff);outline-offset:2px}.gallery-nav svg{width:1.5rem;height:1.5rem}.gallery-nav-prev{left:1rem}.gallery-nav-next{right:1rem}.thumbs button{cursor:pointer;border:2px solid #0000;border-radius:.5rem;transition:border-color .18s,box-shadow .18s}.thumbs button.active{border-color:var(--brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand) 16%,transparent)}.thumbs button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@media (width<=760px){.gallery-nav{width:2.6rem;height:2.6rem}.gallery-nav-prev{left:.65rem}.gallery-nav-next{right:.65rem}}.site-footer{background:var(--brand-dark);color:#e2e8f0;padding:0;display:block}.site-footer-inner{grid-template-columns:minmax(0,1.6fr) minmax(10rem,.75fr) minmax(14rem,1fr);align-items:start;gap:clamp(2rem,5vw,5rem);width:min(100%,82rem);margin:0 auto;padding:2.5rem clamp(1rem,4vw,3rem) 2rem;display:grid}.site-footer-brand{max-width:32rem}.site-footer-title{color:#fff;margin-bottom:.45rem;font-size:1.05rem;display:block}.site-footer-address{color:#e2e8f0;margin:0;line-height:1.55}.site-footer-tagline{color:#94a3b8;font-size:.88rem;line-height:1.55;margin:.8rem 0 0!important}.site-footer-heading{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.8rem;font-size:.76rem;display:block}.site-footer-nav{gap:.55rem;font-size:.88rem;display:grid}.site-footer-contact-link,.site-footer-nav a{color:#cbd5e1;width:max-content;max-width:100%;transition:color .18s}.site-footer-contact-link:hover,.site-footer-nav a:hover{color:#fff}.site-footer-contact{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.site-footer-contact-link{overflow-wrap:anywhere;margin-bottom:.5rem;font-size:.9rem;display:block}.site-footer .social-links{justify-content:flex-start;margin-top:.45rem}.site-footer-bottom{color:#94a3b8;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:1rem;width:min(100%,82rem);margin:0 auto;padding:1rem clamp(1rem,4vw,3rem) 1.35rem;font-size:.76rem;display:flex}.site-footer-bottom p{margin:0}.site-footer-legal{color:#cbd5e1;white-space:nowrap;justify-content:flex-end;gap:1rem;margin:0;display:flex}.site-footer-legal a{text-decoration:none}.site-footer-legal a:hover{color:#fff;text-underline-offset:3px;text-decoration:underline}@media (width<=900px){.site-footer-inner{grid-template-columns:1.4fr 1fr}.site-footer-contact{border-top:1px solid #ffffff14;grid-column:1/-1;padding-top:1.4rem}}@media (width<=600px){.site-footer-inner{grid-template-columns:1fr;gap:1.7rem;padding-top:2rem}.site-footer-contact{border-top:0;grid-column:auto;padding-top:0}.site-footer-bottom{flex-direction:column;align-items:flex-start}.site-footer-legal{white-space:normal;flex-wrap:wrap;justify-content:flex-start}}.vehicle-share{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.8rem;margin:1.15rem 0 .35rem;padding:1rem}.vehicle-share-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.vehicle-share-head>div{gap:.15rem;display:grid}.vehicle-share-head strong{color:#172033;font-size:.9rem}.vehicle-share-head span{color:#64748b;font-size:.78rem}.vehicle-share-actions{flex-wrap:wrap;gap:.5rem;display:flex}.vehicle-share-button{color:#172033;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:.58rem;justify-content:center;align-items:center;gap:.42rem;min-height:2.45rem;padding:.55rem .72rem;font-size:.8rem;font-weight:800;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;display:inline-flex}.vehicle-share-button:hover{border-color:var(--brand);transform:translateY(-1px);box-shadow:0 6px 16px #0f172a14}.vehicle-share-button:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 20%,transparent);outline-offset:2px}.share-whatsapp{color:#087a3e}.share-facebook{color:#1664c0}.share-x{color:#111827}.vehicle-share-feedback{color:#047857;min-height:1.1rem;margin:.5rem 0 0;font-size:.76rem;font-weight:700}@media (width<=560px){.vehicle-share-actions{grid-template-columns:1fr 1fr;display:grid}.vehicle-share-button{width:100%}}
