.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;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.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-icon{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem}.icon-placeholder{display:block;font-size:2.5rem;margin-bottom:1rem}.prop-icon-image{height:60px;object-fit:contain;width:60px}.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:768px){.value-props{padding:3rem 0}.section-title{font-size:2rem;margin-bottom:2rem}.props-grid{gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}.prop-card{padding:1.5rem}.icon-placeholder{font-size:2rem}}@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}}