.brand-card-component{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-100);transition:var(--transition);flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;text-decoration:none;display:flex}.brand-card-component:hover{border-color:var(--gray-200)}.brand-card-logo{background:var(--gray-50);border-radius:var(--radius);border:1px solid var(--gray-200);justify-content:center;align-items:center;width:80px;height:56px;display:flex}.brand-card-initials{color:var(--gray-500);letter-spacing:1px;font-size:1.25rem;font-weight:800}.brand-card-component:hover .brand-card-initials{color:var(--primary-red)}.brand-card-name{color:var(--dark);text-align:center;font-size:.9rem;font-weight:700}@media (max-width:768px){.brand-card-component{gap:.5rem;padding:1rem .75rem}.brand-card-logo{width:64px;height:44px}.brand-card-name{font-size:.8rem}}
.pkw-catalog-page{background-color:var(--gray-50);min-height:80vh;padding:2rem 0 5rem}.catalog-header{text-align:center;margin-bottom:3rem}.catalog-header h1{margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.catalog-header p{color:var(--gray-600);font-size:1.05rem}.top-brands-section{margin-bottom:3.5rem}.top-brands-section h2{border-bottom:3px solid var(--primary-red);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.4rem;display:inline-block}.top-brands-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.all-brands-section h2{border-bottom:3px solid var(--primary-red);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.4rem;display:inline-block}.alphabet-nav{z-index:10;background:var(--gray-50);border-bottom:1px solid var(--gray-200);flex-wrap:wrap;gap:.35rem;margin-bottom:2rem;padding:.75rem 0;display:flex;position:sticky;top:140px}.alphabet-link{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--dark);background:var(--white);border:1px solid var(--gray-200);transition:var(--transition);justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.alphabet-link:hover{background:var(--primary-red);color:var(--white);border-color:var(--primary-red)}.alphabet-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.letter-group{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-100);padding:1.5rem}.letter-heading{color:var(--primary-red);border-bottom:1px solid var(--gray-100);margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.5rem}.brand-list{padding:0;list-style:none}.brand-list li{margin-bottom:.4rem}.brand-list-name{color:var(--gray-700);padding:.25rem 0;font-size:.9rem;display:block}@media (max-width:768px){.pkw-catalog-page{padding:1rem 0 3rem;overflow-x:hidden}.catalog-header h1{font-size:1.5rem}.catalog-header p{font-size:.9rem}.catalog-header{margin-bottom:2rem}.top-brands-grid{grid-template-columns:repeat(2,1fr)}.top-brands-section{margin-bottom:2rem}.alphabet-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:.25rem;padding:.5rem 0;top:60px;overflow-x:auto}.alphabet-nav::-webkit-scrollbar{display:none}.alphabet-link{flex-shrink:0;width:30px;height:30px;font-size:.75rem}.alphabet-grid{grid-template-columns:1fr;gap:1rem}.letter-group{padding:1rem}.letter-heading{font-size:1.25rem}}@media (max-width:480px){.top-brands-grid{grid-template-columns:1fr}.alphabet-link{width:28px;height:28px;font-size:.7rem}.catalog-header h1{font-size:1.3rem}}
