.page-title{font-size:1.8rem;font-weight:800;color:var(--shop-text);margin:5px 0 25px;line-height:1.3}.brands-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-bottom:40px}.brand-card{border:1px solid var(--shop-border,#e5e7eb);border-radius:12px;padding:20px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;background:#fff;min-height:100px;cursor:pointer;overflow:hidden}.brand-card:hover{border-color:var(--shop-primary,#dc2626);box-shadow:0 8px 25px rgba(0,0,0,.08);transform:translateY(-3px)}.brand-card img{max-width:100%;max-height:80px;width:auto;object-fit:contain;filter:grayscale(20%);transition:filter .3s,transform .3s}.brand-card:hover img{filter:grayscale(0);transform:scale(1.05)}.brand-card .brand-name{font-size:.9rem;font-weight:600;color:var(--shop-text,#1f2937);text-align:center}.brand-card .brand-count{font-size:.78rem;color:var(--shop-text-muted,#6b7280);margin-top:4px}.brand-card .brand-placeholder{width:100px;height:60px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:8px;margin-bottom:12px;font-size:1.5rem;color:#9ca3af}@media (max-width:768px){.brands-grid{grid-template-columns:repeat(2,1fr);gap:12px}.brand-card{min-height:80px;padding:14px}.brand-card img{max-height:55px}}@media (max-width:480px){.brands-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.seo-content{padding:50px 0 30px;border-top:2px solid var(--shop-border);margin-top:40px}.seo-content h2{font-size:1.5rem;font-weight:700;color:var(--shop-text);margin-bottom:15px}.seo-content h3{font-size:1.15rem;font-weight:600;color:var(--shop-text);margin:25px 0 10px}.seo-content p{color:#4b5563;font-size:.98rem;line-height:1.85;margin-bottom:12px}.seo-content a{color:var(--shop-primary);text-decoration:none;font-weight:500;transition:color .2s}.seo-content a:hover{text-decoration:underline}.seo-internal-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.seo-internal-links a{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#f3f4f6;border-radius:20px;font-size:.9rem;color:var(--shop-text);transition:all .2s}.seo-internal-links a:hover{background:var(--shop-primary);color:white;text-decoration:none}.brands-directory-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-bottom:40px}.brands-directory-grid .brand-card{display:flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid #e5e7eb;border-radius:12px;min-height:120px;background:#fff;padding:25px 20px;transition:border-color .2s,box-shadow .2s,transform .2s}.brands-directory-grid .brand-card:hover{border-color:var(--shop-primary);box-shadow:0 4px 15px rgba(0,0,0,.08);transform:translateY(-2px)}.brands-directory-grid .brand-card img{width:auto;height:auto;max-width:100%;max-height:80px;object-fit:contain;transition:transform .3s}.brands-directory-grid .brand-card:hover img{transform:scale(1.05)}@media (max-width:768px){.brands-directory-grid{grid-template-columns:repeat(2,1fr);gap:12px}.brands-directory-grid .brand-card{min-height:90px;padding:15px 12px}}