:root{--vm-red:#e31d2b;--vm-red-dark:#b80e1a;--vm-black:#111216;--vm-charcoal:#202228;--vm-text:#262832;--vm-muted:#6e727f;--vm-border:#e7e8ec;--vm-soft:#f5f6f8;--vm-white:#fff;--vm-radius:18px;--vm-shadow:0 18px 50px rgba(17,18,22,.09)}
body{font-family:'Poppins',sans-serif;background:#fff;color:var(--vm-text)}a{color:inherit}.container{max-width:1240px}.vm-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(17,18,22,.06)}.vm-header__bar{background:var(--vm-black);color:#d7d8dc;font-size:12px}.vm-header__bar-inner{height:32px;display:flex;align-items:center;justify-content:space-between}.vm-header__main{min-height:78px;display:flex;align-items:center;gap:30px}.vm-logo{background:var(--vm-black);padding:9px 13px;border-radius:10px}.vm-logo img{display:block;max-height:34px;max-width:170px}.vm-nav{display:flex;gap:24px;margin-left:auto}.vm-nav a{font-size:14px;font-weight:600;text-decoration:none;transition:.2s}.vm-nav a:hover{color:var(--vm-red)}.vm-header__actions{display:flex;gap:10px}.vm-menu-toggle{display:none;border:0;background:none;font-size:23px}.vm-btn{border-radius:11px;min-height:44px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:13px;text-decoration:none!important;border:1px solid transparent;transition:.2s}.vm-btn:hover{transform:translateY(-1px)}.vm-btn--primary{background:var(--vm-red);color:#fff!important}.vm-btn--primary:hover{background:var(--vm-red-dark)}.vm-btn--ghost{background:#fff;border-color:var(--vm-border)}.vm-btn--outline{border-color:#cfd1d7;background:#fff}.vm-btn--white{background:#fff;color:var(--vm-black)!important}.vm-btn--full{width:100%}.vm-btn--large{min-height:54px;font-size:15px}.vm-hero{padding:52px 0 42px;background:radial-gradient(circle at 15% 20%,rgba(227,29,43,.10),transparent 38%),linear-gradient(135deg,#fff 0,#f6f7f9 100%)}.vm-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:46px}.vm-kicker{display:inline-flex;color:var(--vm-red);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}.vm-kicker--light{color:#ffc7cc}.vm-hero h1{font-size:54px;line-height:1.06;letter-spacing:-.04em;color:var(--vm-black);font-weight:800;margin:0 0 18px;max-width:650px}.vm-hero__content>p{font-size:18px;line-height:1.65;color:var(--vm-muted);max-width:620px;margin-bottom:28px}.vm-searchbox{background:#fff;padding:10px;border-radius:16px;box-shadow:var(--vm-shadow);display:grid;grid-template-columns:1.55fr .9fr .9fr auto;gap:8px}.vm-searchbox input,.vm-searchbox select,.vm-filters input,.vm-filters select{border:1px solid var(--vm-border);border-radius:10px;background:#fff;height:50px;padding:0 14px;font-size:13px;width:100%}.vm-searchbox__main{position:relative}.vm-searchbox__main i{position:absolute;left:15px;top:18px;color:var(--vm-red)}.vm-searchbox__main input{padding-left:39px}.vm-searchbox button{border:0;background:var(--vm-black);color:#fff;border-radius:10px;padding:0 18px;font-weight:700}.vm-hero__trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;font-size:12px;color:var(--vm-muted)}.vm-hero__trust i{color:var(--vm-red)}.vm-hero__visual{position:relative}.vm-hero__visual>img{width:100%;height:475px;object-fit:cover;border-radius:28px;box-shadow:0 28px 80px rgba(17,18,22,.18)}.vm-hero__floating{position:absolute;left:-25px;bottom:28px;background:#fff;padding:16px 20px;border-radius:15px;box-shadow:var(--vm-shadow);display:flex;align-items:center;gap:10px}.vm-hero__floating strong{font-size:27px;color:var(--vm-red)}.vm-hero__floating span{font-size:12px;max-width:105px;line-height:1.3}.vm-section{padding:72px 0}.vm-section--soft{background:var(--vm-soft)}.vm-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px;gap:20px}.vm-section-head h2{font-size:34px;font-weight:800;letter-spacing:-.03em;color:var(--vm-black);margin:0}.vm-section-head>a{font-size:13px;font-weight:700;color:var(--vm-red);text-decoration:none}.vm-car-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.vm-car-card{border:1px solid var(--vm-border);background:#fff;border-radius:var(--vm-radius);overflow:hidden;transition:.25s;min-width:0}.vm-car-card:hover{transform:translateY(-4px);box-shadow:var(--vm-shadow)}.vm-car-card__media{position:relative;display:block;aspect-ratio:1.38/1;overflow:hidden;background:#eee}.vm-car-card__media img{width:100%;height:100%;object-fit:cover;transition:.35s}.vm-car-card:hover .vm-car-card__media img{transform:scale(1.035)}.vm-badge{position:absolute;top:12px;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800}.vm-badge--featured{left:12px;background:var(--vm-red);color:#fff}.vm-badge--type{right:12px;background:rgba(17,18,22,.82);color:#fff}.vm-car-card__body{padding:16px}.vm-car-card__eyebrow{font-size:10px;font-weight:800;color:var(--vm-red);text-transform:uppercase;letter-spacing:.08em}.vm-car-card h3{font-size:15px;line-height:1.4;font-weight:700;margin:7px 0 13px;min-height:42px}.vm-car-card h3 a{text-decoration:none}.vm-car-card__specs{display:flex;gap:10px;flex-wrap:wrap;color:var(--vm-muted);font-size:10px;border-bottom:1px solid var(--vm-border);padding-bottom:13px}.vm-car-card__specs i{color:#a5a8b0}.vm-car-card__footer{display:flex;justify-content:space-between;gap:12px;align-items:end;padding-top:13px}.vm-car-card__footer small{display:block;color:var(--vm-muted);font-size:9px}.vm-car-card__footer strong{display:block;color:var(--vm-black);font-size:18px}.vm-car-card__place{font-size:9px;color:var(--vm-muted);text-align:right}.vm-brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.vm-brand-card{background:#fff;border:1px solid var(--vm-border);border-radius:14px;padding:18px;display:grid;grid-template-columns:1fr auto;gap:4px;text-decoration:none!important}.vm-brand-card span{font-weight:800}.vm-brand-card strong{grid-column:1;font-size:10px;color:var(--vm-muted)}.vm-brand-card i{grid-column:2;grid-row:1/3;align-self:center;color:var(--vm-red)}.vm-cta{background:linear-gradient(120deg,var(--vm-red-dark),var(--vm-red));color:#fff}.vm-cta__inner{min-height:260px;display:flex;align-items:center;justify-content:space-between;gap:30px}.vm-cta h2{font-size:34px;font-weight:800;margin:0 0 8px;max-width:700px}.vm-cta p{margin:0;color:#ffe3e5}.vm-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.vm-blog-card{border-radius:18px;border:1px solid var(--vm-border);overflow:hidden;text-decoration:none!important;background:#fff}.vm-blog-card img{width:100%;height:190px;object-fit:cover}.vm-blog-card>div{padding:18px}.vm-blog-card span{font-size:10px;font-weight:800;color:var(--vm-red);text-transform:uppercase}.vm-blog-card h3{font-size:17px;line-height:1.45;font-weight:700;margin:8px 0}.vm-blog-card p{font-size:12px;font-weight:700;color:var(--vm-red);margin:0}.vm-page-hero{background:var(--vm-black);color:#fff;padding:48px 0}.vm-page-hero h1{font-weight:800;font-size:40px;letter-spacing:-.03em;margin:0 0 5px}.vm-page-hero p{color:#b9bbc2;margin:0}.vm-inventory__layout{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start}.vm-filters{position:sticky;top:132px;border:1px solid var(--vm-border);border-radius:16px;padding:18px;background:#fff}.vm-filter-title{display:flex;justify-content:space-between;margin-bottom:18px}.vm-filters label{font-size:11px;font-weight:700;margin:12px 0 6px}.vm-filters .vm-btn{margin-top:18px}.vm-inventory__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.vm-inventory__toolbar strong,.vm-inventory__toolbar span{display:block}.vm-inventory__toolbar strong{font-size:18px}.vm-inventory__toolbar span{font-size:11px;color:var(--vm-muted)}.vm-mobile-filter{display:none}.vm-car-grid--results{grid-template-columns:repeat(3,1fr)}.vm-pagination{margin-top:30px}.vm-empty{grid-column:1/-1;padding:50px;text-align:center;background:var(--vm-soft);border-radius:16px}.vm-detail-top{padding:23px 0 8px}.vm-breadcrumb{display:flex;gap:9px;align-items:center;font-size:11px;color:var(--vm-muted)}.vm-breadcrumb i{font-size:7px}.vm-detail{padding:18px 0 76px}.vm-detail__layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.65fr);gap:28px;align-items:start}.vm-gallery__main{border-radius:20px;overflow:hidden;background:#eee;aspect-ratio:1.6/1}.vm-gallery__main img{width:100%;height:100%;object-fit:cover}.vm-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:8px}.vm-gallery__thumbs img{width:100%;aspect-ratio:1.35/1;object-fit:cover;border-radius:9px}.vm-detail-card,.vm-detail__content-card{background:#fff;border:1px solid var(--vm-border);border-radius:18px;padding:24px}.vm-detail-card{position:sticky;top:132px;box-shadow:0 12px 40px rgba(17,18,22,.06)}.vm-detail-card h1{font-size:25px;line-height:1.28;font-weight:800;letter-spacing:-.02em;margin:0 0 18px}.vm-detail-price{background:var(--vm-soft);border-radius:13px;padding:14px 16px;margin-bottom:17px}.vm-detail-price small{display:block;color:var(--vm-muted);font-size:10px}.vm-detail-price strong{font-size:29px;color:var(--vm-black)}.vm-detail-specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.vm-detail-specs>div{border:1px solid var(--vm-border);border-radius:11px;padding:10px;display:flex;gap:9px;align-items:center}.vm-detail-specs i{width:18px;text-align:center;color:var(--vm-red)}.vm-detail-specs span{font-size:9px;color:var(--vm-muted)}.vm-detail-specs strong{display:block;font-size:11px;color:var(--vm-black);margin-top:1px}.vm-detail-card .vm-btn+.vm-btn{margin-top:9px}.vm-seller{border-top:1px solid var(--vm-border);margin-top:17px;padding-top:15px}.vm-seller span,.vm-seller strong{display:block}.vm-seller span{font-size:10px;color:var(--vm-muted)}.vm-detail__content-card{margin-top:18px}.vm-detail__content-card h2{font-size:22px;font-weight:800;margin:0 0 14px}.vm-description{line-height:1.75;color:#555965;font-size:14px}.vm-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.vm-feature-grid span{background:var(--vm-soft);padding:10px 12px;border-radius:9px;font-size:11px}.vm-feature-grid i{color:var(--vm-red);margin-right:5px}.vm-footer{background:var(--vm-black);color:#c8cad0;padding:58px 0 0}.vm-footer__grid{display:grid;grid-template-columns:1.4fr .7fr .7fr 1.2fr;gap:46px}.vm-footer__logo{max-width:155px;max-height:50px;filter:brightness(0) invert(1);margin-bottom:14px}.vm-footer p,.vm-footer__contact{font-size:11px;line-height:1.7}.vm-footer h3{color:#fff;font-size:13px;font-weight:800;margin-bottom:15px}.vm-footer__grid>div>a{display:block;font-size:11px;margin:9px 0;text-decoration:none}.vm-socials{display:flex;gap:8px}.vm-socials a{width:32px;height:32px;border-radius:50%;background:#25272d;display:grid;place-items:center}.vm-footer__bottom{border-top:1px solid #2b2d33;margin-top:38px;padding:20px 0;font-size:10px}.footer-area,.top-area,.navbar-area{display:none!important}
@media(max-width:1100px){.vm-nav{gap:14px}.vm-header__actions .vm-btn--ghost{display:none}.vm-car-grid{grid-template-columns:repeat(3,1fr)}.vm-hero h1{font-size:45px}.vm-searchbox{grid-template-columns:1fr 1fr}.vm-searchbox__main{grid-column:1/-1}.vm-searchbox button{min-height:50px}.vm-footer__grid{grid-template-columns:1.2fr .8fr .8fr}.vm-footer__grid>div:last-child{grid-column:1/-1}.vm-car-grid--results{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.vm-header__main{min-height:68px}.vm-menu-toggle{display:block;margin-left:auto}.vm-nav{position:absolute;top:100%;left:0;right:0;background:#fff;display:none;flex-direction:column;padding:18px 24px;border-top:1px solid var(--vm-border);box-shadow:0 15px 30px rgba(0,0,0,.08)}.vm-nav.is-open{display:flex}.vm-header__actions{display:none}.vm-hero{padding-top:32px}.vm-hero__grid{grid-template-columns:1fr}.vm-hero__content{text-align:center}.vm-hero h1{font-size:42px;margin-left:auto;margin-right:auto}.vm-hero__content>p{margin-left:auto;margin-right:auto}.vm-hero__trust{justify-content:center}.vm-hero__visual{display:none}.vm-car-grid{grid-template-columns:repeat(2,1fr)}.vm-brand-grid{grid-template-columns:repeat(2,1fr)}.vm-blog-grid{grid-template-columns:1fr 1fr}.vm-cta__inner{padding:36px 15px;min-height:unset}.vm-inventory__layout{grid-template-columns:1fr}.vm-filters{position:static}.vm-detail__layout{grid-template-columns:1fr}.vm-detail-card{position:static;grid-row:1}.vm-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:575px){.vm-header__bar-right{display:none}.vm-logo img{max-width:145px}.vm-hero h1{font-size:34px}.vm-hero__content>p{font-size:14px}.vm-searchbox{grid-template-columns:1fr}.vm-searchbox__main{grid-column:auto}.vm-section{padding:48px 0}.vm-section-head{align-items:start}.vm-section-head h2{font-size:26px}.vm-section-head>a{white-space:nowrap}.vm-car-grid,.vm-car-grid--results{grid-template-columns:1fr}.vm-brand-grid,.vm-blog-grid{grid-template-columns:1fr}.vm-cta__inner{display:block;text-align:center}.vm-cta h2{font-size:27px}.vm-cta .vm-btn{margin-top:20px}.vm-page-hero{padding:35px 0}.vm-page-hero h1{font-size:30px}.vm-inventory{padding-top:28px}.vm-filters{display:block}.vm-gallery__thumbs{grid-template-columns:repeat(4,1fr)}.vm-gallery__thumbs img:nth-child(5){display:none}.vm-detail-card{padding:19px}.vm-detail-specs{grid-template-columns:1fr 1fr}.vm-feature-grid{grid-template-columns:1fr 1fr}.vm-footer__grid{grid-template-columns:1fr}.vm-footer__grid>div:last-child{grid-column:auto}.vm-footer{padding-top:42px}}

/* Vila Modern 2.0 — promotional slideshow + richer interaction */
.vm-promo{position:relative;overflow:hidden;background:#090a0d;isolation:isolate}.vm-promo__track{position:relative;height:clamp(360px,31vw,590px)}.vm-promo__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.015);transition:opacity .7s ease,transform 1s ease,visibility .7s;pointer-events:none}.vm-promo__slide.is-active{opacity:1;visibility:visible;transform:scale(1);pointer-events:auto}.vm-promo__slide picture,.vm-promo__slide img{display:block;width:100%;height:100%}.vm-promo__slide img{object-fit:cover;object-position:center}.vm-promo__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,7,10,.28),transparent 45%,rgba(6,7,10,.08));pointer-events:none}.vm-promo__caption{position:absolute;inset:0;display:flex;align-items:center;pointer-events:none}.vm-promo__caption-card{max-width:440px;padding:26px 28px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(10,11,14,.68);color:#fff;backdrop-filter:blur(14px);box-shadow:0 24px 70px rgba(0,0,0,.2);pointer-events:auto}.vm-promo__caption-card>span{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#ff9ca5}.vm-promo__caption-card h2{font-size:32px;line-height:1.15;font-weight:800;margin:8px 0}.vm-promo__caption-card p{font-size:13px;line-height:1.65;color:#e7e8eb;margin:0 0 16px}.vm-promo__caption-card a{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-size:12px;font-weight:800}.vm-promo__caption-card a i{color:#ff394b}.vm-promo__arrow{position:absolute;top:50%;z-index:6;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:rgba(10,11,14,.5);color:#fff;display:grid;place-items:center;transform:translateY(-50%);backdrop-filter:blur(10px);transition:.2s}.vm-promo__arrow:hover{background:var(--vm-red);border-color:var(--vm-red);transform:translateY(-50%) scale(1.06)}.vm-promo__arrow--prev{left:24px}.vm-promo__arrow--next{right:24px}.vm-promo__dots{position:absolute;z-index:6;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:8px;padding:7px 10px;border-radius:999px;background:rgba(10,11,14,.45);backdrop-filter:blur(10px)}.vm-promo__dots button{width:8px;height:8px;border-radius:99px;border:0;padding:0;background:rgba(255,255,255,.45);transition:.25s}.vm-promo__dots button.is-active{width:28px;background:#fff}.vm-promo__progress{position:absolute;z-index:6;bottom:0;left:0;right:0;height:3px;background:rgba(255,255,255,.15)}.vm-promo__progress span{display:block;width:0;height:100%;background:var(--vm-red)}
.vm-discovery{position:relative;z-index:10;margin-top:-1px;background:linear-gradient(180deg,#f7f8fa 0,#fff 100%);padding:0 0 36px}.vm-discovery__panel{position:relative;margin-top:-32px;background:#fff;border:1px solid rgba(18,20,25,.07);border-radius:24px;padding:24px;box-shadow:0 24px 70px rgba(15,17,22,.12)}.vm-discovery__heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.vm-discovery__heading h1{font-size:30px;font-weight:800;letter-spacing:-.035em;margin:0;color:var(--vm-black)}.vm-discovery__heading .vm-kicker{margin-bottom:6px}.vm-discovery__heading>strong{font-size:28px;color:var(--vm-red);line-height:1;text-align:right}.vm-discovery__heading>strong small{display:block;font-size:10px;font-weight:600;color:var(--vm-muted);margin-top:5px}.vm-searchbox--premium{box-shadow:none;border:1px solid var(--vm-border);padding:8px;background:#fafbfc}.vm-search-field{position:relative}.vm-search-field>i{position:absolute;left:14px;top:18px;color:#a1a5ae;z-index:2;font-size:12px}.vm-search-field select{padding-left:34px}.vm-searchbox--premium button{background:linear-gradient(135deg,#df1626,#b70614);min-width:130px;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 8px 18px rgba(222,22,38,.2);transition:.2s}.vm-searchbox--premium button:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(222,22,38,.28)}.vm-quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px}.vm-quick-actions>a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:11px 12px;border-radius:13px;border:1px solid #eceef2;text-decoration:none!important;background:#fff;transition:.2s}.vm-quick-actions>a:hover{border-color:#ffd4d8;background:#fffafb;transform:translateY(-2px);box-shadow:0 10px 24px rgba(17,18,22,.06)}.vm-quick-actions__icon{width:38px;height:38px;border-radius:11px;background:#fff1f2;color:var(--vm-red);display:grid;place-items:center}.vm-quick-actions strong,.vm-quick-actions small{display:block}.vm-quick-actions strong{font-size:11px;color:var(--vm-black)}.vm-quick-actions small{font-size:9px;color:var(--vm-muted);margin-top:2px}.vm-quick-actions>a>i{font-size:9px;color:#b1b4bc}
.vm-section--featured{padding-top:58px}.vm-section-head{align-items:end}.vm-section-head>div>p{margin:7px 0 0;font-size:12px;color:var(--vm-muted)}.vm-section-link{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #eceef1;border-radius:999px}.vm-section-link:hover{background:var(--vm-black);border-color:var(--vm-black);color:#fff!important}.vm-car-card{position:relative;box-shadow:0 2px 0 rgba(17,18,22,.02)}.vm-car-card:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:3px;background:var(--vm-red);border-radius:5px 5px 0 0;transform:scaleX(0);transform-origin:left;transition:.25s}.vm-car-card:hover:after{transform:scaleX(1)}.vm-car-card__media:after{content:"Ver detalhes";position:absolute;left:50%;bottom:14px;transform:translate(-50%,12px);opacity:0;background:rgba(17,18,22,.88);color:#fff;border-radius:999px;padding:8px 13px;font-size:9px;font-weight:800;transition:.25s;white-space:nowrap}.vm-car-card:hover .vm-car-card__media:after{opacity:1;transform:translate(-50%,0)}.vm-car-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(17,18,22,.12)}
.vm-brand-zone{background:linear-gradient(180deg,#f8f9fb,#f2f3f6)}.vm-brand-grid{grid-template-columns:repeat(4,1fr)}.vm-brand-card{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:16px;border:1px solid rgba(17,18,22,.06);box-shadow:0 3px 8px rgba(17,18,22,.02);transition:.2s}.vm-brand-card:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(17,18,22,.08);border-color:#ffd5d9}.vm-brand-card__mark{width:42px;height:42px;border-radius:12px;background:var(--vm-black);color:#fff!important;display:grid;place-items:center;font-size:17px!important;font-weight:900}.vm-brand-card>div>span,.vm-brand-card>div>strong{display:block}.vm-brand-card>div>span{font-size:12px;font-weight:800}.vm-brand-card>div>strong{font-size:9px;color:var(--vm-muted);margin-top:2px}.vm-brand-card>i{grid-column:auto;grid-row:auto;width:27px;height:27px;border-radius:50%;background:#fff1f2;display:grid;place-items:center;color:var(--vm-red);font-size:9px;transform:rotate(45deg);transition:.2s}.vm-brand-card:hover>i{transform:rotate(90deg);background:var(--vm-red);color:#fff}
.vm-experience{position:relative;overflow:hidden;background:#101116;color:#fff;padding:72px 0}.vm-experience:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-140px;top:-230px;background:radial-gradient(circle,rgba(222,22,38,.34),rgba(222,22,38,0) 68%)}.vm-experience__grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.vm-experience__copy h2{font-size:38px;line-height:1.15;font-weight:800;letter-spacing:-.035em;max-width:650px;margin:0 0 14px}.vm-experience__copy p{font-size:14px;line-height:1.7;color:#b9bbc2;max-width:610px;margin:0 0 24px}.vm-experience__stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.vm-experience__stats>div{min-height:130px;padding:22px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:flex-end}.vm-experience__stats>div:first-child{grid-column:1/-1}.vm-experience__stats strong{font-size:31px;color:#fff}.vm-experience__stats span{font-size:10px;color:#aeb1b9;text-transform:uppercase;letter-spacing:.07em}.vm-blog-card{transition:.25s}.vm-blog-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(17,18,22,.1)}.vm-blog-card__media{position:relative;overflow:hidden}.vm-blog-card__media img{transition:.35s}.vm-blog-card:hover .vm-blog-card__media img{transform:scale(1.04)}.vm-blog-card__media span{position:absolute;left:14px;top:14px;background:rgba(17,18,22,.78);color:#fff;border-radius:999px;padding:6px 9px;backdrop-filter:blur(8px)}
@media(max-width:1100px){.vm-promo__track{height:clamp(330px,37vw,500px)}.vm-quick-actions{grid-template-columns:1fr 1fr}.vm-experience__grid{gap:40px}.vm-brand-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.vm-promo__track{height:clamp(300px,43vw,430px)}.vm-promo__arrow{width:40px;height:40px}.vm-promo__arrow--prev{left:14px}.vm-promo__arrow--next{right:14px}.vm-promo__caption-card{max-width:360px}.vm-discovery__panel{margin-top:-22px;padding:19px}.vm-discovery__heading h1{font-size:26px}.vm-searchbox--premium{grid-template-columns:1fr 1fr}.vm-searchbox--premium .vm-searchbox__main{grid-column:1/-1}.vm-searchbox--premium button{min-height:50px}.vm-experience__grid{grid-template-columns:1fr}.vm-experience__copy{text-align:center}.vm-experience__copy h2,.vm-experience__copy p{margin-left:auto;margin-right:auto}.vm-experience__stats{max-width:620px;margin:auto;width:100%}}
@media(max-width:575px){.vm-promo__track{height:220px}.vm-promo__slide img{object-fit:cover}.vm-promo__shade,.vm-promo__caption{display:none}.vm-promo__arrow{width:34px;height:34px;font-size:11px}.vm-promo__arrow--prev{left:8px}.vm-promo__arrow--next{right:8px}.vm-promo__dots{bottom:12px;padding:5px 7px}.vm-promo__dots button{width:6px;height:6px}.vm-promo__dots button.is-active{width:20px}.vm-discovery{padding-bottom:15px}.vm-discovery__panel{margin-top:0;border-radius:0;border-left:0;border-right:0;padding:18px 15px;box-shadow:0 10px 30px rgba(15,17,22,.07)}.vm-discovery__heading{align-items:start}.vm-discovery__heading h1{font-size:24px}.vm-discovery__heading>strong{font-size:22px}.vm-discovery__heading>strong small{max-width:90px}.vm-searchbox--premium{grid-template-columns:1fr;background:#fff;border:0;padding:0}.vm-searchbox--premium .vm-searchbox__main{grid-column:auto}.vm-searchbox--premium input,.vm-searchbox--premium select{height:48px}.vm-searchbox--premium button{min-height:50px}.vm-quick-actions{grid-template-columns:1fr 1fr;gap:8px}.vm-quick-actions>a{grid-template-columns:auto 1fr;padding:10px}.vm-quick-actions>a>i{display:none}.vm-quick-actions__icon{width:34px;height:34px}.vm-quick-actions strong{font-size:10px}.vm-quick-actions small{font-size:8px}.vm-section--featured{padding-top:40px}.vm-section-head>div>p{display:none}.vm-section-link{padding:8px 10px}.vm-brand-grid{grid-template-columns:1fr 1fr;gap:9px}.vm-brand-card{padding:11px;gap:8px}.vm-brand-card__mark{width:34px;height:34px;border-radius:9px;font-size:14px!important}.vm-brand-card>i{display:none}.vm-experience{padding:50px 0}.vm-experience__copy h2{font-size:29px}.vm-experience__copy p{font-size:12px}.vm-experience__stats{gap:8px}.vm-experience__stats>div{min-height:105px;padding:16px}.vm-experience__stats strong{font-size:25px}.vm-experience__stats span{font-size:8px}}


/* ===== VILA MODERN V6 — ESTOQUE / LISTING RESULT ===== */
.vm-inventory-hero{padding:52px 0 46px;background:radial-gradient(circle at 85% 15%,rgba(225,0,45,.24),transparent 28%),linear-gradient(135deg,#101116 0%,#17191f 58%,#0f1014 100%)}
.vm-inventory-hero .vm-kicker{display:block;margin-bottom:8px;color:#ff808f;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.vm-inventory-hero h1{max-width:720px}.vm-inventory-hero p{max-width:700px;font-size:14px}
.vm-brand-strip{padding:18px 0!important;background:#fff;border-bottom:1px solid var(--vm-border);box-shadow:0 8px 28px rgba(16,17,22,.05)}
.vm-brand-strip .carousel-marcas{padding:0 46px;position:relative}
.vm-brand-strip .carousel-marcas .owl-stage{display:flex;align-items:center}
.vm-brand-strip .carousel-marcas .owl-item{display:flex;align-items:center;justify-content:center;min-height:72px}
.vm-brand-strip .carousel-marcas .item{width:100%;height:66px;margin:0!important;padding:7px 10px!important;border:1px solid #eceef2!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important;display:flex!important;align-items:center;justify-content:center;transition:.2s ease}
.vm-brand-strip .carousel-marcas .item:hover{transform:translateY(-2px);border-color:#d9dce3!important;box-shadow:0 8px 22px rgba(17,18,22,.08)!important}
.vm-brand-strip .carousel-marcas .item a{display:flex;width:100%;height:100%;align-items:center;justify-content:center}
.vm-brand-strip .carousel-marcas .item img{display:block!important;width:auto!important;max-width:86px!important;height:46px!important;object-fit:contain!important;margin:auto!important}
.vm-brand-strip .owl-nav{position:static!important;display:block!important}
.vm-brand-strip .owl-nav .owl-prev,.vm-brand-strip .owl-nav .owl-next{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:34px!important;height:34px!important;border:1px solid #e1e3e8!important;border-radius:50%!important;background:#fff!important;color:#17191f!important;box-shadow:0 6px 18px rgba(17,18,22,.10)!important;display:grid!important;place-items:center!important;margin:0!important;line-height:1!important}
.vm-brand-strip .owl-nav .owl-prev{left:2px!important}.vm-brand-strip .owl-nav .owl-next{right:2px!important}.vm-brand-strip .owl-nav button:hover{background:var(--vm-red)!important;color:#fff!important;border-color:var(--vm-red)!important}
.vm-inventory-page{padding:36px 0 72px!important;background:#f6f7f9}
.vm-inventory-shell{align-items:flex-start}
.vm-filter-column{padding-right:14px}
.vm-filter-column>.listing-filter,.vm-filter-column form>.listing-filter{background:transparent!important}
.vm-filter-column .lf-widget{border:1px solid #e2e4e9!important;background:#fff!important;border-radius:15px!important;box-shadow:0 8px 24px rgba(17,18,22,.05)!important;padding:16px!important;margin-bottom:13px!important}
.vm-filter-column .lf-widget h2,.vm-filter-column .lf-heading{font-family:inherit!important;font-size:12px!important;line-height:1.3!important;font-weight:800!important;letter-spacing:.03em!important;text-transform:uppercase!important;color:#17191f!important;border:0!important;border-bottom:1px solid #eceef2!important;padding:0 0 10px!important;margin:0 0 11px!important}
.vm-filter-column #span-filter{font-size:17px!important;color:#17191f!important;text-transform:none!important;letter-spacing:0!important}
.vm-filter-column #btn-filter{border-radius:10px!important;background:var(--vm-red)!important;border-color:var(--vm-red)!important;font-weight:700!important;height:42px}
.vm-filter-column .form-control,.vm-filter-column .select2-selection{border:1px solid #dfe2e8!important;border-radius:10px!important;background:#fafbfc!important;box-shadow:none!important;min-height:42px!important;font-size:12px!important}
.vm-filter-column .form-check-label{font-size:12px!important;color:#454852!important}
.vm-filter-column .badge-dark{background:#eff1f4!important;color:#555963!important;border-radius:999px!important;font-weight:700!important}
.vm-filter-column .btn-dark{border-radius:9px!important;background:#17191f!important;border-color:#17191f!important;font-size:11px!important;font-weight:700!important}
.vm-filter-column .buttons-filter{left:0!important;right:0!important;padding:8px 10px!important;box-shadow:0 -7px 22px rgba(17,18,22,.08)!important}
.vm-results-panel{margin-top:0!important;padding:0 0 0 14px!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}
.vm-results-panel .right-area{background:transparent!important}
.vm-results-panel .right-area>.row:first-child{margin:0 0 16px!important;background:#fff;border:1px solid #e2e4e9;border-radius:14px;padding:3px 12px;min-height:52px;align-items:center;box-shadow:0 8px 24px rgba(17,18,22,.04)}
.vm-results-panel #quantidade_para_exibir{font-size:13px!important;color:#555963;font-weight:600!important}
.vm-content-area{min-height:260px}
.vm-ajax-grid{width:100%;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
.vm-ajax-grid .vm-car-card{width:100%;margin:0!important}
.vm-pagination--ajax{width:100%;display:flex;justify-content:center;margin:32px 0 0}
.vm-pagination--ajax .pagination{margin:0}
.vm-empty--inventory{background:#fff;border:1px solid #e2e4e9;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.vm-empty--inventory i{font-size:34px;color:var(--vm-red);margin-bottom:12px}.vm-empty--inventory h3{font-size:20px;font-weight:800}.vm-empty--inventory p{font-size:12px;color:var(--vm-muted)}
@media(max-width:991px){.vm-filter-column{padding-right:15px;margin-bottom:20px}.vm-results-panel{padding:0 15px!important}.vm-ajax-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.vm-brand-strip .carousel-marcas{padding:0 40px}}
@media(max-width:767px){.vm-inventory-hero{padding:38px 0 34px}.vm-inventory-hero h1{font-size:30px}.vm-brand-strip{padding:12px 0!important}.vm-brand-strip .carousel-marcas .owl-item{min-height:60px}.vm-brand-strip .carousel-marcas .item{height:56px}.vm-brand-strip .carousel-marcas .item img{height:38px!important;max-width:72px!important}.vm-inventory-page{padding-top:20px!important}.vm-filter-column #searchFormId{display:none}.vm-filter-column #btn-filter{display:block!important}.vm-ajax-grid{grid-template-columns:1fr!important}.vm-results-panel .right-area>.row:first-child{margin-top:0!important}.vm-filter-column .buttons-filter{position:static!important;padding:0!important;box-shadow:none!important;margin-top:8px}.listing-top{padding-top:12px!important}}

/* ================================================================
   VILA MODERN V7 — páginas internas
   Escopo visual do tema moderno. Não altera o CSS clássico.
   ================================================================ */
body.vila-modern .page-banner {
    position: relative;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover !important;
    background-position: center !important;
    padding: 72px 20px 58px;
    overflow: hidden;
    isolation: isolate;
}
body.vila-modern .page-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(8,8,10,.92), rgba(20,20,24,.72) 48%, rgba(167,23,23,.38));
    z-index: -1;
}
body.vila-modern .page-banner .page-banner-bg { display: none !important; }
body.vila-modern .page-banner h1 {
    position: relative;
    margin: 0 0 18px;
    max-width: 980px;
    color: #fff;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -1.6px;
    text-shadow: 0 12px 36px rgba(0,0,0,.32);
}
body.vila-modern .page-banner .breadcrumb {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(10px);
}
body.vila-modern .page-banner .breadcrumb-item,
body.vila-modern .page-banner .breadcrumb-item a { color: rgba(255,255,255,.86) !important; font-size: 13px; }
body.vila-modern .page-banner .breadcrumb-item.active { color: #fff !important; }
body.vila-modern .page-banner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.48); }

body.vila-modern .page-content {
    padding: 64px 0 !important;
    background: #f5f6f8;
}
body.vila-modern .page-content > .container {
    position: relative;
}
body.vila-modern .page-content p,
body.vila-modern .page-content li { color: #555b65; line-height: 1.78; }
body.vila-modern .page-content h1,
body.vila-modern .page-content h2,
body.vila-modern .page-content h3,
body.vila-modern .page-content h4 { color: #13151a; font-weight: 750; letter-spacing: -.45px; }
body.vila-modern .page-content a { transition: .22s ease; }
body.vila-modern .page-content img { max-width: 100%; }

/* Marcas e localizações */
body.vila-modern .popular-city.page-content .row { row-gap: 24px; }
body.vila-modern .popular-city-item {
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e7e9ed;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(17,24,39,.07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
body.vila-modern .popular-city-item:hover {
    transform: translateY(-6px);
    border-color: rgba(167,23,23,.22);
    box-shadow: 0 22px 46px rgba(17,24,39,.13);
}
body.vila-modern .popular-city-item .photo {
    height: 170px;
    display: grid;
    place-items: center;
    padding: 24px;
    background: linear-gradient(145deg,#fff,#f4f5f7);
    border-bottom: 1px solid #edf0f3 !important;
}
body.vila-modern .popular-city-item .photo img { width: 100%; height: 100%; object-fit: contain; }
body.vila-modern .popular-city-item .text { padding: 19px 20px 22px; }
body.vila-modern .popular-city-item .text h4 { margin: 0 0 6px; font-size: 17px; }
body.vila-modern .popular-city-item .text p { margin: 0; color: #8a9099; font-size: 13px; font-weight: 650; }
body.vila-modern .popular-city-item > a { position: absolute; inset: 0; z-index: 2; }

/* Sobre nós / conteúdo institucional */
body.vila-modern .page-content .col-md-12 > h2[style*="text-align: center"] { font-size: clamp(28px,3vw,42px) !important; margin: 24px 0 28px !important; }
body.vila-modern #10-razoes .item { padding: 7px; }
body.vila-modern #10-razoes .item img { border-radius: 18px; box-shadow: 0 10px 28px rgba(0,0,0,.1); }
body.vila-modern #10-razoes .owl-stage { display: flex; }
body.vila-modern #10-razoes .owl-item { display: flex; }

/* Quero vender */
body.vila-modern .page-content h1[style] {
    font-size: clamp(40px,5.2vw,72px) !important;
    line-height: .98 !important;
    letter-spacing: -2.2px !important;
    margin-bottom: 24px;
}
body.vila-modern .page-content .btn-dark,
body.vila-modern .page-content .btn-primary {
    border: 0;
    border-radius: 12px;
    padding: 13px 22px;
    background: #a71717;
    color: #fff;
    font-weight: 750;
    box-shadow: 0 10px 24px rgba(167,23,23,.24);
}
body.vila-modern .page-content .btn-dark:hover,
body.vila-modern .page-content .btn-primary:hover { background: #821010; transform: translateY(-1px); color:#fff; }
body.vila-modern .page-content .col-md-6 > img.img-fluid { border-radius: 24px; box-shadow: 0 24px 54px rgba(17,24,39,.16); }
body.vila-modern .page-content svg.e-font-icon-svg { width: 58px; height: 58px; padding: 13px; border-radius: 17px; background:#fff; box-shadow:0 10px 28px rgba(17,24,39,.08); }

/* FAQ */
body.vila-modern .faq .panel-group { display: grid; gap: 12px; }
body.vila-modern .faq .panel.panel-default { overflow: hidden; margin: 0; border: 1px solid #e4e7eb; border-radius: 16px; background:#fff; box-shadow: 0 7px 22px rgba(17,24,39,.05); }
body.vila-modern .faq .panel-heading { padding: 0; border:0; background:#fff; }
body.vila-modern .faq .panel-title { margin:0; }
body.vila-modern .faq .panel-title a { position:relative; display:block; padding:20px 56px 20px 22px; color:#16191f; font-size:16px; font-weight:750; text-decoration:none; }
body.vila-modern .faq .panel-title a::after { content:"+"; position:absolute; right:20px; top:50%; transform:translateY(-50%); width:30px; height:30px; display:grid; place-items:center; border-radius:50%; background:#f3f4f6; color:#a71717; font-size:20px; }
body.vila-modern .faq .panel-body { padding: 0 22px 22px; border:0 !important; color:#5d626c; line-height:1.75; }

/* Blog */
body.vila-modern .blog-item {
    height: 100%;
    overflow: hidden;
    border:1px solid #e5e8ed;
    border-radius:20px;
    background:#fff;
    box-shadow:0 12px 34px rgba(17,24,39,.07);
    transition:.25s ease;
}
body.vila-modern .blog-item:hover { transform:translateY(-5px); box-shadow:0 22px 46px rgba(17,24,39,.12); }
body.vila-modern .blog-item .featured-photo { overflow:hidden; aspect-ratio:16/10; }
body.vila-modern .blog-item .featured-photo img { width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
body.vila-modern .blog-item:hover .featured-photo img { transform:scale(1.035); }
body.vila-modern .blog-item .text { padding:20px 20px 23px; }
body.vila-modern .blog-item .text h3,
body.vila-modern .blog-item .text h2 { font-size:20px; line-height:1.3; }
body.vila-modern .blog-item .short-description { color:#6d727b; }

/* Artigo */
body.vila-modern .blog-item-single { overflow:hidden; border:1px solid #e5e8ed; border-radius:22px; background:#fff; padding:26px; box-shadow:0 12px 34px rgba(17,24,39,.06); }
body.vila-modern .blog-item-single .featured-photo img { width:100%; border-radius:17px; }
body.vila-modern .blog-item-single .text img { border-radius:14px; }
body.vila-modern .sidebar .widget { margin-bottom:18px; padding:20px; border:1px solid #e5e8ed; border-radius:17px; background:#fff; box-shadow:0 8px 24px rgba(17,24,39,.05); }
body.vila-modern .sidebar .widget h3 { font-size:18px; padding-bottom:12px; border-bottom:1px solid #edf0f3; }
body.vila-modern .comment-item { padding:16px; border:1px solid #eceef1; border-radius:14px; background:#fafbfc; }

/* Contato */
body.vila-modern .contact-item { height:100%; padding:24px; border:1px solid #e5e8ed; border-radius:18px; background:#fff; box-shadow:0 10px 30px rgba(17,24,39,.06); }
body.vila-modern .contact-icon { width:48px; height:48px; display:grid; place-items:center; border-radius:14px; background:#fff1f1; color:#a71717; font-size:21px; }
body.vila-modern .contact-text h4 { font-size:17px; }
body.vila-modern .contact-page-map { overflow:hidden; border-radius:20px; box-shadow:0 12px 34px rgba(17,24,39,.08); }
body.vila-modern .contact-form { margin-top:28px; padding:28px 20px 12px; border:1px solid #e4e7eb; border-radius:22px; background:#fff; box-shadow:0 12px 34px rgba(17,24,39,.06); }
body.vila-modern .form-control { min-height:48px; border:1px solid #dfe3e8; border-radius:10px; background:#fff; box-shadow:none; }
body.vila-modern textarea.form-control { min-height:160px; }
body.vila-modern .form-control:focus { border-color:#a71717; box-shadow:0 0 0 3px rgba(167,23,23,.10); }

@media (max-width: 767px) {
    body.vila-modern .page-banner { min-height:230px; padding:58px 18px 44px; }
    body.vila-modern .page-banner h1 { font-size:34px; letter-spacing:-1px; }
    body.vila-modern .page-content { padding:42px 0 !important; }
    body.vila-modern .popular-city-item .photo { height:145px; }
    body.vila-modern .blog-item-single { padding:16px; border-radius:16px; }
    body.vila-modern .contact-form { padding:20px 10px 8px; }
}


/* ================================================================
   VILA MODERN V8 — HOME MOBILE + FILTRO DE ESTOQUE
   Correções isoladas do tema Modern. O tema Clássico não é alterado.
   ================================================================ */

/* Slideshow: nunca permitir overflow horizontal e, no mobile, exibir
   a arte completa sem recortar as laterais. A altura é ajustada pelo JS
   conforme a proporção real do banner ativo. */
body.vila-modern .vm-promo,
body.vila-modern .vm-promo__track,
body.vila-modern .vm-promo__slide,
body.vila-modern .vm-promo__slide picture {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
body.vila-modern .vm-promo__slide img {
    max-width: 100%;
}

/* Filtro: painel profissional, estável e independente do CSS clássico. */
@media (min-width: 992px) {
    body.vila-modern .vm-filter-column {
        position: sticky;
        top: 96px;
        align-self: flex-start;
        max-height: calc(100vh - 112px);
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        scrollbar-color: #c7cad1 transparent;
        padding-bottom: 18px;
    }
    body.vila-modern .vm-filter-column::-webkit-scrollbar { width: 7px; }
    body.vila-modern .vm-filter-column::-webkit-scrollbar-track { background: transparent; }
    body.vila-modern .vm-filter-column::-webkit-scrollbar-thumb { background: #c7cad1; border-radius: 999px; }
    body.vila-modern .vm-filter-column #btn-filter { display: none !important; }
    body.vila-modern .vm-filter-column #searchFormId { display: block !important; }
}

body.vila-modern .vm-filter-column > .listing-filter > .lf-widget:first-child {
    position: relative;
    border: 0 !important;
    color: #fff;
    background: linear-gradient(135deg,#17191f,#252832) !important;
    box-shadow: 0 14px 34px rgba(17,18,22,.16) !important;
}
body.vila-modern .vm-filter-column > .listing-filter > .lf-widget:first-child #span-filter {
    color: #fff !important;
    border-bottom-color: rgba(255,255,255,.12) !important;
    margin-bottom: 0 !important;
}
body.vila-modern .vm-filter-column > .listing-filter > .lf-widget:first-child #span-filter i { color: #ff5260; margin-right: 7px; }
body.vila-modern .vm-filter-column .lf-widget {
    overflow: visible;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
body.vila-modern .vm-filter-column .lf-widget:focus-within {
    border-color: rgba(227,29,43,.28) !important;
    box-shadow: 0 10px 28px rgba(17,18,22,.08) !important;
}
body.vila-modern .vm-filter-column .lf-widget h2,
body.vila-modern .vm-filter-column .lf-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
body.vila-modern .vm-filter-column .form-control,
body.vila-modern .vm-filter-column .select2-container,
body.vila-modern .vm-filter-column .select2-selection {
    width: 100% !important;
    max-width: 100% !important;
}
body.vila-modern .vm-filter-column .form-control {
    height: 44px !important;
    padding: 9px 12px !important;
    color: #23262d !important;
    background: #fbfbfc !important;
}
body.vila-modern .vm-filter-column .form-control:focus {
    border-color: rgba(227,29,43,.55) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(227,29,43,.08) !important;
}
body.vila-modern .vm-filter-column .select2-container .select2-selection--multiple,
body.vila-modern .vm-filter-column .select2-container .select2-selection--single {
    min-height: 44px !important;
    padding: 4px 8px !important;
    display: flex !important;
    align-items: center !important;
}
body.vila-modern .vm-filter-column .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 3px 4px 3px 0 !important;
    padding: 4px 8px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #f0f1f4 !important;
    color: #353842 !important;
    font-size: 11px !important;
}
body.vila-modern .vm-filter-column .form-check {
    position: relative;
    min-height: 36px;
    margin: 3px 0 !important;
    padding: 7px 44px 7px 30px !important;
    border-radius: 9px;
    transition: background .18s ease;
}
body.vila-modern .vm-filter-column .form-check:hover { background: #f7f8fa; }
body.vila-modern .vm-filter-column .form-check-input {
    position: absolute !important;
    left: 8px !important;
    top: 50% !important;
    margin: 0 !important;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    accent-color: var(--vm-red);
    cursor: pointer;
}
body.vila-modern .vm-filter-column .form-check-label {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.45 !important;
    font-size: 12px !important;
    cursor: pointer;
}
body.vila-modern .vm-filter-column .form-check .badge,
body.vila-modern .vm-filter-column .form-check .badge-dark {
    position: absolute !important;
    right: 7px !important;
    top: 50% !important;
    transform: translateY(-50%);
    min-width: 27px;
    text-align: center;
    padding: 5px 7px !important;
    font-size: 10px !important;
}
body.vila-modern .vm-filter-column .btn-group[role="group"] {
    display: flex;
    gap: 0;
    width: 100%;
}
body.vila-modern .vm-filter-column .btn-check + .form-check-radio-label,
body.vila-modern .vm-filter-column .form-check-radio-label {
    flex: 1 1 0;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 8px !important;
    border-color: #dfe2e8 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}
body.vila-modern .vm-filter-column .btn-check:checked + .form-check-radio-label {
    color: #fff !important;
    border-color: var(--vm-red) !important;
    background: var(--vm-red) !important;
}
body.vila-modern .vm-filter-column .btn-dark[id^="toggle"] {
    min-height: 36px;
    margin-top: 9px;
    border: 1px solid #e3e5e9 !important;
    color: #343741 !important;
    background: #f5f6f8 !important;
}
body.vila-modern .vm-filter-column .btn-dark[id^="toggle"]:hover {
    border-color: #d8dade !important;
    color: var(--vm-red) !important;
    background: #fff !important;
}
body.vila-modern .vm-filter-column .jet-range,
body.vila-modern .vm-filter-column .jet-smart-filters-range {
    max-width: 100%;
    overflow: hidden;
}
body.vila-modern .vm-filter-column input[type="range"] { accent-color: var(--vm-red); max-width: 100%; }
body.vila-modern .vm-filter-column .buttons-filter {
    position: sticky !important;
    left: auto !important;
    right: auto !important;
    bottom: 0 !important;
    z-index: 12 !important;
    width: 100% !important;
    margin-top: 14px;
    padding: 10px !important;
    border: 1px solid #e2e4e9 !important;
    border-radius: 13px !important;
    background: rgba(255,255,255,.96) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 -8px 26px rgba(17,18,22,.08) !important;
}
body.vila-modern .vm-filter-column .buttons-filter .btn {
    min-height: 43px;
    border-radius: 9px !important;
    font-size: 12px;
    font-weight: 800;
}
body.vila-modern .vm-filter-column .buttons-filter .btn[type="reset"] {
    border: 1px solid #dfe2e8 !important;
    color: #363942 !important;
    background: #f4f5f7 !important;
}
body.vila-modern .vm-filter-column .buttons-filter .filter-button {
    border-color: var(--vm-red) !important;
    background: var(--vm-red) !important;
}
body.vila-modern .vm-results-panel #quantidade_para_exibir {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #424650 !important;
}

@media (max-width: 767px) {
    html, body.vila-modern { max-width: 100%; overflow-x: hidden; }
    body.vila-modern .vm-promo { width: 100vw; max-width: 100vw; }
    body.vila-modern .vm-promo__track {
        height: auto;
        min-height: 0;
        aspect-ratio: 1900 / 600;
        background: #090a0d;
        transition: height .25s ease;
    }
    body.vila-modern .vm-promo__slide picture,
    body.vila-modern .vm-promo__slide img {
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
    }
    body.vila-modern .vm-promo__slide img {
        object-fit: contain !important;
        object-position: center center !important;
    }
    body.vila-modern .vm-promo__shade { display: none !important; }
    body.vila-modern .vm-promo__arrow { width: 30px; height: 30px; }
    body.vila-modern .vm-promo__arrow--prev { left: 6px; }
    body.vila-modern .vm-promo__arrow--next { right: 6px; }

    body.vila-modern .vm-inventory-page { padding-top: 14px !important; }
    body.vila-modern .vm-filter-column { padding: 0 15px !important; margin-bottom: 16px; }
    body.vila-modern .vm-filter-column > .listing-filter > .lf-widget:first-child {
        margin-bottom: 10px !important;
        padding: 12px !important;
    }
    body.vila-modern .vm-filter-column #span-filter {
        margin: 0 0 10px !important;
        padding: 0 0 10px !important;
        font-size: 16px !important;
    }
    body.vila-modern .vm-filter-column #btn-filter {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: 100%;
        height: 44px;
        margin: 0;
        border-radius: 10px !important;
    }
    body.vila-modern .vm-filter-column #searchFormId {
        margin-top: 0;
        padding: 4px 0 0;
    }
    body.vila-modern .vm-filter-column .lf-widget {
        margin-bottom: 10px !important;
        padding: 14px !important;
        border-radius: 13px !important;
        box-shadow: 0 5px 18px rgba(17,18,22,.045) !important;
    }
    body.vila-modern .vm-filter-column .buttons-filter {
        position: sticky !important;
        bottom: 8px !important;
        z-index: 20 !important;
        margin: 10px 0 4px;
    }
    body.vila-modern .vm-results-panel { padding: 0 15px !important; }
    body.vila-modern .vm-results-panel .right-area > .row:first-child {
        margin-bottom: 12px !important;
        padding: 5px 7px !important;
    }
}

/* V9 — filtro mobile em drawer/modal focado */
body.vila-modern .vm-filter-overlay,
body.vila-modern .vm-filter-close { display: none; }

@media (max-width: 767px) {
    body.vila-modern.vm-filter-open {
        overflow: hidden !important;
        touch-action: none;
    }
    body.vila-modern .vm-filter-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1095;
        opacity: 0;
        visibility: hidden;
        background: rgba(10,11,15,.72);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        transition: opacity .22s ease, visibility .22s ease;
    }
    body.vila-modern.vm-filter-open .vm-filter-overlay {
        opacity: 1;
        visibility: visible;
    }
    body.vila-modern .vm-filter-column {
        position: relative;
        z-index: 1;
    }
    body.vila-modern.vm-filter-open .vm-filter-column {
        position: fixed !important;
        top: 12px !important;
        right: 10px !important;
        bottom: 12px !important;
        left: 10px !important;
        z-index: 1100 !important;
        width: auto !important;
        max-width: none !important;
        height: auto !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 20px;
        background: #f7f8fa;
        box-shadow: 0 26px 80px rgba(0,0,0,.34);
        transform: translateZ(0);
        touch-action: pan-y;
    }
    body.vila-modern.vm-filter-open .vm-filter-column > .listing-filter:first-child {
        position: sticky;
        top: 0;
        z-index: 25;
        margin: 0 !important;
        background: transparent !important;
    }
    body.vila-modern.vm-filter-open .vm-filter-column > .listing-filter > .lf-widget:first-child {
        min-height: 74px;
        margin: 0 !important;
        padding: 17px 56px 14px 18px !important;
        border-radius: 20px 20px 0 0 !important;
        box-shadow: 0 9px 24px rgba(17,18,22,.16) !important;
    }
    body.vila-modern.vm-filter-open .vm-filter-column #span-filter {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        font-size: 18px !important;
        line-height: 1.2 !important;
    }
    body.vila-modern.vm-filter-open .vm-filter-column #span-filter::after {
        content: 'Refine sua busca';
        display: block;
        margin-top: 5px;
        color: rgba(255,255,255,.68);
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0;
        text-transform: none;
    }
    body.vila-modern .vm-filter-close {
        position: absolute;
        top: 14px;
        right: 14px;
        z-index: 32;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255,255,255,.17);
        border-radius: 50%;
        color: #fff;
        background: rgba(255,255,255,.10);
        font-size: 17px;
        cursor: pointer;
    }
    body.vila-modern.vm-filter-open .vm-filter-close { display: flex; }
    body.vila-modern.vm-filter-open .vm-filter-column #btn-filter { display: none !important; }
    body.vila-modern.vm-filter-open .vm-filter-column > .listing-filter > .lf-widget:first-child > h2[style] {
        margin-top: 14px !important;
        color: rgba(255,255,255,.78) !important;
        border-bottom-color: rgba(255,255,255,.12) !important;
    }
    body.vila-modern.vm-filter-open .vm-filter-column > .listing-filter > .lf-widget:first-child #orders {
        color: #252932 !important;
        border-color: transparent !important;
        background: #fff !important;
    }
    body.vila-modern .vm-filter-column #searchFormId { display: none; }
    body.vila-modern.vm-filter-open .vm-filter-column #searchFormId {
        display: block !important;
        height: calc(100% - 74px);
        margin: 0 !important;
        padding: 14px 12px 104px !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        background: #f7f8fa;
    }
    body.vila-modern.vm-filter-open .vm-filter-column #searchFormId::-webkit-scrollbar { width: 5px; }
    body.vila-modern.vm-filter-open .vm-filter-column #searchFormId::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: #c8cbd2;
    }
    body.vila-modern.vm-filter-open .vm-filter-column .lf-widget {
        margin-bottom: 9px !important;
        padding: 13px !important;
        border: 1px solid #e7e9ed !important;
        border-radius: 14px !important;
        background: #fff !important;
        box-shadow: 0 4px 14px rgba(20,22,27,.035) !important;
    }
    body.vila-modern.vm-filter-open .vm-filter-column .lf-widget h2 {
        margin-bottom: 10px !important;
        padding: 0 0 8px !important;
        border-bottom: 1px solid #eceef1 !important;
        color: #23262d !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        letter-spacing: .03em;
    }
    body.vila-modern.vm-filter-open .vm-filter-column .buttons-filter {
        position: fixed !important;
        right: 22px !important;
        bottom: 22px !important;
        left: 22px !important;
        z-index: 1130 !important;
        width: auto !important;
        margin: 0 !important;
        padding: 9px !important;
        border: 1px solid rgba(218,221,227,.94) !important;
        border-radius: 14px !important;
        background: rgba(255,255,255,.96) !important;
        box-shadow: 0 13px 32px rgba(17,18,22,.16) !important;
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }
    body.vila-modern.vm-filter-open .vm-filter-column .buttons-filter .btn {
        min-height: 46px;
        border-radius: 10px !important;
    }
    body.vila-modern.vm-filter-open .vm-filter-column .buttons-filter .filter-button {
        box-shadow: 0 8px 20px rgba(227,29,43,.22);
    }
}

/* V10 - restauração de recursos funcionais da página de detalhes */
.vm-detail-card__topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.vm-wishlist-btn{width:42px;height:42px;border:1px solid #e5e7eb;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#e30613;font-size:20px;transition:.2s}.vm-wishlist-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.vm-detail-version{margin:-4px 0 16px;color:#6b7280;font-size:15px}.vm-gallery__thumbs img{cursor:pointer}.vm-gallery__thumbs img.is-active{outline:3px solid #e30613;outline-offset:2px}.vm-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.vm-video-card{position:relative;display:block;border-radius:14px;overflow:hidden;background:#111}.vm-video-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;opacity:.88}.vm-video-card span{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:44px}.vm-map-card .vm-map-embed iframe{width:100%!important;max-width:100%!important;border:0;border-radius:14px;min-height:300px}.vm-muted{color:#6b7280;margin:0 0 16px}.vm-finance-card{scroll-margin-top:110px;overflow:hidden}.vm-finance-card #credere-pnp{min-height:110px}.vm-contact-form-wrap{margin-top:22px;padding-top:20px;border-top:1px solid #eceff3}.vm-contact-form-wrap h3{font-size:18px;margin:0 0 14px}.vm-contact-form{display:grid;gap:8px}.vm-contact-form label{font-size:12px;font-weight:700;color:#374151;margin-top:3px}.vm-contact-form input,.vm-contact-form textarea{width:100%;border:1px solid #d9dee7;border-radius:10px;padding:11px 12px;background:#fff;color:#111;outline:none}.vm-contact-form input:focus,.vm-contact-form textarea:focus{border-color:#e30613;box-shadow:0 0 0 3px rgba(227,6,19,.08)}.vm-detail-actions{display:flex;gap:8px;justify-content:space-between;margin-top:10px}.vm-link-action{appearance:none;border:0;background:transparent;padding:8px 0;color:#4b5563;font-weight:700;font-size:13px;cursor:pointer}.vm-link-action:hover{color:#e30613}.vm-seller-card{margin-top:20px;padding-top:20px;border-top:1px solid #eceff3;display:grid;gap:12px}.vm-seller-card__head{display:flex;align-items:center;gap:12px}.vm-seller-card__head img{width:54px;height:54px;border-radius:12px;object-fit:cover;border:1px solid #eceff3}.vm-seller-card__head strong{display:block;font-size:16px}.vm-seller-card__head small{display:block;color:#6b7280;font-size:12px;margin-top:3px}.vm-seller-card>a:not(.vm-btn){color:#374151;font-size:13px;display:flex;gap:8px;align-items:center}.vm-seller-card>a:not(.vm-btn):hover{color:#e30613}
@media(max-width:767.98px){.vm-video-grid{grid-template-columns:1fr}.vm-detail-actions{flex-direction:column;align-items:flex-start}.vm-map-card .vm-map-embed iframe{min-height:240px}.vm-finance-card{scroll-margin-top:78px}}

/* V11 - galeria de detalhes: âncora funcional e destaque mobile */
.vm-gallery{scroll-margin-top:125px}
.vm-gallery__mobile-head{display:none}
@media(max-width:767.98px){
  .vm-gallery{background:linear-gradient(180deg,#17181c 0,#0d0e11 100%);border:1px solid rgba(227,6,19,.38);border-radius:20px;padding:10px;box-shadow:0 18px 45px rgba(8,10,14,.22);margin:2px -3px 24px;scroll-margin-top:92px}
  .vm-gallery__mobile-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#fff;padding:4px 4px 11px;font-size:12px}
  .vm-gallery__mobile-head span{display:flex;align-items:center;gap:8px;font-weight:800;letter-spacing:.01em}
  .vm-gallery__mobile-head span i{color:#e30613;font-size:15px}
  .vm-gallery__mobile-head strong{font-size:10px;font-weight:700;color:#c6c8ce;background:#25272d;border-radius:999px;padding:5px 9px;white-space:nowrap}
  .vm-gallery__main{aspect-ratio:1.24/1;border-radius:14px;background:#090a0c;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}
  .vm-gallery__main img{object-fit:cover}
  .vm-gallery__thumbs{display:flex;grid-template-columns:none;gap:8px;overflow-x:auto;margin-top:9px;padding:2px 2px 5px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .vm-gallery__thumbs::-webkit-scrollbar{display:none}
  .vm-gallery__thumbs img{flex:0 0 86px;width:86px;height:66px;aspect-ratio:auto;border-radius:9px;scroll-snap-align:start;border:2px solid transparent;opacity:.82}
  .vm-gallery__thumbs img:nth-child(5){display:block}
  .vm-gallery__thumbs img.is-active{outline:0;border-color:#e30613;opacity:1;box-shadow:0 0 0 2px rgba(227,6,19,.18)}
}

/* V12 - correção estrutural do detalhe mobile: sem overflow + navegação robusta */
.vm-mobile-detail-actions{display:none}
@media(max-width:767.98px){
  html,body.vila-modern{width:100%;max-width:100%;overflow-x:hidden!important}
  body.vila-modern *{box-sizing:border-box}
  body.vila-modern .container{width:100%;max-width:100%;padding-left:15px;padding-right:15px}
  .vm-detail,.vm-detail-top{width:100%;max-width:100%;overflow-x:clip}
  .vm-detail__layout{display:grid;grid-template-columns:minmax(0,1fr)!important;width:100%;max-width:100%;gap:18px;min-width:0}
  .vm-detail__layout>*{min-width:0!important;max-width:100%!important;width:100%}
  .vm-gallery{width:100%!important;max-width:100%!important;min-width:0!important;margin:2px 0 24px!important;padding:10px!important;overflow:hidden!important;scroll-margin-top:96px}
  .vm-gallery__main{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;aspect-ratio:1.24/1}
  .vm-gallery__main img{display:block;width:100%!important;max-width:100%!important;height:100%!important;object-fit:cover}
  .vm-gallery__thumbs{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important}
  .vm-gallery__thumbs img{max-width:86px!important;min-width:86px!important}
  .vm-detail-card,.vm-detail__content-card,.vm-seller-card,.vm-contact-form-wrap,.vm-map-embed,.vm-finance-card,#credere-pnp{min-width:0!important;max-width:100%!important;width:100%}
  .vm-map-embed iframe,.vm-video-card iframe,.vm-video-card video,#credere-pnp iframe{max-width:100%!important;width:100%!important}
  .vm-detail-card{grid-row:auto!important;position:static!important}
  .vm-detail-specs{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .vm-detail-specs>div{min-width:0}
  .vm-detail-specs strong,.vm-detail-specs span{overflow-wrap:anywhere}
  .vm-feature-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .vm-description,.vm-description *{max-width:100%!important;overflow-wrap:anywhere;word-break:break-word}
  .vm-description img,.vm-description iframe,.vm-description table{max-width:100%!important;height:auto}
  .vm-mobile-detail-actions{position:fixed;left:0;right:0;bottom:0;z-index:1200;display:flex!important;width:100%;max-width:100vw;background:#fff;border-top:1px solid rgba(17,18,22,.12);box-shadow:0 -8px 24px rgba(17,18,22,.12);padding-bottom:env(safe-area-inset-bottom);overflow:hidden}
  .vm-mobile-detail-actions__item{flex:1 1 0;min-width:0!important;max-width:25%;height:58px;padding:6px 3px!important;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-align:center;text-decoration:none!important;color:#fff!important;font-size:10px!important;font-weight:700;line-height:1.05;white-space:normal!important;overflow:hidden}
  .vm-mobile-detail-actions__item i{font-size:15px;line-height:1}
  .vm-mobile-detail-actions__item span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}
  .vm-mobile-detail-actions__item--dark{background:#17181c}
  .vm-mobile-detail-actions__item--red{background:#d90b1a}
  body.vila-modern{padding-bottom:calc(58px + env(safe-area-inset-bottom))}
  #galeria,#parcelas,#div_mensagem{scroll-margin-top:96px}
}
@media(min-width:768px){.vm-mobile-detail-actions{display:none!important}}
