.project-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #00000014;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.project-item:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000026}.project-img{position:relative;width:100%;height:280px;overflow:hidden}.project-img a{display:block;width:100%;height:100%}.project-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-item:hover .project-img img{transform:scale(1.05)}.project-content{padding:30px;flex:1;display:flex;flex-direction:column}.project-date{font-size:14px;color:#1d6dcc;font-weight:500;margin-bottom:12px}.project-date i{margin-right:6px}.project-content h3{font-size:22px;font-weight:700;margin-bottom:15px}.project-content h3 a{color:#1a1a1a;text-decoration:none;transition:color .3s}.project-content h3 a:hover{color:#1d6dcc}.project-content p{color:#666;line-height:1.6;margin-bottom:20px;flex:1}.project-link{display:inline-flex;align-items:center;color:#1d6dcc;font-weight:600;text-decoration:none;transition:all .3s}.project-link:hover{color:#08448b;transform:translate(5px)}.project-link i{margin-left:8px;transition:all .3s}
