.projects-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 0 80px;text-align:center}.projects-hero h1{color:#fff;margin-bottom:1rem}.projects-intro{font-size:1.25rem;color:hsla(0,0%,100%,.9);max-width:700px;margin:0 auto}.projects-content{padding:80px 0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.project-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-8px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.project-image{width:100%;height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.project-emoji{font-size:4rem}.project-info{padding:2rem}.project-info h3{margin-bottom:1rem;color:var(--text-color)}.project-info p{margin-bottom:1.5rem;line-height:1.6}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background-color:var(--bg-light);color:var(--primary-color);padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.project-actions{display:flex;gap:1rem;flex-wrap:wrap}.project-actions .btn{flex:1 1;min-width:120px;text-align:center}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}.project-actions{flex-direction:column}.project-actions .btn{width:100%}}