.section-subtitle{color:var(--text);}.category-card:hover{background-color:#fafafa;}.pagination{display:flex;justify-content:center;gap:5px;margin-top:30px;flex-wrap:wrap;}.pagination a,.pagination span{display:inline-block;padding:10px 15px;background:var(--bg);border-radius:var(--radius);color:var(--text-dark);text-decoration:none;font-weight:600;}.pagination a:hover,.pagination .current{background:var(--secondary);color:white;}.brand-card:hover{background-color:var(--secondary);transform:translateY(-5px);box-shadow:var(--shadow);text-decoration:none;}.brand-card:hover .brand-name{color:white;}.brand-card:hover .brand-desc{opacity:1;max-height:100px;}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;}.faq-item h3{color:var(--heading);font-size:16px;margin-bottom:10px;display:flex;align-items:flex-start;gap:10px;}.faq-item h3::before{content:"❓";flex-shrink:0;}.faq-item p{color:var(--text);line-height:1.8;}.category-card:hover:not(.active){background:var(--secondary-light);border-color:var(--secondary);}.category-card:hover:not(.active) .category-name{color:var(--secondary);}@media (max-width:600px){.pagination a:not(:first-child):not(:last-child):not(:nth-child(-n+3)):not(:nth-last-child(-n+2)){display:none;}}