@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--blue:#0980b1;--dark:#0c1014;--light:#e8ecee;--red:#ad2029;--blue-hover:#06698e;--red-hover:#8f1a21;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--dark);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%}.products-page{background:var(--light);min-height:calc(100vh - 72px);padding:48px 0 96px}.products-inner{max-width:100%;margin:0 auto;padding:0 16px}.products-header{text-align:center;margin-bottom:40px}.products-header h2{letter-spacing:-.8px;color:var(--dark);margin-bottom:8px;font-size:32px;font-weight:800}.products-header p{color:#0c101480;font-size:15px}.stepper{justify-content:center;align-items:center;gap:0;margin-bottom:36px;display:flex}.stepper-item-wrap{align-items:center;display:flex}.stepper-item{opacity:.35;align-items:center;gap:10px;transition:opacity .3s;display:flex}.stepper-item.active{opacity:1}.stepper-circle{width:40px;height:40px;color:var(--dark);background:#0c10140f;border-radius:10px;justify-content:center;align-items:center;transition:all .3s;display:flex}.stepper-item.active .stepper-circle{background:var(--blue);color:var(--white)}.stepper-item.done .stepper-circle{background:var(--blue);color:var(--white);opacity:.7}.stepper-label{color:var(--dark);font-size:14px;font-weight:600}.stepper-line{background:#0c10141a;width:48px;height:2px;margin:0 16px;transition:background .3s}.stepper-line.active{background:var(--blue)}@media (width<=600px){.stepper-label{display:none}.stepper-line{width:24px;margin:0 6px}}.back-btn{color:var(--blue);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:16px;padding:0;font-size:14px;font-weight:600;transition:opacity .2s;display:inline-flex}.back-btn:hover{opacity:.7}.breadcrumb{color:#0c101466;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px;font-size:13px;display:flex}.breadcrumb-item{color:var(--blue);cursor:pointer;font-weight:500;transition:opacity .2s}.breadcrumb-item:hover{opacity:.7}.search-bar{background:var(--white);border:1px solid #0c101414;border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:14px 20px;transition:border-color .2s;display:flex}.search-bar:focus-within{border-color:var(--blue)}.search-bar svg{color:#0c10144d;flex-shrink:0}.search-bar input{color:var(--dark);background:0 0;border:none;outline:none;flex:1;font-family:Inter,sans-serif;font-size:15px}.search-bar input::placeholder{color:#0c10144d}.error-msg{color:var(--red);background:#ad20290f;border:1px solid #ad202926;border-radius:12px;align-items:center;gap:10px;margin-bottom:24px;padding:14px 20px;font-size:14px;font-weight:500;display:flex}.loading{color:#0c10144d;flex-direction:column;align-items:center;gap:12px;padding:64px 0;display:flex}.loading p{font-size:14px}.spinner{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.grid-list{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}@media (width<=900px){.grid-list{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.grid-list{grid-template-columns:repeat(2,1fr)}}.select-card{background:var(--white);cursor:pointer;text-align:left;border:1px solid #0c10140f;border-radius:10px;align-items:center;gap:10px;padding:12px;font-family:Inter,sans-serif;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.select-card:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 8px 24px #0c10140f}.select-card-icon{width:34px;height:34px;color:var(--blue);background:#0980b114;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.select-card-icon svg{width:18px;height:18px}.select-card-info{flex-direction:column;flex:1;display:flex}.select-card-name{color:var(--dark);flex:1;font-size:13px;font-weight:600}.select-card-year{color:#0c101466;margin-top:2px;font-size:13px}.select-card-arrow{color:#0c101433;flex-shrink:0;transition:color .2s}.select-card:hover .select-card-arrow{color:var(--blue)}.select-card-year{color:#0c101466;align-items:center;gap:5px;margin-top:3px;font-size:13px;display:inline-flex}.select-card-year svg{color:var(--blue)}.brands-grid{grid-template-columns:repeat(5,1fr)}@media (width<=900px){.brands-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=480px){.brands-grid{grid-template-columns:repeat(2,1fr)}}.category-chips{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.chip{background:var(--white);color:#0c101499;cursor:pointer;white-space:nowrap;border:1px solid #0c10141a;border-radius:100px;align-items:center;padding:8px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.chip:hover{border-color:var(--blue);color:var(--blue)}.chip.active{background:var(--blue);color:var(--white);border-color:var(--blue)}.part-badges{flex-wrap:wrap;gap:4px;display:flex}.part-cat-badge{text-transform:uppercase;letter-spacing:.3px;color:var(--dark);background:#0c10140f;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:600}.part-brand-badge{text-transform:uppercase;letter-spacing:.3px;color:var(--blue);background:#0980b114;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:600}.filters-header{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.filters-toggle{background:var(--white);color:var(--dark);cursor:pointer;border:1px solid #0c101414;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:border-color .2s;display:inline-flex}.filters-toggle:hover{border-color:var(--blue)}.filter-badge{background:var(--blue);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:inline-flex}.filters-clear{color:var(--red);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-family:Inter,sans-serif;font-size:13px;font-weight:500;display:inline-flex}.filters-clear:hover{opacity:.7}.results-count{color:#0c101466;margin-left:auto;font-size:13px}.filters-panel{background:var(--white);border:1px solid #0c101414;border-radius:14px;flex-direction:column;gap:14px;margin-bottom:24px;padding:20px;display:flex}.filter-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (width<=600px){.filter-row{grid-template-columns:1fr}}.filter-field label{color:#0c101480;text-transform:uppercase;letter-spacing:.3px;align-items:center;gap:6px;margin-bottom:6px;font-size:12px;font-weight:600;display:flex}.filter-field label svg{color:var(--blue)}.filter-field input,.filter-field select{width:100%;color:var(--dark);background:var(--light);border:1px solid #0c10141a;border-radius:10px;outline:none;padding:10px 14px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .2s}.filter-field input:focus,.filter-field select:focus{border-color:var(--blue)}.filter-field input::placeholder{color:#0c10144d}.filter-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230C1014' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.parts-grid{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}@media (width<=900px){.parts-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.parts-grid{grid-template-columns:repeat(2,1fr);gap:8px}}@media (width<=400px){.parts-grid{grid-template-columns:1fr}}.part-card{background:var(--white);border:1px solid #0c10140f;border-radius:10px;padding:12px;font-size:12px;transition:transform .15s,box-shadow .15s}.part-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0c10140f}.part-card-top{justify-content:space-between;align-items:flex-start;gap:4px;margin-bottom:8px;display:flex}.part-icon{display:none}.part-badge{text-transform:uppercase;letter-spacing:.5px;color:var(--blue);background:#0980b114;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600}.part-card h3{color:var(--dark);margin-bottom:3px;font-size:12px;font-weight:700;line-height:1.3}.part-desc{color:#0c101480;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:10px;line-height:1.4;display:-webkit-box;overflow:hidden}.part-meta{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:8px;display:flex}.part-code,.part-year{color:#0c101466;align-items:center;gap:2px;font-family:monospace;font-size:9px;display:inline-flex}.part-year{font-family:Inter,sans-serif}.part-bottom{border-top:1px solid #0c10140f;justify-content:space-between;align-items:center;padding-top:8px;display:flex}.part-price{color:var(--blue);font-size:14px;font-weight:800}.part-stock{border-radius:4px;padding:2px 6px;font-size:9px;font-weight:600}.part-stock.in-stock{color:#16a34a;background:#22c55e1a}.part-stock.out-stock{color:var(--red);background:#ad202914}.empty-msg{text-align:center;color:#0c101459;grid-column:1/-1;padding:48px 0;font-size:14px}@media (width<=768px){.products-page{padding:32px 16px 64px}.products-header h2{font-size:26px}}.header{background:var(--dark);z-index:100;border-bottom:1px solid #ffffff14;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:0 auto;padding:0 24px;display:flex}.header-logo{align-items:center;gap:12px;display:flex}.header-logo h1{color:var(--white);letter-spacing:-.5px;font-size:20px;font-weight:700}.header-logo span{color:var(--blue)}.header-nav{align-items:center;gap:32px;display:flex}.header-nav a{color:#ffffffb3;font-size:14px;font-weight:500;transition:color .2s}.header-nav a:hover{color:var(--white)}.header-cta{background:var(--blue);border-radius:8px;padding:10px 20px;color:var(--white)!important;font-weight:600!important;transition:background .2s!important}.header-cta:hover{background:var(--blue-hover)!important}.menu-toggle{cursor:pointer;color:var(--white);background:0 0;border:none;display:none}@media (width<=768px){.header-nav{background:var(--dark);border-bottom:1px solid #ffffff14;flex-direction:column;gap:20px;padding:24px;display:none;position:absolute;top:72px;left:0;right:0}.header-nav.open{display:flex}.menu-toggle{display:block}}.hero{background:var(--dark);text-align:center;padding:80px 24px 100px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#0980b126 0%,#0000 70%);width:600px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero-content{z-index:1;max-width:720px;margin:0 auto;position:relative}.hero-badge{color:var(--blue);letter-spacing:.5px;text-transform:uppercase;background:#0980b11f;border:1px solid #0980b140;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.hero h2{color:var(--white);letter-spacing:-1.5px;margin-bottom:20px;font-size:52px;font-weight:800;line-height:1.1}.hero h2 .accent{color:var(--blue)}.hero p{color:#fff9;max-width:520px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:18px;line-height:1.6}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.btn-primary{background:var(--blue);color:var(--white);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.btn-primary:hover{background:var(--blue-hover);transform:translateY(-1px)}.btn-secondary{color:var(--white);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-1px)}@media (width<=768px){.hero{padding:48px 20px 64px}.hero h2{letter-spacing:-1px;font-size:34px}.hero p{font-size:16px}}.stats{background:var(--white);border-bottom:1px solid #0c101414}.stats-inner{text-align:center;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1200px;margin:0 auto;padding:48px 24px;display:grid}.stat-item h3{color:var(--blue);margin-bottom:4px;font-size:36px;font-weight:800}.stat-item p{color:#0c101480;font-size:14px;font-weight:500}@media (width<=768px){.stats-inner{grid-template-columns:repeat(2,1fr);gap:24px;padding:32px 20px}.stat-item h3{font-size:28px}}.categories{background:var(--light);padding:96px 24px}.section-header{text-align:center;max-width:560px;margin:0 auto 56px}.section-tag{color:var(--blue);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;margin-bottom:16px;font-size:13px;font-weight:600;display:inline-flex}.section-header h2{letter-spacing:-1px;color:var(--dark);margin-bottom:12px;font-size:36px;font-weight:800}.section-header p{color:#0c101480;font-size:16px;line-height:1.6}.categories-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto;display:grid}.category-card{background:var(--white);text-align:center;border:1px solid #0c10140f;border-radius:16px;padding:36px 28px;transition:transform .2s,box-shadow .2s}.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0c101414}.category-icon{width:56px;height:56px;color:var(--blue);background:#0980b114;border-radius:14px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.category-card h3{color:var(--dark);margin-bottom:8px;font-size:17px;font-weight:700}.category-card p{color:#0c101480;font-size:14px;line-height:1.5}@media (width<=768px){.categories{padding:64px 20px}.categories-grid{grid-template-columns:1fr;gap:16px}.section-header h2{font-size:28px}}.featured{background:var(--white);padding:96px 24px}.featured-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto;display:grid}.featured-card{background:var(--light);border:1px solid #0c10140f;border-radius:16px;padding:32px 24px;transition:transform .2s;position:relative}.featured-card:hover{transform:translateY(-2px)}.offer-badge{background:var(--red);color:var(--white);letter-spacing:.3px;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:700;position:absolute;top:16px;right:16px}.featured-card .card-icon{width:48px;height:48px;color:var(--blue);background:#0980b114;border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.featured-card h3{color:var(--dark);margin-bottom:6px;font-size:17px;font-weight:700}.featured-card .price{color:var(--blue);margin-bottom:4px;font-size:24px;font-weight:800}.featured-card .old-price{color:#0c101459;font-size:14px;text-decoration:line-through}.featured-card .desc{color:#0c101480;margin-top:8px;font-size:14px;line-height:1.5}@media (width<=768px){.featured{padding:64px 20px}.featured-grid{grid-template-columns:1fr}}.about{background:var(--dark);padding:96px 24px}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1200px;margin:0 auto;display:grid}.about-content .section-tag{color:var(--blue)}.about-content h2{color:var(--white);letter-spacing:-1px;margin-bottom:16px;font-size:36px;font-weight:800}.about-content p{color:#ffffff8c;margin-bottom:32px;font-size:16px;line-height:1.7}.about-features{flex-direction:column;gap:20px;display:flex}.about-feature{align-items:flex-start;gap:16px;display:flex}.about-feature-icon{width:44px;min-width:44px;height:44px;color:var(--blue);background:#0980b11f;border-radius:10px;justify-content:center;align-items:center;display:flex}.about-feature h4{color:var(--white);margin-bottom:4px;font-size:15px;font-weight:600}.about-feature p{color:#ffffff73;margin-bottom:0;font-size:13px;line-height:1.5}.about-visual{flex-direction:column;gap:16px;display:flex}.about-card{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:16px;padding:28px}.about-card h3{color:var(--blue);margin-bottom:4px;font-size:40px;font-weight:800}.about-card p{color:#ffffff80;margin-bottom:0;font-size:14px}@media (width<=768px){.about{padding:64px 20px}.about-inner{grid-template-columns:1fr;gap:40px}.about-content h2{font-size:28px}}.contact{background:var(--light);padding:96px 24px}.contact-inner{text-align:center;max-width:800px;margin:0 auto}.contact-methods{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.contact-card{background:var(--white);text-align:center;border:1px solid #0c10140f;border-radius:16px;padding:32px 24px;transition:transform .2s}.contact-card:hover{transform:translateY(-2px)}.contact-card-icon{width:48px;height:48px;color:var(--blue);background:#0980b114;border-radius:12px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.contact-card h3{color:var(--dark);margin-bottom:6px;font-size:15px;font-weight:700}.contact-card p{color:#0c101480;font-size:14px;line-height:1.5}.contact-card a{color:var(--blue);font-size:14px;font-weight:600}@media (width<=768px){.contact{padding:64px 20px}.contact-methods{grid-template-columns:1fr}}.footer{background:var(--dark);border-top:1px solid #ffffff0f;padding:48px 24px 24px}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;padding-bottom:32px;display:flex}.footer-brand h3{color:var(--white);margin-bottom:8px;font-size:18px;font-weight:700}.footer-brand h3 span{color:var(--blue)}.footer-brand p{color:#fff6;max-width:280px;font-size:14px;line-height:1.5}.footer-links{gap:48px;display:flex}.footer-col h4{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:13px;font-weight:600}.footer-col a{color:#fff6;margin-bottom:10px;font-size:14px;transition:color .2s;display:block}.footer-col a:hover{color:var(--white)}.footer-bottom{text-align:center;padding-top:24px}.footer-bottom p{color:#ffffff4d;font-size:13px}@media (width<=768px){.footer{padding:32px 20px 20px}.footer-top{text-align:center;flex-direction:column;align-items:center}.footer-brand p{max-width:100%}.footer-links{gap:32px}}
