.feature-block-styled{background:#fff;padding:30px;border-radius:20px;box-shadow:var(--shadow-soft);transition:transform .3s ease,box-shadow .3s ease;height:100%;border:1px solid rgba(0,0,0,.02)}.feature-block-styled:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.feature-block-styled h3{font-size:1.4rem;color:var(--primary-blue);margin-bottom:15px}.numbered-section h3{color:var(--primary-blue);border-left:5px solid var(--accent-blue);padding-left:20px;margin-bottom:20px}