.all-solutions{--sol-bg:#0a0b14;--sol-ink:#f4f2ff;--sol-muted:rgba(233,230,250,.62);--sol-violet:#8b5cf6;--sol-card:hsla(0,0%,100%,.03);--sol-border:hsla(0,0%,100%,.08);min-height:100vh;padding-bottom:96px;background:radial-gradient(circle at 12% 8%,rgba(94,64,223,.16),transparent 30rem),radial-gradient(circle at 88% 4%,rgba(137,78,255,.12),transparent 32rem),var(--sol-bg);color:var(--sol-ink);overflow:hidden}.all-solutions img{display:block}.all-solutions .all-solutions__inner{width:min(1120px,100%);margin:0 auto;padding:0 24px}.all-solutions .all-solutions__hero{padding:96px 0 40px;text-align:center}.all-solutions .all-solutions__eyebrow{margin:0 0 16px;color:var(--sol-violet);font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.all-solutions .all-solutions__title{margin:0;font-size:clamp(34px,5vw,60px);font-weight:800;line-height:1.08;text-wrap:balance}.all-solutions .all-solutions__subtitle{width:min(680px,100%);margin:18px auto 0;color:var(--sol-muted);font-size:17px;line-height:1.7}.all-solutions .all-solutions__nav{display:flex;justify-content:center;gap:0;margin-top:52px}.all-solutions .all-solutions__nav-node{position:relative;flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 8px 0;text-decoration:none}.all-solutions .all-solutions__nav-node:before{content:"";position:absolute;top:5px;left:0;right:0;height:1px;background:var(--sol-border);z-index:0}.all-solutions .all-solutions__nav-node:first-child:before{left:50%}.all-solutions .all-solutions__nav-node:last-child:before{right:50%}.all-solutions .all-solutions__nav-node:hover .all-solutions__nav-dot{background:var(--sol-violet)}.all-solutions .all-solutions__nav-node:hover .all-solutions__nav-label{color:var(--sol-ink)}.all-solutions .all-solutions__nav-dot{position:absolute;top:0;left:50%;transform:translateX(-50%);width:12px;height:12px;border-radius:50%;border:2px solid var(--sol-violet);background:var(--sol-bg);transition:background .2s ease;z-index:1}.all-solutions .all-solutions__nav-label{color:rgba(244,242,255,.9);font-size:14px;font-weight:600;line-height:1.3;transition:color .2s ease}.all-solutions .all-solutions__nav-sub{margin-top:4px;color:var(--sol-muted);font-size:12px;line-height:1.3}.all-solutions .all-solutions__section{padding:64px 0;scroll-margin-top:90px}.all-solutions .all-solutions__section-head{width:min(720px,100%);margin:0 auto 36px;text-align:center}.all-solutions .all-solutions__section-num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:16px;border-radius:50%;background:rgba(94,64,223,.85);color:#fff;font-size:13px;font-weight:700;letter-spacing:.04em}.all-solutions .all-solutions__section-title{margin:0;font-size:clamp(26px,3.4vw,38px);font-weight:700;line-height:1.15;text-wrap:balance}.all-solutions .all-solutions__section-desc{margin:14px auto 0;color:var(--sol-muted);font-size:16px;line-height:1.66}.all-solutions .all-solutions__visual{position:relative;margin:0 auto 28px;overflow:hidden;border:1px solid var(--sol-border);border-radius:16px;background:var(--sol-card);aspect-ratio:7/3}.all-solutions .all-solutions__visual-img{width:100%;height:100%;object-fit:cover}.all-solutions .all-solutions__visual-overlay{position:absolute;left:24px;bottom:20px;z-index:2;color:#fff;font-size:clamp(18px,2vw,24px);font-weight:700;text-shadow:0 2px 14px rgba(0,0,0,.55)}.all-solutions .all-solutions__visual-tags{position:absolute;right:20px;bottom:20px;z-index:2;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.all-solutions .all-solutions__visual-tag{padding:5px 12px;border-radius:999px;background:rgba(10,11,20,.72);border:1px solid hsla(0,0%,100%,.14);color:hsla(0,0%,100%,.9);font-size:12px;font-weight:500;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.all-solutions .all-solutions__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:28px 24px;gap:28px 24px}.all-solutions .all-solutions__item{display:flex;flex-direction:column;gap:10px;padding-top:18px;border-top:1px solid var(--sol-border);color:inherit;text-decoration:none}.all-solutions a.all-solutions__item:hover .all-solutions__item-title{color:var(--sol-ink)}.all-solutions a.all-solutions__item:hover .all-solutions__item-arrow{color:#a884ff;transform:translate(2px,-2px)}.all-solutions .all-solutions__item-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.all-solutions .all-solutions__item-title{color:var(--sol-ink);font-size:17px;font-weight:600;line-height:1.3;transition:color .2s ease}.all-solutions .all-solutions__item-arrow{flex-shrink:0;color:var(--sol-violet);transition:color .2s ease,transform .2s ease}.all-solutions .all-solutions__item-desc{color:var(--sol-muted);font-size:14px;line-height:1.6}@media(max-width:900px){.all-solutions .all-solutions__hero{padding:72px 0 32px}.all-solutions .all-solutions__section{padding:48px 0}.all-solutions .all-solutions__items{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.all-solutions .all-solutions__visual{aspect-ratio:7/3}}@media(max-width:560px){.all-solutions .all-solutions__inner{padding:0 16px}.all-solutions .all-solutions__nav{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.all-solutions .all-solutions__nav::-webkit-scrollbar{display:none}.all-solutions .all-solutions__nav-node{flex:0 0 auto;width:128px}.all-solutions .all-solutions__items{grid-template-columns:1fr;gap:22px}.all-solutions .all-solutions__visual{aspect-ratio:7/3}.all-solutions .all-solutions__visual-overlay{left:16px;bottom:14px}.all-solutions .all-solutions__visual-tags{right:14px;bottom:14px;gap:6px}.all-solutions .all-solutions__visual-tag{padding:4px 9px;font-size:11px}}