.hero-filter-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:3;background:#fffffffa;border:1px solid #00000014;width:100%;max-width:100%;margin-top:2rem;animation:.6s ease-out slideInUp;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-filter-tabs{background:#ffffff80;border-bottom:1px solid #00000014;display:flex}.hero-filter-tab{color:#0009;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex;position:relative}.hero-filter-tab i{flex-shrink:0;width:18px;height:18px}.hero-filter-tab span{white-space:nowrap}.hero-filter-tab:hover{color:#000c;background:#00000005}.hero-filter-tab.active{color:var(--accent)}.hero-filter-tab.active:after{content:"";background:var(--accent);height:2px;position:absolute;bottom:0;left:0;right:0}.hero-filter-content{padding:1.5rem;animation:.3s ease-out fadeIn;display:none}.hero-filter-content.active{display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-filter-group{margin-bottom:1.25rem}.hero-filter-group:last-child{margin-bottom:0}.hero-filter-label{text-transform:uppercase;letter-spacing:.05em;color:#0009;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.hero-filter-input,.hero-filter-select{color:#000c;width:100%;font-size:.875rem;font-family:var(--font-brand-body-override,inherit);background:#00000005;border:1px solid #0000001f;padding:.75rem;transition:all .2s}.hero-filter-input::placeholder{color:#0006}.hero-filter-input:focus,.hero-filter-select:focus{border-color:var(--accent);background:#0000000a;outline:none;box-shadow:0 0 0 2px #4169e126}.hero-filter-select{cursor:pointer;appearance:none;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 fill='%23000000' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2rem}.hero-filter-button{background:var(--accent);width:100%;color:var(--white);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.9rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.hero-filter-button:hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 8px 20px #4169e14d}.hero-filter-button:active{background:var(--accent);transform:translateY(0)}.hero-filter-button i{width:16px;height:16px}@media (min-width:768px){.hero-filter-card{width:100%;max-width:340px;margin:0;animation:.6s ease-out slideInUp;position:relative}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-filter-tab{padding:1rem;font-size:.875rem}.hero-filter-tab span{display:inline}}@media (min-width:1200px){.hero-filter-card{max-width:360px}}
.cars-filter-bar{background:var(--surface-card);border:1px solid var(--border);border-radius:8px;margin-bottom:2rem;padding:1rem}.filter-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.8rem;display:flex}.filter-header h2{font-size:var(--fs-xl,1.25rem);color:var(--text-heading);letter-spacing:.4px;flex:1;margin:0;font-weight:600}.filter-header-right{align-items:center;gap:.8rem;display:flex}.filter-toggle-mobile{border:1px solid var(--border);color:var(--text-body);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem;display:none}.filter-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.7rem;margin-bottom:.8rem;display:grid}.filter-group{flex-direction:column;gap:.3rem;display:flex}.filter-group label{color:var(--text-heading);text-transform:uppercase;letter-spacing:.2px;font-size:.75rem;font-weight:600}.filter-input{background:var(--white);border:1px solid var(--border);color:var(--text-body);font-size:.85rem;font-family:var(--font-brand-body-override,inherit);cursor:pointer;border-radius:4px;padding:.5rem .7rem;transition:all .15s}.filter-input:hover{border-color:var(--accent);background:#06b6d405}.filter-input:focus{border-color:var(--accent);background:var(--white);outline:none}.filter-input option{background:var(--surface-card);color:var(--text-body)}.filter-btn{background:var(--white);border:1px solid var(--border);color:var(--text-body);cursor:pointer;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.85rem;font-weight:600;transition:all .15s;display:inline-flex}.filter-btn:hover{background:var(--accent);border-color:var(--accent);color:var(--white)}.filter-btn i,.filter-btn svg{width:18px;height:18px}.filter-results-count{color:var(--primary);white-space:nowrap;font-size:.8rem;font-weight:500}.cars-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem;animation:.5s ease-out fadeInUp;display:grid}.car-card{background:var(--surface-card);border:1px solid var(--border);flex-direction:column;transition:all .25s cubic-bezier(.2,.9,.3,1);display:flex;position:relative;overflow:hidden}.car-card:before{content:"";opacity:0;height:2px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.car-card:hover{cursor:pointer;transform:translateY(-2px);box-shadow:0 8px 24px #06b6d414}.car-card:hover:before{opacity:1}.car-image{object-fit:cover;width:100%;height:200px;display:block}.car-overlay{opacity:0;z-index:10;background:#0f0f0fd9;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:absolute;inset:0}.car-card:hover .car-overlay{opacity:1}.car-body{flex-direction:column;flex:1;gap:.6rem;padding:1.1rem;display:flex}.car-name{color:var(--text-heading);margin:0;font-size:1.05rem;font-weight:700}.car-specs{color:var(--bg);grid-template-columns:1fr 1fr;gap:.6rem;font-size:.85rem;display:grid}.spec-item{align-items:center;gap:.4rem;display:flex}.spec-item i,.spec-item svg{width:16px;height:16px;color:var(--primary);opacity:.8}.car-price{font-size:1.1rem;font-weight:var(--fw-semibold);color:var(--primary);border-top:1px solid #ffffff0d;margin-top:auto;padding-top:.8rem}.car-overlay-btn{background:var(--primary);border:1px solid var(--primary);color:var(--white);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;justify-content:center;align-items:center;gap:.6rem;padding:.8rem 1.8rem;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.car-overlay-btn:hover{background:var(--white);color:var(--primary);transform:scale(1.05)}.cars-grid-empty{text-align:center;color:var(--primary);grid-column:1/-1;padding:3rem 2rem}.cars-grid-empty p{margin:0;font-size:1.1rem}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;margin-top:2rem;display:flex}.pagination-btn{background:var(--surface-card);border:1px solid var(--border);min-width:36px;height:36px;color:var(--text-body);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:0 .5rem;font-size:.85rem;font-weight:600;transition:all .15s;display:inline-flex}.pagination-btn:hover:not(:disabled){background:var(--accent);border-color:var(--accent);color:var(--white)}.pagination-btn.active{background:var(--primary);border-color:var(--primary);color:var(--white)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-btn i,.pagination-btn svg{width:18px;height:18px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.filter-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media (max-width:768px){.cars-filter-bar{margin-bottom:1.5rem;padding:1rem .8rem}.filter-header{flex-wrap:wrap;gap:.6rem;margin-bottom:1rem}.filter-header h2{flex:100%;font-size:1.05rem}.filter-header-right{flex:1;gap:.5rem;min-width:0}.filter-results-count{flex:1;min-width:0}.filter-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.filter-input{padding:.45rem .6rem;font-size:.8rem}.filter-btn{white-space:nowrap;flex:1;justify-content:center;padding:.4rem .7rem;font-size:.8rem}.cars-grid{grid-template-columns:1fr;gap:.6rem}.car-card{grid-template-columns:150px 1fr;gap:.8rem;display:grid}.car-image{border-radius:4px;height:150px}.car-body{gap:.4rem;padding:.8rem}.car-name{font-size:.95rem}.car-specs{gap:.4rem;font-size:.75rem}.car-price{font-size:.95rem}.pagination{gap:.3rem}.pagination-btn{min-width:32px;height:32px;font-size:.75rem}}@media (max-width:480px){.cars-filter-bar{margin-bottom:1rem;padding:.8rem .6rem}.filter-header{margin-bottom:.8rem}.filter-header h2{font-size:1rem}.filter-header-right{gap:.4rem}.filter-toggle-mobile{padding:.4rem;font-size:.8rem;display:flex}.filter-grid{grid-template-columns:1fr;gap:.6rem;max-height:0;transition:max-height .3s;overflow:hidden}.filter-grid.active{max-height:800px}.filter-group label{font-size:.7rem}.filter-input{padding:.4rem .5rem;font-size:.75rem}.filter-btn{width:100%;padding:.35rem .6rem;font-size:.75rem}.filter-results-count{font-size:.7rem}.cars-grid{grid-template-columns:1fr;gap:.5rem}.car-card{grid-template-columns:120px 1fr;gap:.6rem}.car-image{height:120px}.car-body{gap:.3rem;padding:.6rem}.car-name{font-size:.9rem}.car-specs{grid-template-columns:1fr;gap:.2rem;font-size:.7rem}.spec-item{gap:.3rem}.spec-item i,.spec-item svg{width:14px;height:14px}.car-price{font-size:.9rem}.car-overlay-btn{padding:.6rem 1.2rem;font-size:.8rem}.pagination-btn{min-width:28px;height:28px;padding:0 .3rem;font-size:.7rem}}
