.projects-section{color:#fff;background:#0d0d0d;padding:4rem 1rem}.projects-container{text-align:center;max-width:1200px;margin:0 auto}.projects-title{margin-bottom:2rem;font-size:2rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.project-card{text-align:left;background:#1a1a1a;border-radius:12px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.project-card:hover{transform:translateY(-6px);box-shadow:0 6px 18px rgba(0,0,0,.4)}.project-image{object-fit:cover;width:100%;height:160px}.project-content{padding:1rem}.project-content h3{margin-bottom:.5rem;font-size:1.25rem}.project-content p{color:#ccc;margin-bottom:1rem;font-size:.95rem}.tags{flex-wrap:wrap;gap:6px;margin-bottom:1rem;display:flex}.tag{color:#bbb;background:#333;border-radius:6px;padding:2px 8px;font-size:.75rem}.project-link{color:#3b82f6;font-weight:700;text-decoration:none}.project-link:hover{text-decoration:underline}
