.cert-hf{background-color:var(--bg-primary);padding:60px 20px;font-family:Outfit,sans-serif;transition:background-color .4s ease}.cert-hf__container{max-width:1000px;margin:0 auto}.cert-hf__title{font-family:Owners XXWide,sans-serif;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;text-align:center;margin-bottom:60px;color:var(--text-primary);text-transform:uppercase;display:block;width:100%}.cert-hf__logos{gap:clamp(30px,10vw,120px);margin-bottom:60px;padding:40px 20px;max-width:1100px;margin-left:auto;margin-right:auto}.cert-hf__logo-item,.cert-hf__logos{display:flex;justify-content:center;align-items:center}.cert-hf__logo-item{flex:0 1 auto;flex-direction:column;transition:transform .3s ease;padding:10px}.cert-hf__logo-item img{height:120px;width:auto;max-width:250px;filter:brightness(0);opacity:.85;transition:all .3s ease}[data-theme=dark] .cert-hf__logo-item img{filter:brightness(0) invert(1)}.cert-hf__logo-item:hover img{opacity:1;transform:scale(1.05)}.cert-hf__nav{gap:50px;padding:20px;max-width:900px;margin-left:auto;margin-right:auto}.cert-hf__nav,.cert-hf__nav-btn{display:flex;align-items:center;justify-content:center}.cert-hf__nav-btn{width:64px;height:64px;border:none;background:none;cursor:pointer;transition:opacity .3s ease;padding:0}.cert-hf__nav-btn:hover{opacity:.7}.cert-hf__nav-btn img{width:100%;height:100%}.cert-hf__dots{display:flex;align-items:center;gap:15px}.cert-hf__dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--border-primary);cursor:pointer;transition:background .3s ease,border-color .3s ease}.cert-hf__dot.active{background:var(--text-primary);border-color:var(--text-primary)}.cert-hf__ellipsis{width:24px;height:auto;opacity:.4}@media (max-width:600px){.cert-hf__logos{flex-direction:column}}