.b2b-hero{position:relative;height:560px;display:flex;align-items:center;overflow:hidden}.b2b-hero__bg{object-fit:cover;object-position:center right}.b2b-hero__bg--mobile{display:none!important}.b2b-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#fff,#fff 30%,rgba(255,255,255,.85) 45%,rgba(255,255,255,0) 65%);z-index:1}.b2b-hero__body{position:relative;z-index:2;height:100%;display:flex;align-items:center}.b2b-hero__content{max-width:600px}.b2b-hero__title{margin:0;font-size:clamp(1.5rem,2.8vw,2.25rem);font-weight:800;line-height:1.5;color:var(--text);letter-spacing:.02em}.b2b-hero__badge{display:inline-block;margin-top:28px;padding:12px 28px;border-radius:6px;background:var(--teal);color:#fff;font-size:.95rem;font-weight:600;letter-spacing:.02em}.b2b-features{padding:48px 0 56px;background:#f8fafb;border-bottom:1px solid var(--line)}.b2b-features__grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:24px;gap:24px}.b2b-feature{text-align:center;padding:20px 8px}.b2b-feature__icon{width:72px;height:72px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;transition:transform .25s}.b2b-feature__icon img{width:72px;height:72px;object-fit:contain}.b2b-feature:hover .b2b-feature__icon{transform:translateY(-3px)}.b2b-feature__title{margin:0 0 8px;font-size:1.05rem;font-weight:700;color:var(--text)}.b2b-feature__desc{margin:0;font-size:.82rem;color:var(--muted);line-height:1.65;white-space:pre-line}@media (max-width:1024px){.b2b-hero{height:460px}.b2b-hero__overlay{background:linear-gradient(90deg,#fff,#fff 25%,rgba(255,255,255,.8) 45%,rgba(255,255,255,0) 60%)}}@media (max-width:768px){.b2b-hero{height:380px}.b2b-hero__bg--desktop{display:none!important}.b2b-hero__bg--mobile{display:block!important}.b2b-hero__overlay{background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,.75) 50%,rgba(255,255,255,.3))}.b2b-hero__body{align-items:flex-start;padding-top:40px}.b2b-hero__title{font-size:1.35rem}.b2b-hero__badge{margin-top:20px;padding:8px 18px;font-size:.82rem}.b2b-features__grid{grid-template-columns:repeat(3,1fr);gap:16px}.b2b-feature{padding:16px 4px}.b2b-feature__icon{width:60px;height:60px}.b2b-feature__icon svg{width:32px;height:32px}}@media (max-width:480px){.b2b-hero{height:320px}.b2b-hero__title{font-size:1.15rem}.b2b-features{padding:32px 0 40px}.b2b-features__grid{grid-template-columns:repeat(2,1fr);gap:12px}.b2b-feature__title{font-size:.95rem}.b2b-feature__desc{font-size:.78rem}}