.sb-tech{--sb-red:#e4322b;--sb-ink:#141317;--sb-muted:#5b5960;--sb-bg:#f9f8f6;--sb-card:#fff;--sb-line:rgba(20,19,23,.1);background:var(--sb-bg);color:var(--sb-ink);font-family:Inter,system-ui,-apple-system,sans-serif}.sb-tech__inner{margin:0 auto;max-width:1200px;padding:88px 40px}.sb-tech__head{margin:0 auto 44px;max-width:720px;text-align:center}.sb-tech__heading{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(28px,3.4vw,40px);font-weight:700;letter-spacing:-.01em;margin:0 0 14px}.sb-tech__accent{color:var(--sb-red)}.sb-tech__sub{color:var(--sb-muted);font-size:16px;line-height:1.6;margin:0}.sb-tech__carousel{position:relative}.sb-tech__track{display:flex;gap:20px;overflow-x:auto;padding:6px 2px 10px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.sb-tech__track::-webkit-scrollbar{display:none}.sb-tech__card{background:var(--sb-card);border:1px solid var(--sb-line);border-radius:16px;display:flex;flex:0 0 258px;flex-direction:column;padding:24px 22px;scroll-snap-align:start}.sb-tech__ico{align-items:center;background:var(--sb-red);border-radius:11px;color:#fff;display:flex;height:44px;justify-content:center;margin-bottom:18px;width:44px}.sb-tech__ico svg{height:20px;width:20px}.sb-tech__ico img{height:24px;object-fit:contain;width:24px}.sb-tech__card-title{font-family:Space Grotesk,Inter,sans-serif;font-size:17px;font-weight:600;line-height:1.2;margin:0 0 10px}.sb-tech__card-desc{color:var(--sb-muted);font-size:14px;line-height:1.55;margin:0}.sb-tech__controls{gap:14px;margin-top:32px}.sb-tech__arrow,.sb-tech__controls{display:flex;justify-content:center}.sb-tech__arrow{align-items:center;background:#fff;border:1px solid var(--sb-line);border-radius:50%;color:var(--sb-ink);cursor:pointer;height:46px;transition:background .2s,color .2s,border-color .2s,opacity .2s;width:46px}.sb-tech__arrow:hover{background:var(--sb-red);border-color:var(--sb-red);color:#fff}.sb-tech__arrow:focus-visible{outline:3px solid var(--sb-red);outline-offset:2px}.sb-tech__arrow:disabled{background:#fff;border-color:var(--sb-line);color:var(--sb-ink);cursor:default;opacity:.35}.sb-tech__arrow svg{height:22px;width:22px}@media (max-width:860px){.sb-tech__inner{padding:56px 24px}.sb-tech__card{flex-basis:230px}}@media (prefers-reduced-motion:reduce){.sb-tech__track{scroll-behavior:auto}}