.ccn-value-props__grid{display:grid;grid-template-columns:1fr;gap:1.2rem}@media screen and (min-width: 750px){.ccn-value-props__grid{grid-template-columns:repeat(3, 1fr);gap:1.6rem}}.ccn-value-props__card{display:flex;align-items:center;gap:1.6rem;padding:2rem 2.4rem;background:rgb(var(--ccn-color-surface-warm));border:1px solid rgba(var(--color-foreground), 0.04);border-radius:1.2rem;text-decoration:none;color:inherit;transition:box-shadow .2s ease}.ccn-value-props__card:hover{box-shadow:0 2px 12px rgba(0,0,0,.06)}.ccn-value-props__icon{width:4.8rem;height:4.8rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-foreground));border-radius:50%}.ccn-value-props__icon img{width:2.4rem;height:2.4rem;object-fit:contain;filter:brightness(0) invert(1)}.ccn-value-props__icon--placeholder{color:#fff}.ccn-value-props__text{display:flex;flex-direction:column;gap:.2rem}.ccn-value-props__title{font-family:var(--font-heading-family);font-size:1.4rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--color-foreground))}.ccn-value-props__subtitle{font-size:1.2rem;color:rgba(var(--color-foreground), 0.55);line-height:1.4}