.cp-features{background:var(--cp-bg)}.cp-features__head{margin:0 auto 56px;max-width:760px;text-align:center}.cp-features__head .cp-section-intro,.cp-features__head .cp-section-title{margin-left:auto;margin-right:auto}.cp-features__grid{display:flex;flex-wrap:wrap;gap:18px;justify-content:center}.cp-features__card{background:var(--cp-white);border:1px solid rgba(10,16,20,.08);border-radius:12px;flex:1 1 300px;max-width:360px;padding:32px 28px;transition:border-color .25s var(--cp-ease),transform .25s var(--cp-ease)}.cp-features__card:hover{border-color:var(--cp-green);transform:translateY(-2px)}.cp-features__num{color:var(--cp-green-deep);font-size:11px;font-weight:700;letter-spacing:.14em;margin-bottom:14px;text-transform:uppercase}.cp-features__title{color:var(--cp-navy);font-size:19px;font-weight:700;letter-spacing:-.01em;margin:0 0 10px}.cp-features__desc{color:var(--cp-slate-700);font-size:14px;line-height:1.6;margin:0}.cp-features.cp-on-dark{background:var(--cp-navy)}.cp-features.cp-on-dark .cp-features__card{background:var(--cp-slate-900);border-color:hsla(0,0%,100%,.08)}.cp-features.cp-on-dark .cp-features__card:hover{border-color:hsla(0,0%,100%,.16)}.cp-features.cp-on-dark .cp-features__num{color:var(--cp-green-bright)}.cp-features.cp-on-dark .cp-features__title{color:var(--cp-white)}.cp-features.cp-on-dark .cp-features__desc{color:var(--cp-slate-300)}@media (max-width:900px){.cp-features__card{flex:1 1 100%;max-width:480px}}