.b2c-page{min-height:100vh;padding-top:74px}.b2c-page--collapsed{padding-top:0}.b2c-hero{position:relative;height:560px;display:flex;align-items:center;overflow:hidden}.b2c-hero__bg{object-fit:cover;object-position:center right}.b2c-hero__bg--mobile{display:none!important}.b2c-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}.b2c-hero__body{position:relative;z-index:2;height:100%;display:flex;align-items:center}.b2c-hero__content{max-width:600px}.b2c-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}.b2c-hero__badge{display:inline-flex;align-items:center;gap:4px;margin-top:28px;padding:8px 24px;border-radius:999px;background:var(--teal);color:#fff;font-size:.95rem;font-weight:600}.b2c-hero__badge-num{font-size:1.7rem;font-weight:800;color:var(--yellow);line-height:1;margin:0 2px}.b2c-features{padding:48px 0 56px;background:#f8fafb;border-bottom:1px solid var(--line)}.b2c-features__grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:24px;gap:24px}.b2c-feature{text-align:center;padding:20px 8px}.b2c-feature__icon{width:72px;height:72px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;transition:transform .25s}.b2c-feature__icon img{width:72px;height:72px;object-fit:contain}.b2c-feature:hover .b2c-feature__icon{transform:translateY(-3px)}.b2c-feature__title{margin:0 0 8px;font-size:1.05rem;font-weight:700;color:var(--text)}.b2c-feature__desc{margin:0;font-size:.82rem;color:var(--muted);line-height:1.65;white-space:pre-line}@media (max-width:1024px){.b2c-hero{height:460px}.b2c-hero__overlay{background:linear-gradient(90deg,#fff,#fff 25%,rgba(255,255,255,.8) 45%,rgba(255,255,255,0) 60%)}}@media (max-width:980px){.b2c-page{padding-top:60px}.b2c-page--collapsed{padding-top:0}}@media (max-width:768px){.b2c-hero{height:380px}.b2c-hero__bg--desktop{display:none!important}.b2c-hero__bg--mobile{display:block!important}.b2c-hero__overlay{background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,.75) 50%,rgba(255,255,255,.3))}.b2c-hero__body{align-items:flex-start;padding-top:40px}.b2c-hero__title{font-size:1.35rem}.b2c-hero__badge{margin-top:20px;padding:6px 18px;font-size:.85rem}.b2c-hero__badge-num{font-size:1.4rem}.b2c-features__grid{grid-template-columns:repeat(3,1fr);gap:16px}.b2c-feature{padding:16px 4px}.b2c-feature__icon{width:60px;height:60px}}@media (max-width:480px){.b2c-hero{height:320px}.b2c-hero__title{font-size:1.15rem}.b2c-features{padding:32px 0 40px}.b2c-features__grid{grid-template-columns:repeat(2,1fr);gap:12px}.b2c-feature__title{font-size:.95rem}.b2c-feature__desc{font-size:.78rem}}.b2c-solutions{padding:64px 0 80px;background:#f5f5f5}.b2c-solutions__header{margin-bottom:32px}.b2c-solutions__badge{display:inline-block;padding:6px 20px;background:#4a4a4a;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.06em;border-radius:2px}.b2c-solutions__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.b2c-sol-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.07);text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.b2c-sol-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.b2c-sol-card__image{position:relative;width:100%;height:200px;overflow:hidden;flex-shrink:0}.b2c-sol-card__img{object-fit:cover}.b2c-sol-card__img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8e8e8,#dcdcdc)}.b2c-sol-card__body{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 24px 32px;text-align:center}.b2c-sol-card__title{margin:0;font-size:1.15rem;font-weight:700;color:var(--text);line-height:1.4}.b2c-sol-card__divider{width:40px;height:3px;background:#f47b20;border-radius:2px;margin:14px 0;flex-shrink:0}.b2c-sol-card__desc{margin:0;font-size:.88rem;color:var(--muted);line-height:1.7}@media (max-width:1024px){.b2c-solutions__grid{gap:20px}.b2c-sol-card__image{height:180px}.b2c-sol-card__body{padding:22px 18px 26px}}@media (max-width:768px){.b2c-solutions{padding:48px 0 56px}.b2c-solutions__grid{grid-template-columns:repeat(2,1fr);gap:16px}.b2c-sol-card__image{height:160px}.b2c-sol-card__body{padding:20px 14px 22px}.b2c-sol-card__title{font-size:1.05rem}.b2c-sol-card__desc{font-size:.82rem}}@media (max-width:480px){.b2c-solutions__grid{grid-template-columns:1fr}.b2c-sol-card__image{height:200px}}