:root{--cv-navy:#101a3d;--cv-blue:#0b2e6f;--cv-red:#ed1c24;--cv-white:#fff;--cv-ink:#18213a;--cv-muted:#667085;--cv-line:#e4e7ec;--cv-soft:#f5f7fb;--cv-shadow:0 14px 36px rgba(16,26,61,.11)}.cv-catalog,.cv-detail{width:100%;color:var(--cv-ink);font-family:inherit;box-sizing:border-box}.cv-catalog *,.cv-detail *{box-sizing:border-box}.cv-catalog a,.cv-detail a{text-decoration:none}.cv-filters{display:grid;grid-template-columns:1.25fr repeat(6,minmax(110px,1fr));gap:12px;align-items:end;margin:0 0 30px;padding:22px;border:1px solid var(--cv-line);border-radius:14px;background:var(--cv-white);box-shadow:0 8px 26px rgba(16,26,61,.07)}.cv-filter-title{align-self:center}.cv-filter-title span{display:block;color:var(--cv-navy);font-size:18px;font-weight:800}.cv-filter-title small{color:var(--cv-muted)}.cv-filters label{display:flex;flex-direction:column;gap:6px}.cv-filters label>span{color:var(--cv-navy);font-size:12px;font-weight:700}.cv-filters input,.cv-filters select{width:100%;height:44px;margin:0;padding:0 11px;border:1px solid #cfd4dc;border-radius:7px;background:#fff;color:#1d2939;font:inherit;font-size:14px}.cv-filters input:focus,.cv-filters select:focus{outline:2px solid rgba(11,46,111,.18);border-color:var(--cv-blue)}.cv-filter-actions{display:flex;align-items:center;gap:10px;grid-column:2/-1;justify-content:flex-end}.cv-filter-actions button{min-height:44px;padding:0 22px;border:0;border-radius:7px;background:var(--cv-red);color:#fff;font:inherit;font-weight:800;cursor:pointer}.cv-filter-actions a{color:var(--cv-blue);font-size:13px;font-weight:700}.cv-results-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;color:var(--cv-navy)}.cv-vehicle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.cv-card{overflow:hidden;border:1px solid var(--cv-line);border-radius:14px;background:#fff;box-shadow:0 6px 24px rgba(16,26,61,.08);transition:transform .25s ease,box-shadow .25s ease}.cv-card:hover{transform:translateY(-4px);box-shadow:var(--cv-shadow)}.cv-card-image{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#e9edf5}.cv-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.cv-card:hover .cv-card-image img{transform:scale(1.035)}.cv-no-image{display:grid;width:100%;height:100%;place-items:center;color:var(--cv-muted);font-weight:700}.cv-badge{position:absolute;top:12px;padding:6px 9px;border-radius:5px;color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.cv-offer{left:12px;background:var(--cv-red)}.cv-status,.cv-sold{right:12px;background:var(--cv-blue)}.cv-sold{background:#303030}.cv-card.is-sold .cv-card-image img{filter:grayscale(.7)}.cv-card-body{padding:18px}.cv-card-topline{margin-bottom:3px;color:var(--cv-red);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.cv-card h3{margin:0 0 15px;color:var(--cv-navy);font-size:21px;line-height:1.2}.cv-card h3 a{color:inherit}.cv-card-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:13px 0;border-top:1px solid var(--cv-line);border-bottom:1px solid var(--cv-line)}.cv-card-specs span{overflow:hidden;color:var(--cv-ink);font-size:13px;white-space:nowrap;text-overflow:ellipsis}.cv-card-specs b{display:block;margin-bottom:2px;color:var(--cv-muted);font-size:10px;text-transform:uppercase}.cv-card-footer{display:flex;align-items:end;justify-content:space-between;gap:10px;padding-top:15px}.cv-card-footer strong{color:var(--cv-navy);font-size:21px}.cv-card-footer>a{color:var(--cv-red);font-size:13px;font-weight:800}.cv-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin:34px 0}.cv-pagination .page-numbers{display:grid;min-width:42px;height:42px;padding:0 10px;place-items:center;border:1px solid var(--cv-line);border-radius:6px;background:#fff;color:var(--cv-blue);font-weight:700}.cv-pagination .current{border-color:var(--cv-red);background:var(--cv-red);color:#fff}.cv-empty{padding:45px 24px;border:1px dashed #c9cfda;border-radius:12px;background:var(--cv-soft);text-align:center}.cv-empty strong{color:var(--cv-navy);font-size:20px}
/* Listagem 2: compacta */.cv-list-style-2 .cv-vehicle-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.cv-list-style-2 .cv-card{border-radius:5px;box-shadow:none}.cv-list-style-2 .cv-card-body{padding:13px}.cv-list-style-2 .cv-card h3{font-size:17px}.cv-list-style-2 .cv-card-specs{grid-template-columns:1fr 1fr}.cv-list-style-2 .cv-card-specs span:nth-child(3){display:none}.cv-list-style-2 .cv-card-footer{display:block}.cv-list-style-2 .cv-card-footer>a{display:block;margin-top:8px}
/* Listagem 3: moderna */.cv-list-style-3 .cv-card{border:0;border-radius:22px;background:linear-gradient(180deg,#fff,#f8faff);box-shadow:0 18px 44px rgba(16,26,61,.1)}.cv-list-style-3 .cv-card-image{aspect-ratio:16/11}.cv-list-style-3 .cv-card-body{padding:21px}.cv-list-style-3 .cv-card-footer strong{font-size:24px}.cv-list-style-3 .cv-card-footer>a{padding:9px 12px;border-radius:18px;background:var(--cv-navy);color:#fff}
/* Listagem 4: horizontal */.cv-list-style-4 .cv-vehicle-grid{grid-template-columns:1fr 1fr}.cv-list-style-4 .cv-card{display:grid;grid-template-columns:44% 56%;border-radius:8px;box-shadow:none}.cv-list-style-4 .cv-card-image{height:100%;aspect-ratio:auto}.cv-list-style-4 .cv-card-specs{grid-template-columns:1fr 1fr}.cv-list-style-4 .cv-card-specs span:nth-child(3){grid-column:1/-1}.cv-list-style-4 .cv-card-footer{align-items:flex-start;flex-direction:column}
/* Listagem 5: premium escura */.cv-list-style-5 .cv-vehicle-grid{gap:18px}.cv-list-style-5 .cv-card{border:0;border-radius:3px;background:var(--cv-navy);box-shadow:0 14px 30px rgba(16,26,61,.2)}.cv-list-style-5 .cv-card-body,.cv-list-style-5 .cv-card h3,.cv-list-style-5 .cv-card h3 a,.cv-list-style-5 .cv-card-footer strong,.cv-list-style-5 .cv-card-specs span{color:#fff}.cv-list-style-5 .cv-card-specs{border-color:rgba(255,255,255,.15)}.cv-list-style-5 .cv-card-specs b{color:#b9c3dd}.cv-list-style-5 .cv-card-footer>a{color:#fff;border-bottom:2px solid var(--cv-red)}
/* Detalhe */.cv-detail{max-width:1240px;margin:0 auto;padding:24px 20px 60px}.cv-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:24px;color:var(--cv-muted);font-size:13px}.cv-breadcrumb a{color:var(--cv-blue)}.cv-detail-header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:26px}.cv-eyebrow{color:var(--cv-red);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.cv-eyebrow span{margin-left:8px;padding:4px 7px;border-radius:4px;background:var(--cv-red);color:#fff;letter-spacing:.03em}.cv-detail-header h1{margin:5px 0 7px;color:var(--cv-navy);font-size:clamp(32px,5vw,52px);line-height:1.05}.cv-detail-header p{margin:0;color:var(--cv-muted)}.cv-detail-price{text-align:right}.cv-detail-price small{display:block;color:var(--cv-muted);font-size:12px}.cv-detail-price strong{display:block;color:var(--cv-red);font-size:clamp(26px,4vw,40px);white-space:nowrap}.cv-detail-layout{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(280px,.8fr);gap:28px;align-items:start}.cv-gallery-viewer{min-width:0}.cv-main-photo{position:relative;display:grid;aspect-ratio:16/10;overflow:hidden;place-items:center;border-radius:15px;background:#101a3d;color:#fff;font-size:20px;font-weight:700}.cv-lightbox-trigger{position:absolute;inset:0;display:grid;width:100%;height:100%;padding:0;place-items:center;border:0;background:#101a3d;cursor:zoom-in}.cv-main-photo-image{display:block;width:100%;height:100%;object-fit:contain;opacity:1;transition:opacity .12s ease}.cv-main-photo-image.is-changing{opacity:.35}.cv-photo-zoom{position:absolute;left:14px;bottom:14px;padding:7px 11px;border-radius:20px;background:rgba(16,26,61,.84);color:#fff;font-size:12px;font-weight:800}.cv-photo-count{position:absolute;z-index:2;right:14px;bottom:14px;padding:6px 10px;border-radius:20px;background:rgba(16,26,61,.82);color:#fff;font-size:12px;font-weight:700;pointer-events:none}.cv-thumbnails{display:flex;gap:10px;overflow:auto;padding:12px 1px 2px}.cv-thumb{flex:0 0 92px;overflow:hidden;padding:0;border:2px solid transparent;border-radius:7px;background:#101a3d;cursor:pointer}.cv-thumb.is-active{border-color:var(--cv-red)}.cv-thumb img{display:block;width:100%;aspect-ratio:4/3;object-fit:contain}.cv-contact-card{position:sticky;top:25px;padding:30px;border-radius:15px;background:var(--cv-navy);color:#fff;box-shadow:var(--cv-shadow)}.cv-contact-icon{display:grid;width:44px;height:44px;margin-bottom:18px;place-items:center;border-radius:50%;background:var(--cv-red);font-weight:900}.cv-contact-card h2{margin:0 0 12px;color:#fff;font-size:25px}.cv-contact-card p{margin:0 0 21px;color:#dce2f2;line-height:1.55}.cv-whatsapp-cta{display:block;padding:14px 16px;border-radius:7px;background:#25d366;color:#0a3620;text-align:center;font-weight:900}.cv-contact-card small{display:block;margin-top:13px;color:#adb9d7;text-align:center}.cv-spec-section,.cv-info-section{margin-top:54px}.cv-section-heading>span{color:var(--cv-red);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.cv-section-heading h2{margin:4px 0 22px;color:var(--cv-navy);font-size:30px}.cv-spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border:1px solid var(--cv-line);border-radius:12px;background:var(--cv-line)}.cv-spec{padding:18px;background:#fff}.cv-spec small{display:block;margin-bottom:5px;color:var(--cv-muted);font-size:11px;text-transform:uppercase}.cv-spec strong{color:var(--cv-navy);font-size:16px}.cv-info-copy{padding:26px;border-left:5px solid var(--cv-red);background:var(--cv-soft);color:#344054;line-height:1.7}.cv-info-copy p:first-child{margin-top:0}.cv-info-copy p:last-child{margin-bottom:0}.cv-final-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:54px;padding:30px 34px;border-radius:14px;background:linear-gradient(125deg,var(--cv-blue),var(--cv-navy));color:#fff}.cv-final-cta span{color:#ff9296;font-size:12px;font-weight:800;text-transform:uppercase}.cv-final-cta h2{margin:5px 0 0;color:#fff;font-size:25px}.cv-final-cta>a{flex:0 0 auto;padding:13px 20px;border-radius:6px;background:var(--cv-red);color:#fff;font-weight:900}
/* Detalhe 2: galeria ampla */.cv-detail-style-2 .cv-detail-layout{display:flex;flex-direction:column}.cv-detail-style-2 .cv-gallery-viewer{width:100%}.cv-detail-style-2 .cv-main-photo{aspect-ratio:16/9}.cv-detail-style-2 .cv-contact-card{position:static;display:grid;grid-template-columns:54px minmax(0,1fr) auto;grid-template-areas:"icon title cta" "icon copy cta";align-items:center;column-gap:20px;row-gap:5px;width:100%;padding:24px 28px}.cv-detail-style-2 .cv-contact-card .cv-contact-icon{grid-area:icon;margin:0}.cv-detail-style-2 .cv-contact-card h2{grid-area:title;margin:0;font-size:23px}.cv-detail-style-2 .cv-contact-card p{grid-area:copy;margin:0;max-width:720px}.cv-detail-style-2 .cv-contact-card .cv-whatsapp-cta{grid-area:cta;min-width:220px}.cv-detail-style-2 .cv-contact-card small{display:none}
/* Detalhe 3: ficha executiva */.cv-detail-style-3 .cv-detail-header{padding:26px;border-left:7px solid var(--cv-red);background:var(--cv-soft)}.cv-detail-style-3 .cv-main-photo,.cv-detail-style-3 .cv-contact-card,.cv-detail-style-3 .cv-spec-grid{border-radius:3px}.cv-detail-style-3 .cv-spec-grid{grid-template-columns:repeat(3,1fr)}.cv-detail-style-3 .cv-spec{padding:22px}
/* Detalhe 4: contraste */.cv-detail-style-4{padding-top:0}.cv-detail-style-4 .cv-detail-header{padding:30px;background:var(--cv-navy);color:#fff}.cv-detail-style-4 .cv-detail-header h1,.cv-detail-style-4 .cv-detail-price strong{color:#fff}.cv-detail-style-4 .cv-detail-header p{color:#b9c3dd}.cv-detail-style-4 .cv-main-photo{border-radius:0}.cv-detail-style-4 .cv-contact-card{border-radius:0;background:var(--cv-red)}.cv-detail-style-4 .cv-contact-icon{background:var(--cv-navy)}.cv-detail-style-4 .cv-spec-grid{border-radius:0}.cv-detail-style-4 .cv-spec:nth-child(odd){background:#f0f3fa}
/* Detalhe 5: editorial */.cv-detail-style-5 .cv-detail-header{display:block;text-align:center}.cv-detail-style-5 .cv-detail-price{text-align:center;margin-top:15px}.cv-detail-style-5 .cv-main-photo{border-radius:28px}.cv-detail-style-5 .cv-contact-card{background:#fff;color:var(--cv-ink);border:1px solid var(--cv-line)}.cv-detail-style-5 .cv-contact-card h2{color:var(--cv-navy)}.cv-detail-style-5 .cv-contact-card p{color:var(--cv-muted)}.cv-detail-style-5 .cv-contact-card small{color:var(--cv-muted)}.cv-detail-style-5 .cv-spec-grid{grid-template-columns:repeat(2,1fr);gap:12px;border:0;background:none}.cv-detail-style-5 .cv-spec{border-bottom:2px solid var(--cv-line)}
.cv-vehicle-seo-copy{margin-top:34px;padding:18px 20px;border-top:1px solid var(--cv-line);border-radius:8px;background:#f8fafc;color:#667085}.cv-vehicle-seo-copy p{margin:0;font-size:11px;line-height:1.7}.cv-floating-whatsapp{position:fixed;z-index:9998;right:22px;bottom:22px;display:flex;align-items:center;gap:9px;padding:11px 16px;border-radius:30px;background:#25d366;color:#0a3620!important;box-shadow:0 8px 30px rgba(7,73,35,.28);font-size:14px;font-weight:900;text-decoration:none!important;transition:transform .2s ease}.cv-floating-whatsapp:hover{transform:translateY(-3px)}.cv-floating-whatsapp svg{width:26px;height:26px;fill:currentColor;color:#fff}.cv-floating-whatsapp span{display:inline-block}

/* Galeria ampliada */
.cv-lightbox-open{overflow:hidden}.cv-lightbox[hidden]{display:none}.cv-lightbox{position:fixed;z-index:100000;inset:0;display:grid;grid-template-columns:minmax(48px,90px) minmax(0,1fr) minmax(48px,90px);align-items:center;padding:24px;background:rgba(3,8,22,.96);color:#fff}.cv-lightbox-stage{position:relative;display:grid;min-width:0;height:calc(100vh - 48px);place-items:center;touch-action:none;user-select:none;cursor:grab}.cv-lightbox-stage:active{cursor:grabbing}.cv-lightbox-image{display:block;max-width:100%;max-height:100%;object-fit:contain;user-select:none}.cv-lightbox-close,.cv-lightbox-nav{border:0;color:#fff;background:rgba(255,255,255,.12);cursor:pointer;transition:background .2s ease,transform .2s ease}.cv-lightbox-close:hover,.cv-lightbox-nav:hover{background:rgba(255,255,255,.24)}.cv-lightbox-close{position:absolute;z-index:2;top:18px;right:20px;width:48px;height:48px;border-radius:50%;font-size:36px;line-height:1}.cv-lightbox-nav{display:grid;width:52px;height:70px;margin:auto;place-items:center;border-radius:12px;font-size:34px}.cv-lightbox-count{position:absolute;right:18px;bottom:16px;padding:7px 12px;border-radius:20px;background:rgba(0,0,0,.66);font-size:13px;font-weight:800}
@media(max-width:620px){.cv-photo-zoom{left:9px;bottom:9px;padding:6px 9px}.cv-photo-count{right:9px;bottom:9px}.cv-lightbox{grid-template-columns:44px minmax(0,1fr) 44px;padding:8px}.cv-lightbox-stage{height:calc(100vh - 16px)}.cv-lightbox-close{top:12px;right:12px;width:44px;height:44px}.cv-lightbox-nav{width:40px;height:58px;border-radius:9px;font-size:27px}.cv-lightbox-count{right:10px;bottom:10px}}
@media(max-width:1180px){.cv-filters{grid-template-columns:repeat(3,1fr)}.cv-filter-title{grid-column:1/-1}.cv-filter-actions{grid-column:1/-1}.cv-list-style-2 .cv-vehicle-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.cv-vehicle-grid,.cv-list-style-2 .cv-vehicle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cv-list-style-4 .cv-vehicle-grid{grid-template-columns:1fr}.cv-detail-layout{grid-template-columns:1fr}.cv-contact-card{position:static}.cv-spec-grid,.cv-detail-style-3 .cv-spec-grid{grid-template-columns:repeat(2,1fr)}.cv-detail-style-2 .cv-contact-card{display:block}.cv-detail-style-2 .cv-contact-card .cv-contact-icon{margin-bottom:18px}.cv-detail-style-2 .cv-contact-card h2{margin-bottom:10px}.cv-detail-style-2 .cv-contact-card .cv-whatsapp-cta{min-width:0}}@media(max-width:620px){.cv-filters{grid-template-columns:1fr;padding:16px}.cv-filter-title,.cv-filter-actions{grid-column:auto}.cv-filter-actions{justify-content:space-between}.cv-vehicle-grid,.cv-list-style-2 .cv-vehicle-grid,.cv-list-style-4 .cv-vehicle-grid{grid-template-columns:1fr}.cv-list-style-4 .cv-card{grid-template-columns:42% 58%}.cv-list-style-4 .cv-card-specs{display:none}.cv-list-style-4 .cv-card-body{padding:12px}.cv-list-style-4 .cv-card h3{font-size:16px}.cv-detail{padding:15px 14px 45px}.cv-detail-header{display:block}.cv-detail-price{margin-top:15px;text-align:left}.cv-detail-header h1{font-size:34px}.cv-main-photo{aspect-ratio:4/3;border-radius:8px}.cv-contact-card{padding:23px}.cv-spec-grid,.cv-detail-style-3 .cv-spec-grid,.cv-detail-style-5 .cv-spec-grid{grid-template-columns:1fr 1fr}.cv-spec{padding:13px}.cv-final-cta{display:block;padding:24px}.cv-final-cta>a{display:block;margin-top:18px;text-align:center}.cv-vehicle-seo-copy{padding:14px}.cv-floating-whatsapp{right:14px;bottom:14px;width:54px;height:54px;padding:0;justify-content:center}.cv-floating-whatsapp span{display:none}}
