.value-props{background:var(--value-props-bg,#f8f9fa);padding:4rem 0}.section-title{color:#2c3e50;font-size:2.5rem;font-weight:600;line-height:1.2;margin-bottom:3rem;text-align:center}.props-grid{display:grid;gap:2rem;margin-top:3rem}.props-grid[data-columns="2"]{grid-template-columns:repeat(2,1fr)}.props-grid[data-columns="3"]{grid-template-columns:repeat(3,1fr)}.props-grid[data-columns="4"]{grid-template-columns:repeat(4,1fr)}.prop-card{background:#fff;border:1px solid transparent;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:2rem;text-align:center;transition:all .3s ease}.prop-card:hover{border-color:#2563eb;box-shadow:0 10px 15px rgba(0,0,0,.1);transform:translateY(-5px)}.prop-card.no-borders{border:none!important;box-shadow:none}.prop-card.no-borders:hover{border:none!important;box-shadow:0 4px 8px rgba(0,0,0,.08)}.prop-card.no-hover:hover{transform:none}.prop-card.no-borders.no-hover:hover{box-shadow:none}.prop-icon{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem}.icon-placeholder{font-size:var(--icon-size,40px);line-height:1}.prop-icon-image{height:var(--icon-size,40px);object-fit:contain;width:var(--icon-size,40px)}.prop-icon.circular-frame{align-items:center;background:var(--icon-bg-color,#e0e7ff);border-radius:50%;display:flex;height:100px;justify-content:center;margin:0 auto 1.5rem;width:100px}.prop-icon.circular-frame .icon-placeholder{margin-bottom:0}.prop-icon.circular-frame .prop-icon-image{margin:0}.prop-card h3{color:#2c3e50;font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:1rem}.prop-card p{color:#6c757d;font-size:.95rem;line-height:1.6;margin-bottom:0}@media (max-width:1024px){.props-grid[data-columns="3"],.props-grid[data-columns="4"]{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.value-props{padding:3rem 0}.section-title{font-size:2rem;margin-bottom:2rem}.props-grid,.props-grid[data-columns="2"],.props-grid[data-columns="3"],.props-grid[data-columns="4"]{gap:1.5rem;grid-template-columns:1fr!important;margin-top:2rem}.prop-card{padding:1.5rem}.prop-icon.circular-frame{height:80px;width:80px}}@media (max-width:480px){.value-props{padding:2rem 0}.section-title{font-size:1.5rem}.prop-card{padding:1rem}.prop-card h3{font-size:1rem}.prop-card p{font-size:.9rem}}