:root{--fcb-navy:#0f1f3d;--fcb-blue:#1a3560;--fcb-accent:#f04e23;--fcb-orange:#ff6b35;--fcb-gold:#f5a623;--fcb-light:#f4f6f9;--fcb-gray:#6b7280;--fcb-border:#e5e7eb;--fcb-white:#ffffff;--fcb-radius:12px;--fcb-shadow:0 4px 20px rgba(0,0,0,.10)}*,*::before,*::after{box-sizing:border-box}.fcb-landing{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#1a1a2e;line-height:1.6}.fcb-navbar{background:var(--fcb-navy);border-bottom:1px solid rgb(255 255 255 / .08);position:sticky;top:0;z-index:1000}.fcb-navbar__inner{max-width:1200px;margin:0 auto;padding:0 24px;height:60px;display:flex;align-items:center;gap:8px}@media (max-width:900px){.fcb-navbar__inner{flex-wrap:wrap;height:auto;padding:8px 12px;row-gap:8px;column-gap:8px;justify-content:space-between}.fcb-navbar__brand{flex:0 0 auto;order:1}.fcb-navbar__right{flex:0 0 auto;order:2}.fcb-navbar__search{flex:1 1 100%!important;max-width:100%!important;margin:0!important;order:99}}.fcb-navbar__brand{display:flex;align-items:center;gap:8px;text-decoration:none;flex-shrink:0;padding:6px 8px;border-radius:6px;transition:background .2s ease}.fcb-navbar__brand:hover{background:rgb(255 255 255 / .08)}.fcb-navbar__brand-logo{display:inline-flex;align-items:center;line-height:0}.fcb-navbar__brand-logo .fcb-navbar__logo-img,.fcb-navbar__brand-logo img{height:32px;width:auto;display:block;max-width:130px;object-fit:contain}.fcb-navbar__brand-mark{display:none;width:34px;height:34px;align-items:center;justify-content:center;background:#FF9540;color:#fff;border-radius:8px;font-weight:800;font-size:14px;letter-spacing:.5px;flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease}.fcb-navbar__brand:hover .fcb-navbar__brand-mark{transform:scale(1.05);box-shadow:0 4px 12px rgb(255 149 64 / .35)}.fcb-navbar__brand:not(:has(.fcb-navbar__brand-logo)) .fcb-navbar__brand-mark{display:inline-flex}.fcb-navbar__brand-flag{font-size:22px;line-height:1;display:inline-flex;align-items:center;filter:drop-shadow(0 1px 2px rgb(0 0 0 / .25));user-select:none}@media (max-width:600px){.fcb-navbar__brand-logo .fcb-navbar__logo-img,.fcb-navbar__brand-logo img{height:28px;max-width:110px}.fcb-navbar__brand-flag{font-size:18px}}@media (max-width:380px){.fcb-navbar__brand-logo .fcb-navbar__logo-img,.fcb-navbar__brand-logo img{height:24px;max-width:95px}.fcb-navbar__brand-flag{font-size:16px}}.fcb-navbar__right{display:flex;align-items:center;gap:12px}.fcb-navbar__link{color:rgb(255 255 255 / .80);text-decoration:none;font-size:14px;font-weight:500;padding:6px 12px;border-radius:6px;transition:color .2s,background .2s;white-space:nowrap}.fcb-navbar__link:hover{color:#fff;background:rgb(255 255 255 / .08)}.fcb-navbar__link--secondary{border:1px solid rgb(255 255 255 / .30)}.fcb-navbar__link--secondary:hover{border-color:rgb(255 255 255 / .55)}.fcb-navbar__search{display:flex;align-items:center;background:#fff;border-radius:8px;padding:0 4px 0 12px;height:40px;min-width:240px;flex:1 1 600px;max-width:720px;margin:0 12px;box-shadow:0 1px 2px rgb(0 0 0 / .08);transition:box-shadow .15s ease}.fcb-navbar__search:focus-within{box-shadow:0 0 0 2px #FF9540}.fcb-navbar__search-icon{display:flex;align-items:center;justify-content:center;color:#9aa3ad;margin-right:8px}.fcb-navbar__search-input{flex:1;height:100%;border:0;outline:0;background:#fff0;font-size:14px;color:#1d2327;font-family:inherit;min-width:0}.fcb-navbar__search-input::placeholder{color:#9aa3ad}.fcb-navbar__search-btn{flex-shrink:0;background:#FF9540;color:#fff;border:0;border-radius:7px;height:32px;padding:0 16px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease;font-family:inherit}.fcb-navbar__search-btn:hover{background:#e88636}@media (max-width:900px){.fcb-navbar__search{min-width:0;flex:1 1 auto}.fcb-navbar__search-btn{padding:0;font-size:0;width:36px;position:relative;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><path d='m21 21-4.3-4.3'/></svg>");background-repeat:no-repeat;background-position:center;background-size:18px 18px}.fcb-navbar__search-btn::before{content:none}}@media (max-width:600px){.fcb-navbar__search{height:36px;padding:0 4px 0 10px}.fcb-navbar__search-input{font-size:13px}.fcb-navbar__search-btn{height:28px}}.fcb-navbar__publish{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#FF9540;color:#fff;text-decoration:none;border-radius:8px;padding:0 14px;transition:background .2s ease,box-shadow .2s ease,transform .2s ease;height:38px;line-height:1;flex-shrink:0;font-size:14px;font-weight:600;white-space:nowrap}.fcb-navbar__publish:hover{background:#e88636;color:#fff;box-shadow:0 4px 12px rgb(255 149 64 / .35);transform:scale(1.03)}.fcb-navbar__plus{font-weight:700;font-size:20px;line-height:1}.fcb-navbar__publish-lbl{line-height:1}@media (max-width:600px){.fcb-navbar__publish-lbl{display:none}.fcb-navbar__publish{padding:0;width:38px;height:38px;gap:0;display:inline-flex;align-items:center;justify-content:center}.fcb-navbar__plus{font-size:24px;font-weight:400;line-height:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform:translateY(1px)}}.fcb-navbar__user{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;overflow:hidden;text-decoration:none;flex-shrink:0;background:#2563eb;transition:transform .2s ease,box-shadow .2s ease}.fcb-navbar__user:hover{transform:scale(1.05);box-shadow:0 0 0 3px rgb(37 99 235 / .25)}.fcb-navbar__user-avatar{width:100%;height:100%;object-fit:cover;display:block}.fcb-navbar__user-avatar--letter{color:#fff;font-weight:700;font-size:15px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%)}@media (max-width:480px){.fcb-navbar__inner{padding:8px 16px;min-height:56px}.fcb-navbar__link--secondary{display:none}.fcb-navbar__search{margin-top:4px!important}}.fcb-breadcrumbs{background:#FFF8E5;border-bottom:1px solid rgb(255 149 64 / .2);padding:10px 24px}.fcb-breadcrumbs__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.fcb-breadcrumbs a{color:#FF9540;text-decoration:none;font-size:12px;font-weight:500;transition:color .2s}.fcb-breadcrumbs a:hover{color:#C25D1E}.fcb-breadcrumbs__sep{color:rgb(255 149 64 / .5);font-size:11px}.fcb-breadcrumbs__current{color:#FF9540;font-size:12px;font-weight:500}.fcb-page-title{max-width:1200px;margin:28px auto 0;padding:0 24px;font-size:clamp(22px, 3vw, 32px);font-weight:700;color:#1a1a2e;line-height:1.25}.fcb-page-subtitle{max-width:1200px;margin:8px auto 0;padding:0 24px;font-size:clamp(14px, 1.5vw, 16px);color:#5a6475;line-height:1.55;font-weight:400}@media (max-width:768px){.fcb-page-subtitle{font-size:14px}}.fcb-filter-bar{display:none}.fcb-filter-bar__main-text--close{display:none}.fcb-sidebar-open .fcb-filter-bar__main-text--close{display:inline}.fcb-sidebar-open .fcb-filter-bar__main-text--open{display:none}.fcb-hero{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden}.fcb-hero__bg{position:absolute;inset:0;background:linear-gradient(135deg,rgb(10 20 50 / .93) 0%,rgb(15 31 61 / .87) 55%,rgb(30 40 80 / .82) 100%),url('') center/cover no-repeat;background-color:var(--fcb-navy)}.fcb-hero__bg::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,transparent,var(--fcb-light))}.fcb-hero__content{position:relative;z-index:2;text-align:center;padding:64px 24px 80px;max-width:740px;width:100%}.fcb-hero__badge{display:inline-flex;align-items:center;gap:6px;background:rgb(240 78 35 / .15);border:1px solid rgb(240 78 35 / .35);color:#ff8a6e;border-radius:20px;padding:5px 14px;font-size:11px;font-weight:700;letter-spacing:.7px;text-transform:uppercase;margin-bottom:18px}.fcb-hero__badge-dot{width:6px;height:6px;border-radius:50%;background:#ff8a6e;animation:fcb-pulse 1.8s infinite}@keyframes fcb-pulse{0%,100%{opacity:1}50%{opacity:.25}}.fcb-hero__title{font-size:clamp(30px, 5.5vw, 54px);font-weight:800;color:var(--fcb-white);letter-spacing:-1.5px;line-height:1.1;margin:0 0 14px}.fcb-hero__title em{color:var(--fcb-gold);font-style:normal}.fcb-hero__subtitle{font-size:clamp(14px, 2.2vw, 17px);color:rgb(255 255 255 / .7);margin:0 0 30px;max-width:500px;margin-inline:auto}.fcb-hero__count{display:inline-block;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);color:#fff;border-radius:30px;padding:6px 18px;font-size:13px;font-weight:600;margin-bottom:24px}.fcb-hero__count strong{color:var(--fcb-gold)}.fcb-hero__search{display:flex;gap:0;background:var(--fcb-white);border-radius:50px;padding:5px;box-shadow:0 8px 40px rgb(0 0 0 / .4);max-width:560px;margin:0 auto}.fcb-hero__search input{flex:1;border:none;outline:none;font-size:15px;font-family:inherit;padding:11px 18px;color:var(--fcb-navy);background:#fff0;min-width:0}.fcb-hero__search input::placeholder{color:#9ca3af}.fcb-hero__search button{background:var(--fcb-accent);color:var(--fcb-white);border:none;border-radius:44px;padding:11px 26px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s;display:flex;align-items:center;gap:7px}.fcb-hero__search button:hover{background:var(--fcb-orange)}.fcb-hero__search button svg{width:16px;height:16px}.fcb-main{background:var(--fcb-light);padding:0 0 60px}.fcb-main__inner{max-width:1200px;margin:0 auto;padding:32px 24px 0;display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}.fcb-sidebar{background:var(--fcb-white);border-radius:var(--fcb-radius);border:1px solid var(--fcb-border);overflow:hidden;position:sticky;top:20px}.fcb-sidebar__header{background:var(--fcb-navy);padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.fcb-sidebar__title{font-size:14px;font-weight:700;color:var(--fcb-white);letter-spacing:.3px;margin:0;display:flex;align-items:center;gap:8px}.fcb-sidebar__title svg{opacity:.8}.fcb-sidebar__reset{font-size:11px;color:rgb(255 255 255 / .55);background:none;border:none;cursor:pointer;padding:0;font-family:inherit;transition:color .2s}.fcb-sidebar__reset:hover{color:var(--fcb-gold)}.fcb-sidebar-search{position:relative;padding:0}.fcb-sidebar-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:14px;height:14px;color:var(--fcb-gray);pointer-events:none}.fcb-sidebar-keyword{width:100%;padding:9px 12px 9px 34px;border:1.5px solid var(--fcb-border);border-radius:8px;font-size:13px;font-family:inherit;color:#1a1a2e;background:#fff;transition:border-color .15s,box-shadow .15s}.fcb-sidebar-keyword:focus{outline:none;border-color:var(--fcb-accent);box-shadow:0 0 0 3px rgb(240 78 35 / .1)}.fcb-sidebar-keyword::placeholder{color:#9ca3af}.fcb-filters{padding:4px 0}.fcb-filter-group{border-bottom:1px solid var(--fcb-border)}.fcb-filter-group:last-child{border-bottom:none}.fcb-filter-group__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s}.fcb-filter-group__toggle:hover{background:var(--fcb-light)}.fcb-filter-group__toggle-label{font-size:13px;font-weight:700;color:var(--fcb-navy);letter-spacing:.2px}.fcb-filter-group__toggle-arrow{font-size:10px;color:var(--fcb-gray);transition:transform .2s}.fcb-filter-group.open .fcb-filter-group__toggle-arrow{transform:rotate(180deg)}.fcb-filter-group__body{padding:4px 20px 16px;display:none}.fcb-filter-group.open .fcb-filter-group__body{display:block}.fcb-filter-select,.fcb-filter-input{width:100%;border:1px solid var(--fcb-border);border-radius:8px;padding:9px 12px;font-size:13px;font-family:inherit;color:var(--fcb-navy);background:var(--fcb-light);outline:none;transition:border-color .2s,box-shadow .2s;appearance:none;-webkit-appearance:none}.fcb-filter-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}.fcb-filter-select:focus,.fcb-filter-input:focus{border-color:var(--fcb-accent);box-shadow:0 0 0 3px rgb(240 78 35 / .12);background:var(--fcb-white)}.fcb-ss{display:flex;flex-direction:column;gap:6px}.fcb-ss__search-wrap{display:flex;align-items:center;gap:7px;border:1px solid var(--fcb-border);border-radius:8px;padding:0 10px;background:#fff;transition:border-color .2s,box-shadow .2s}.fcb-ss__search-wrap:focus-within{border-color:var(--fcb-accent);box-shadow:0 0 0 3px rgb(240 78 35 / .1)}.fcb-ss__search-wrap svg{width:13px;height:13px;flex-shrink:0;color:var(--fcb-gray)}.fcb-ss__input{flex:1;border:none;outline:none;padding:8px 0;font-size:13px;background:#fff0;color:#1a1a2e}.fcb-ss__input::placeholder{color:#9ca3af}.fcb-ss__input:disabled{opacity:.45;cursor:not-allowed}.fcb-ss--model .fcb-ss__search-wrap:has(.fcb-ss__input:disabled){opacity:.6;pointer-events:none}.fcb-ss__list{max-height:200px;overflow-y:auto;border:1px solid var(--fcb-border);border-radius:8px;background:#fff;scrollbar-width:thin;scrollbar-color:var(--fcb-border) #fff0}.fcb-ss__list::-webkit-scrollbar{width:4px}.fcb-ss__list::-webkit-scrollbar-thumb{background:var(--fcb-border);border-radius:4px}.fcb-ss__opt{padding:8px 12px;font-size:13px;cursor:pointer;transition:background .15s;border-bottom:1px solid rgb(0 0 0 / .04)}.fcb-ss__opt:last-child{border-bottom:none}.fcb-ss__opt:hover{background:var(--fcb-light)}.fcb-ss__opt.active{background:rgb(240 78 35 / .08);color:var(--fcb-accent);font-weight:600}.fcb-ss__opt--extra{display:none}.fcb-filter-range{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}.fcb-filter-range__sep{font-size:12px;color:var(--fcb-gray);text-align:center}.fcb-filter-chips{display:flex;flex-wrap:wrap;gap:7px}.fcb-filter-chip{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 10px;border-radius:8px;border:1.5px solid var(--fcb-border);cursor:pointer;font-size:10px;font-weight:600;color:var(--fcb-gray);background:var(--fcb-white);transition:all .2s;min-width:56px;text-align:center}.fcb-filter-chip:hover{border-color:var(--fcb-accent);color:var(--fcb-accent)}.fcb-filter-chip.selected{border-color:var(--fcb-navy);background:var(--fcb-navy);color:var(--fcb-white)}.fcb-filter-chip__icon{line-height:1}.fcb-filter-chip__icon svg,.fcb-filter-chip__icon img{display:block;width:48px;height:27px;object-fit:contain}.fcb-filter-chip.selected .fcb-filter-chip__icon img{filter:brightness(0) invert(1);opacity:.85}.fcb-filter-chip.selected .fcb-filter-chip__icon .car-body{fill:rgb(255 255 255 / .15);stroke:rgb(255 255 255 / .8)}.fcb-filter-chip.selected .fcb-filter-chip__icon .car-wheel{fill:rgb(255 255 255 / .7)}.fcb-filter-chip.selected .fcb-filter-chip__icon .car-hub{fill:rgb(255 255 255 / .25)}.fcb-filter-chips--condition{gap:8px}.fcb-filter-chip--text{flex-direction:row;justify-content:center;font-size:14px;font-weight:600;padding:10px 20px;min-width:90px;flex:1}.fcb-sidebar__apply{padding:16px 20px;border-top:1px solid var(--fcb-border)}.fcb-filter-apply-btn{width:100%;background:var(--fcb-accent);color:var(--fcb-white);border:none;border-radius:8px;padding:12px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .2s,transform .15s}.fcb-filter-apply-btn:hover{background:var(--fcb-orange);transform:translateY(-1px)}.fcb-results-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:10px}.fcb-results-bar__count{font-size:14px;color:var(--fcb-gray)}.fcb-results-bar__count strong{color:var(--fcb-navy);font-weight:700}.fcb-sort-select{border:1px solid var(--fcb-border);border-radius:8px;padding:8px 32px 8px 12px;font-size:13px;font-family:inherit;color:var(--fcb-navy);background:var(--fcb-white);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;transition:border-color .2s}.fcb-sort-select:focus{border-color:var(--fcb-accent)}.fcb-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.fcb-active-filter{display:flex;align-items:center;gap:6px;background:var(--fcb-navy);color:var(--fcb-white);border-radius:20px;padding:4px 10px 4px 12px;font-size:12px;font-weight:600}.fcb-active-filter__remove{background:rgb(255 255 255 / .2);border:none;color:#fff;width:18px;height:18px;border-radius:50%;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:background .15s}.fcb-active-filter__remove:hover{background:rgb(255 255 255 / .35)}.fcb-clear-all{display:inline-flex;align-items:center;gap:5px;background:#fff0;border:1.5px solid var(--fcb-accent);color:var(--fcb-accent);border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.fcb-clear-all:hover{background:var(--fcb-accent);color:#fff}.fcb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.fcb-card{background:var(--fcb-white);border-radius:var(--fcb-radius);border:1px solid var(--fcb-border);overflow:hidden;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.fcb-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgb(0 0 0 / .14)}.fcb-card__img-wrap{position:relative;overflow:hidden;aspect-ratio:16/10;background:#e5e7eb;flex-shrink:0}.fcb-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.fcb-card:hover .fcb-card__img-wrap img{transform:scale(1.05)}.fcb-carousel{position:relative;width:100%;height:100%}.fcb-carousel__track{display:flex;height:100%;transition:transform .35s ease;will-change:transform}.fcb-carousel__slide{flex-shrink:0;width:100%;height:100%}.fcb-carousel__slide img{width:100%;height:100%;object-fit:cover}.fcb-carousel__btn{position:absolute;top:50%;transform:translateY(-50%);z-index:3;background:rgb(0 0 0 / .55);color:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;cursor:pointer;opacity:0;transition:opacity .2s,background .2s;padding:0}.fcb-card__img-wrap:hover .fcb-carousel__btn{opacity:1}.fcb-carousel__btn:hover{background:rgb(0 0 0 / .82)}.fcb-carousel__btn--prev{left:8px}.fcb-carousel__btn--next{right:8px}.fcb-carousel__dots{position:absolute;bottom:8px;left:0;right:0;display:flex;justify-content:center;gap:5px;z-index:3;pointer-events:none}.fcb-carousel__dot{width:6px;height:6px;border-radius:50%;background:rgb(255 255 255 / .55);transition:background .2s,transform .2s;pointer-events:auto;cursor:pointer}.fcb-carousel__dot.active{background:#fff;transform:scale(1.35)}.fcb-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:40px;background:linear-gradient(135deg,#e5e7eb 0%,#d1d5db 100%)}.fcb-card__favorite{position:absolute;top:10px;right:10px;z-index:10;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .88);border:none;border-radius:50%;cursor:pointer;color:#374151;box-shadow:0 2px 8px rgb(0 0 0 / .18);transition:transform .2s,background .2s,color .2s;padding:0}.fcb-card__favorite:hover{background:#fff;transform:scale(1.12)}.fcb-card__favorite--active{color:#ef4444}.fcb-card__favorite svg{width:17px;height:17px;display:block}.fcb-card__favorite .fcb-card__fav-filled{display:none}.fcb-card__favorite--active .fcb-card__fav-outline{display:none}.fcb-card__favorite--active .fcb-card__fav-filled{display:block}.fcb-card__badge{position:absolute;top:10px;left:10px;background:var(--fcb-accent);color:#fff;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:3px 8px;border-radius:4px}.fcb-card__badge--etiqueta{background:#9ca3af;color:#1a1a2e}.fcb-card__badge--destacado{background:#16a34a;color:#fff}.fcb-card__badge--nuevo{background:#2563eb;color:#fff}.fcb-card__badge--casi-nuevo{background:#eab308;color:#1a1a2e}.fcb-card__badge--vendido{background:#111827;color:#fff}.fcb-card__badge--sold{background:#DC2626;color:#fff;box-shadow:0 2px 8px rgb(220 38 38 / .35);z-index:3}.fcb-card:has(.fcb-card__badge--sold) .fcb-card__img-wrap img{filter:grayscale(.45) brightness(.92)}.fcb-card__badge--featured{background:var(--fcb-gold);color:var(--fcb-navy)}.fcb-card__body{padding:16px;display:flex;flex-direction:column;flex:1}.fcb-card__price{font-size:20px;font-weight:800;color:var(--fcb-accent);letter-spacing:-.5px;margin-bottom:4px}.fcb-card__title{font-size:14px;font-weight:700;color:var(--fcb-navy);margin-bottom:8px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fcb-card__specs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.fcb-card__spec{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--fcb-gray);background:var(--fcb-light);border-radius:6px;padding:3px 8px;font-weight:500}.fcb-card__spec svg{width:12px;height:12px;flex-shrink:0}.fcb-card__footer{margin-top:auto;padding-top:12px;border-top:1px solid var(--fcb-border);display:flex;align-items:center;justify-content:space-between}.fcb-card__location{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--fcb-gray)}.fcb-card__location svg{width:11px;height:11px}.fcb-card__cta{font-size:12px;font-weight:700;color:var(--fcb-accent);display:flex;align-items:center;gap:3px;transition:gap .15s}.fcb-card:hover .fcb-card__cta{gap:6px}.fcb-card__price-inline{font-size:15px;font-weight:800;color:var(--fcb-accent);letter-spacing:-.3px;line-height:1;white-space:nowrap}.fcb-card__badge--plan{font-weight:700;letter-spacing:.4px;text-transform:uppercase;font-size:10.5px;padding:4px 10px;border-radius:20px}.fcb-card__badge--showroom{background:#FF9540;color:#fff;box-shadow:0 2px 8px rgb(255 149 64 / .35)}.fcb-card__badge--gt{background:#2ecc71;color:#fff;box-shadow:0 2px 8px rgb(46 204 113 / .35)}.fcb-card__badge--nitro{background:#8b5cf6;color:#fff;box-shadow:0 2px 8px rgb(139 92 246 / .35)}.fcb-card__badge--turbo{background:#8b5cf6;color:#fff;box-shadow:0 2px 8px rgb(139 92 246 / .35)}.fcb-bump-carousel{margin-bottom:24px;background:linear-gradient(135deg,#f8fafd 0%,#eef2fc 100%);border:1.5px solid #dfe7f5;border-radius:var(--fcb-radius);padding:18px 16px 14px}.fcb-bump-carousel__header{display:flex;align-items:baseline;gap:10px;margin-bottom:14px;flex-wrap:wrap}.fcb-bump-carousel__title{font-size:16px;font-weight:800;color:var(--fcb-navy);letter-spacing:-.2px}.fcb-bump-carousel__sub{font-size:11px;color:var(--fcb-gray);font-weight:500}.fcb-bump-carousel__viewport{position:relative;overflow:hidden}.fcb-bump-carousel__track{display:flex;gap:14px;transition:transform .35s ease;will-change:transform}.fcb-bump-card{flex:0 0 calc((100% - 42px) / 4);background:var(--fcb-white);border-radius:10px;border:2px solid #0f1f3d;box-shadow:0 4px 16px rgb(15 31 61 / .15);overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.fcb-bump-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgb(15 31 61 / .25)}.fcb-bump-card__img{position:relative;aspect-ratio:16/10;background:#f3f4f6;overflow:hidden}.fcb-bump-card__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.fcb-bump-card:hover .fcb-bump-card__img img{transform:scale(1.05)}.fcb-bump-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:36px}.fcb-bump-card__badge{position:absolute;top:10px;left:10px;background:#4F76DF;color:#fff;font-size:10.5px;font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.4px;box-shadow:0 2px 8px rgb(79 118 223 / .4)}.fcb-bump-card__body{padding:12px 14px 14px;flex:1;display:flex;flex-direction:column;gap:4px}.fcb-bump-card__price{font-size:17px;font-weight:800;color:var(--fcb-navy)}.fcb-bump-card__title{font-size:13px;font-weight:600;color:#374151;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fcb-bump-card__specs{display:flex;gap:8px;font-size:11px;color:var(--fcb-gray);flex-wrap:wrap;margin-top:2px}.fcb-bump-card__specs span:not(:last-child)::after{content:"·";margin-left:8px;color:#d1d5db}.fcb-bump-card__location{font-size:11px;color:var(--fcb-gray);margin-top:2px}.fcb-bump-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;background:var(--fcb-white);color:var(--fcb-navy);box-shadow:0 4px 14px rgb(0 0 0 / .12);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .15s,color .15s,transform .15s}.fcb-bump-carousel__nav svg{width:12px;height:20px}.fcb-bump-carousel__nav:hover:not(:disabled){background:#ff6b35;color:#fff;transform:translateY(-50%) scale(1.08)}.fcb-bump-carousel__nav:disabled{opacity:.35;cursor:not-allowed}.fcb-bump-carousel__nav--prev{left:6px}.fcb-bump-carousel__nav--next{right:6px}.fcb-bump-carousel__dots{display:flex;justify-content:center;gap:6px;margin-top:12px}.fcb-bump-carousel__dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;transition:background .15s,width .15s;padding:0}.fcb-bump-carousel__dot.active{background:#ff6b35;width:22px;border-radius:4px}@media (max-width:1024px){.fcb-bump-card{flex:0 0 calc((100% - 28px) / 3)}}@media (max-width:768px){.fcb-bump-carousel{padding:14px 12px 12px}.fcb-bump-card{flex:0 0 100%}.fcb-bump-carousel__nav{display:none}.fcb-bump-carousel__sub{display:none}}.fcb-loading{display:none;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.fcb-loading.active{display:grid}.fcb-skeleton{background:var(--fcb-white);border-radius:var(--fcb-radius);border:1px solid var(--fcb-border);overflow:hidden}.fcb-skeleton__img{height:160px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;animation:fcb-shimmer 1.4s infinite}.fcb-skeleton__body{padding:16px}.fcb-skeleton__line{height:12px;border-radius:6px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;animation:fcb-shimmer 1.4s infinite;margin-bottom:10px}.fcb-skeleton__line--short{width:60%}.fcb-skeleton__line--medium{width:80%}@keyframes fcb-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.fcb-no-results{grid-column:1 / -1;text-align:center;padding:60px 20px}.fcb-no-results__icon{font-size:48px;margin-bottom:16px}.fcb-no-results__title{font-size:20px;font-weight:700;color:var(--fcb-navy);margin-bottom:8px}.fcb-no-results__text{font-size:14px;color:var(--fcb-gray)}.fcb-pagination{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:32px;flex-wrap:wrap}.fcb-pagination__btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;border:1.5px solid var(--fcb-border);background:var(--fcb-white);font-size:13px;font-weight:600;color:var(--fcb-navy);cursor:pointer;font-family:inherit;transition:all .2s;text-decoration:none}.fcb-pagination__btn:hover{border-color:var(--fcb-accent);color:var(--fcb-accent)}.fcb-pagination__btn.active{background:var(--fcb-accent);border-color:var(--fcb-accent);color:#fff}.fcb-pagination__btn:disabled{opacity:.35;cursor:not-allowed}.fcb-pagination__btn--nav{width:auto;padding:0 14px;gap:6px}@media (max-width:900px){.fcb-main__inner{grid-template-columns:1fr}.fcb-sidebar{position:static;display:none}.fcb-filter-bar{display:flex;overflow-x:auto;gap:8px;padding:10px 12px;background:var(--fcb-white);border-bottom:1px solid var(--fcb-border);scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:center}.fcb-filter-bar::-webkit-scrollbar{display:none}.fcb-filter-bar__main{display:flex;align-items:center;gap:5px;flex-shrink:0;background:var(--fcb-navy);color:#fff;border:none;border-radius:20px;padding:7px 14px;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap}.fcb-filter-bar__icon{width:15px;height:15px;flex-shrink:0}.fcb-filter-bar__badge{display:inline-flex;align-items:center;justify-content:center;background:#f97316;color:#fff;border-radius:50%;width:18px;height:18px;font-size:10px;font-weight:800;margin-left:2px;line-height:1}.fcb-filter-bar__pill{display:flex;align-items:center;gap:4px;flex-shrink:0;background:#fff;color:var(--fcb-navy);border:1.5px solid #d1d5db;border-radius:20px;padding:7px 12px;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;white-space:nowrap}.fcb-filter-bar__pill.active{background:var(--fcb-navy);color:#fff;border-color:var(--fcb-navy);font-weight:600}.fcb-filter-bar__chevron{width:10px;height:7px;opacity:.55}.fcb-filter-bar__pill.active .fcb-filter-bar__chevron{opacity:.75}.fcb-sidebar.mobile-open{display:block;margin-bottom:20px}.fcb-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:480px){.fcb-hero__title{font-size:26px}.fcb-grid{grid-template-columns:1fr}.fcb-hero__search{border-radius:12px;flex-direction:column}.fcb-hero__search button{border-radius:8px;justify-content:center}}.fcb-ss__opt--check{display:flex;align-items:center;gap:8px}.fcb-ss__checkmark{flex-shrink:0;width:16px;height:16px;border:1.5px solid var(--fcb-border);border-radius:3px;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.fcb-ss__opt--check.active .fcb-ss__checkmark{background:var(--fcb-accent);border-color:var(--fcb-accent)}.fcb-ss__opt--check.active .fcb-ss__checkmark::after{content:'✓';color:#fff;font-size:11px;font-weight:700;line-height:1}.fcb-ss__count{display:inline-flex;align-items:center;justify-content:center;background:var(--fcb-accent);color:#fff;border-radius:10px;font-size:10px;font-weight:700;min-width:18px;height:18px;padding:0 5px;margin-left:6px;vertical-align:middle}.fcb-below-content{max-width:1200px;margin:48px auto 64px;padding:0 24px;box-sizing:border-box;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:15px;line-height:1.75;color:#374151}.fcb-below-content h1,.fcb-below-content h2,.fcb-below-content h3,.fcb-below-content h4,.fcb-below-content h5,.fcb-below-content h6{font-weight:700;color:#0f1f3d;margin:1.6em 0 .5em;line-height:1.3}.fcb-below-content h1{font-size:clamp(24px, 3vw, 36px)}.fcb-below-content h2{font-size:clamp(20px, 2.4vw, 28px);border-bottom:2px solid #e5e7eb;padding-bottom:10px}.fcb-below-content h3{font-size:clamp(17px, 2vw, 22px)}.fcb-below-content h4{font-size:clamp(15px, 1.6vw, 18px)}.fcb-below-content p{margin:0 0 1.1em}.fcb-below-content p:empty{display:none}.fcb-below-content a{color:#f04e23;text-decoration:underline;text-underline-offset:3px;transition:color .15s}.fcb-below-content a:hover{color:#c93d1a}.fcb-below-content ul,.fcb-below-content ol{padding-left:1.6em;margin:0 0 1.1em}.fcb-below-content li{margin-bottom:.4em}.fcb-below-content img{max-width:100%;height:auto;border-radius:10px}.fcb-below-content figure{margin:1.5em 0}.fcb-below-content figcaption{font-size:13px;color:#6b7280;text-align:center;margin-top:6px}.fcb-below-content blockquote{margin:1.5em 0;padding:16px 20px;border-left:4px solid #f04e23;background:#fff8f6;border-radius:0 8px 8px 0;font-style:italic;color:#4b5563}.fcb-below-content table{width:100%;border-collapse:collapse;margin:1.5em 0;font-size:14px}.fcb-below-content th,.fcb-below-content td{padding:10px 14px;border:1px solid #e5e7eb;text-align:left}.fcb-below-content th{background:#0f1f3d;color:#fff;font-weight:700}.fcb-below-content tr:nth-child(even) td{background:#f9fafb}.fcb-below-content .wp-block-columns{display:flex;gap:24px;flex-wrap:wrap}.fcb-below-content .wp-block-column{flex:1 1 260px}@media (max-width:768px){.fcb-below-content{margin:32px auto 48px;padding:0 16px}.fcb-below-content .wp-block-columns{flex-direction:column}}.fcb-below-content .fullcarro-accordion .fullcarro-accordion-title h1,.fcb-below-content .fullcarro-accordion .fullcarro-accordion-title h2,.fcb-below-content .fullcarro-accordion .fullcarro-accordion-title h3,.fcb-below-content .fullcarro-accordion .fullcarro-accordion-title h4,.fcb-below-content .fullcarro-accordion .fullcarro-accordion-title h5,.fcb-below-content .fullcarro-accordion .fullcarro-accordion-title h6,.fcb-below-content .fullcarro-accordion .fullcarro-accordion-title p,.fcb-below-content .fullcarro-accordion .fullcarro-accordion-title span{border-bottom:none!important;padding-bottom:0!important;margin:0!important;display:inline!important;font-size:16px!important;color:inherit!important;font-weight:600!important;line-height:inherit!important}.listivo-search-sidebar>lst-keyword-search-field,.listivo-search-sidebar lst-keyword-search-field{display:none!important}body:has(.fcb-landing) .listivo-menu-v2-wrapper,body:has(.fcb-landing) .listivo-menu-sticky-holder,body:has(.fcb-landing) .elementor-widget-lst_menu_v2,body:has(.fcb-landing) .elementor-widget-lst_simple_menu,body:has(.fcb-landing) .listivo-menu-mobile-v2{display:none!important}.fcb-card__actions{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 0 0;margin-top:10px;border-top:1px solid #e5e9ee}.fcb-card__actions-left{display:inline-flex;align-items:center;gap:6px}.fcb-card__action{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;background:#f7f8fa;border:1px solid #e5e9ee;border-radius:999px;color:#1e2d3d;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.fcb-card__action:hover{background:#fff;border-color:#ff9540;color:#ff9540}.fcb-card__action svg{width:14px;height:14px;display:block}.fcb-card__action--fav .fcb-card__fav-filled{display:none;color:#ef4444}.fcb-card__action--fav.fcb-card__action--active .fcb-card__fav-outline{display:none}.fcb-card__action--fav.fcb-card__action--active .fcb-card__fav-filled{display:block}.fcb-card__action--fav.fcb-card__action--active{color:#ef4444;border-color:#ef4444;background:#fff5f5}.fcb-card__action--compare.fcb-card__action--active{color:#ff9540;border-color:#ff9540;background:#fff7f0}.fcb-card__views{font-size:11.5px;color:#73818c;font-weight:500;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.fcb-card__views-lbl{font-weight:400}@media (max-width:480px){.fcb-card__action{width:28px;height:28px}.fcb-card__views{font-size:11px}}