.cp-benefits{--bg:#f5f6f4;--text:#101317;--muted:#66707b;--card:#fff;--line:rgba(0,0,0,.08);--mint:#dff0ea;--mint-ink:#15866c;--peach:#ffe2dc;--radius:16px;--shadow:0 12px 28px rgba(0,0,0,.08);--shadow-strong:0 18px 42px rgba(0,0,0,.12);--maxw:1120px;background:var(--bg);color:var(--text);padding:64px 16px 88px}.cp-benefits__inner{margin:0 auto;max-width:var(--maxw);text-align:center}.cp-benefits__title{font-size:clamp(28px,4.6vw,52px);font-weight:900;line-height:1.1;margin:0}.cp-benefits__subtitle{color:var(--muted);line-height:1.65;margin:12px auto 28px;max-width:820px}.cp-benefits__grid{display:grid;gap:24px;grid-template-columns:1fr 1fr;text-align:left}.cp-bcard{background:var(--card);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);display:grid;gap:16px;grid-template-columns:auto 1fr;outline:none;padding:20px;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s}.cp-bcard:focus-visible,.cp-bcard:hover{box-shadow:var(--shadow-strong);transform:translateY(-6px)}.cp-bcard__icon{background:var(--mint);border-radius:14px;color:var(--mint-ink);display:grid;flex:0 0 56px;height:56px;place-items:center;width:56px}.cp-bcard__icon svg{height:28px;width:28px}.cp-bcard__head{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.cp-bcard__title{font-size:20px;font-weight:900;line-height:1.25;margin:0}.cp-badge{border:1px solid rgba(0,0,0,.05);border-radius:999px;font-weight:700;padding:6px 10px}.cp-badge--peach{background:var(--peach);color:#b24b3d}.cp-bcard__text{color:var(--muted);line-height:1.65;margin:8px 0 0}@media (max-width:960px){.cp-benefits__grid{grid-template-columns:1fr}}