.cb-section{padding:40px 0}.cb-container{max-width:1040px;margin:0 auto;padding:0 20px}.cb-title{font-size:28px;font-weight:700;text-align:center;margin:0 0 8px;color:#1a202c}.cb-subtitle{font-size:16px;color:#4a5568;text-align:center;margin:0 0 24px}.cb-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.cb-item:hover{transform:translateY(-2px)}.cb-item-logo-wrap{display:flex;align-items:center;justify-content:center;width:100%}.cb-item-logo{height:48px;width:auto;max-width:100%;object-fit:contain;transition:filter .2s ease,opacity .2s ease}.cb-section[data-logo-mode=mono-black] .cb-item-logo{filter:brightness(0) saturate(100%)}.cb-section[data-logo-mode=grayscale-color-on-hover] .cb-item-logo{filter:grayscale(1);opacity:.65}.cb-section[data-logo-mode=grayscale-color-on-hover] .cb-item:hover .cb-item-logo{filter:none;opacity:1}.cb-item-name{font-size:14px;font-weight:500;color:#2d3748;text-align:center}.cb-layout-grid .cb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px}.cb-layout-grid .cb-item{padding:24px 16px;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;min-height:120px}.cb-layout-grid .cb-item:hover{border-color:#cbd5e0;box-shadow:0 4px 12px rgba(0,0,0,.06)}@media (max-width:600px){.cb-layout-grid .cb-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.cb-layout-grid .cb-item-logo{max-height:48px}}.cb-layout-logos-row .cb-logos-row{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:40px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding:4px 0 12px}.cb-layout-logos-row .cb-logos-row::-webkit-scrollbar{height:4px}.cb-layout-logos-row .cb-logos-row::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}.cb-layout-logos-row .cb-item{padding:8px 16px;opacity:.85;transition:opacity .2s ease;flex:0 0 auto;scroll-snap-align:center}.cb-layout-logos-row .cb-item:hover{opacity:1}.cb-layout-logos-row .cb-item-logo{height:47px;width:auto;max-width:180px}@media (max-width:600px){.cb-layout-logos-row .cb-logos-row{gap:28px;justify-content:flex-start}.cb-layout-logos-row .cb-item-logo{height:36px;max-width:130px}}.cb-carousel-wrap{position:relative}.cb-carousel-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:8px 4px 16px}.cb-carousel-track::-webkit-scrollbar{display:none}.cb-layout-carousel .cb-item{flex:0 0 auto;scroll-snap-align:start;width:200px;padding:20px 12px;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;min-height:120px}.cb-layout-carousel .cb-item:hover{border-color:#cbd5e0;box-shadow:0 4px 12px rgba(0,0,0,.06)}.cb-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center;color:#2d3748;z-index:2;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:0}.cb-carousel-btn:hover{background:#f7fafc}.cb-carousel-btn-prev{left:-20px}.cb-carousel-btn-next{right:-20px}@media (max-width:768px){.cb-carousel-btn{display:none}}.cb-carousel-dots{display:none;justify-content:center;gap:6px;margin-top:8px}.cb-dot{width:6px;height:6px;background:#cbd5e0;border-radius:50%;transition:background .2s,transform .2s}.cb-dot-active{background:#4a5568;transform:scale(1.4)}@media (max-width:768px){.cb-carousel-dots{display:flex}.cb-layout-carousel .cb-item{width:160px;min-height:100px;padding:14px 10px}.cb-layout-carousel .cb-item-logo{max-height:44px}}