.brand-directory-page{padding:60px 0;background:#f8f9fa}.brand-directory-page .container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;gap:40px}.brand-directory-page .main-content{flex:1;min-width:0}.brand-directory-page .page-header{text-align:center;margin-bottom:60px}.brand-directory-page .page-header h1{font-size:48px;font-weight:800;margin-bottom:16px;color:#1a1a1a}.brand-directory-page .page-header p{font-size:20px;color:#6c757d}.brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:60px}.brand-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgb(0 0 0 / .08);transition:transform 0.3s,box-shadow 0.3s}.brand-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgb(0 0 0 / .12)}.brand-card .brand-image{height:180px;overflow:hidden;background:#f3f4f6}.brand-card .brand-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s}.brand-card:hover .brand-image img{transform:scale(1.05)}.brand-card .brand-content{padding:20px}.brand-card h3{font-size:20px;font-weight:700;margin:0 0 12px}.brand-card h3 a{color:#1a1a1a;text-decoration:none;transition:color 0.2s}.brand-card h3 a:hover{color:var(--theme-gradient-end)}.brand-card p{color:#6c757d;font-size:14px;margin:0 0 16px;line-height:1.6}.brand-card .brand-meta{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e5e7eb}.brand-card .brand-meta span{color:var(--theme-gradient-start);font-weight:600;font-size:13px}.brand-card .brand-meta a{color:var(--theme-gradient-start);font-weight:600;font-size:13px;text-decoration:none;transition:color 0.2s}.brand-card .brand-meta a:hover{color:#5568d3}.brands-sidebar{width:320px;flex-shrink:0}.featured-brands-widget{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgb(0 0 0 / .08);position:sticky;top:100px}.featured-brands-widget h3{font-size:20px;font-weight:700;margin:0 0 20px;color:#1a1a1a}.featured-brands-widget ul{list-style:none;padding:0;margin:0}.featured-brands-widget li{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.featured-brands-widget li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.featured-brands-widget a{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;transition:opacity 0.2s}.featured-brands-widget a:hover{opacity:.8}.featured-brands-widget img{width:50px;height:50px;border-radius:8px;object-fit:cover;flex-shrink:0}.featured-brands-widget strong{display:block;color:#1a1a1a;font-size:15px;margin-bottom:4px}.featured-brands-widget small{color:var(--theme-gradient-start);font-size:13px;font-weight:600}.featured-brands-widget>a{display:block;text-align:center;margin-top:20px;color:var(--theme-gradient-start);font-weight:600;text-decoration:none;font-size:14px;transition:color 0.2s}.featured-brands-widget>a:hover{color:#5568d3}.single-brand-page{background:#fff}.brand-hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:80px 0;text-align:center;color:#fff}.brand-hero .container{max-width:800px;margin:0 auto;padding:0 20px}.brand-hero img{width:120px;height:120px;border-radius:50%;border:4px solid #fff;margin-bottom:24px;object-fit:cover}.brand-hero h1{font-size:48px;font-weight:800;margin:0 0 16px}.brand-hero p{font-size:20px;opacity:.9;margin:0 0 32px}.brand-hero a{display:inline-block;background:#fff;color:#667eea;padding:16px 40px;border-radius:50px;text-decoration:none;font-weight:700;font-size:18px;transition:transform 0.2s,box-shadow 0.2s}.brand-hero a:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgb(0 0 0 / .15)}.brand-content{padding:60px 0}.brand-content .container{max-width:800px;margin:0 auto;padding:0 20px}.brand-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-bottom:48px}.brand-stats>div{background:#f8f9fa;padding:24px;border-radius:12px;text-align:center}.brand-stats>div>div:first-child{font-size:32px;font-weight:800;color:var(--theme-gradient-start)}.brand-stats>div>div:last-child{color:#6c757d;margin-top:8px;font-size:14px}.brand-description{background:#f8f9fa;padding:32px;border-radius:12px;border-left:4px solid var(--theme-gradient-start);margin-bottom:48px}.brand-description h2{font-size:24px;font-weight:700;margin:0 0 16px;color:#1a1a1a}.brand-description p{font-size:18px;line-height:1.8;color:#2d3748;margin:0}.pagination{text-align:center;margin:40px 0}.pagination .page-numbers{display:inline-block;padding:10px 16px;margin:0 4px;background:#fff;color:var(--theme-gradient-start);text-decoration:none;border-radius:6px;font-weight:600;transition:all 0.2s}.pagination .page-numbers:hover,.pagination .page-numbers.current{background:var(--theme-gradient-end);color:#fff}.pagination .page-numbers.dots{background:#fff0;cursor:default}@media (max-width:1024px){.brand-directory-page .container{flex-direction:column}.brands-sidebar{width:100%;max-width:600px;margin:0 auto}.featured-brands-widget{position:static}}@media (max-width:768px){.brand-directory-page .page-header h1{font-size:36px}.brand-directory-page .page-header p{font-size:16px}.brands-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.brand-hero h1{font-size:32px}.brand-hero p{font-size:16px}.brand-hero img{width:80px;height:80px}.brand-stats{grid-template-columns:1fr}.brand-description{padding:20px}.featured-brands-widget{padding:20px}}@media (max-width:480px){.brand-directory-page{padding:40px 0}.brand-directory-page .page-header{margin-bottom:40px}.brands-grid{grid-template-columns:1fr}.brand-hero{padding:60px 0}.brand-content{padding:40px 0}}