.projects-section{padding:0 0 60px;position:relative;z-index:2}.projects-hero{text-align:center;margin-bottom:40px;position:relative;z-index:2}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-title{font-size:32px;font-weight:700;color:#fff;margin-bottom:15px;letter-spacing:-.5px}.hero-subtitle{font-size:16px;color:#888;max-width:600px;margin:0 auto;line-height:1.6}.projects-filters{display:flex;justify-content:center;gap:15px;margin-bottom:40px;flex-wrap:wrap}.filter-btn{padding:10px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:25px;color:#ccc;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500}.filter-btn:hover{background:#ffffff26;border-color:#ffffff4d;color:#fff}.filter-btn.active{background:#fff;color:#000;border-color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:25px}.project-card{background:#1a1a1acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:15px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:auto;min-height:280px}.project-card:hover{transform:translateY(-5px);border-color:#fff3;box-shadow:0 20px 40px #0000004d}.project-content{padding:20px;display:flex;flex-direction:column;flex-grow:1;color:#fff}.project-description-section{display:flex;gap:20px;margin-bottom:20px}.project-description{color:#ccc;line-height:1.6;flex:1;font-size:14px}.project-image{flex:1;max-width:180px;height:100%;min-height:140px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#666;border:1px solid rgba(255,255,255,.2);border-radius:12px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.project-title{font-size:20px;font-weight:600;color:#fff;margin:0;line-height:1.3}.project-type{background:#fff3;color:#fff;padding:4px 12px;border-radius:15px;font-size:12px;font-weight:500;white-space:nowrap;margin-left:15px}.project-description{color:#ccc;line-height:1.6;margin-bottom:20px;flex-grow:1;font-size:14px}.project-tech{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.tech-tag{background:#ffffff1a;color:#ccc;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500;border:1px solid rgba(255,255,255,.1)}.project-links{display:flex;gap:10px;margin-top:auto}.project-link{flex:1;padding:10px 15px;border-radius:8px;text-decoration:none;font-weight:500;text-align:center;transition:all .3s ease;font-size:14px}.project-link.primary{background:#fff;color:#000}.project-link.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffffff4d}.project-link.secondary{background:#ffffff1a;color:#ccc;border:1px solid rgba(255,255,255,.2)}.project-link.secondary:hover{background:#fff3;color:#fff;transform:translateY(-2px)}.project-status{display:inline-flex;align-items:center;gap:8px;margin-bottom:15px;font-size:12px;font-weight:500;color:#ccc}.status-indicator{width:8px;height:8px;border-radius:50%}.status-indicator.live{background:#28a745}.status-indicator.development{background:#ffc107}.status-indicator.archived{background:#6c757d}.empty-state{text-align:center;padding:60px 20px;color:#666;grid-column:1 / -1}.empty-state h3{font-size:20px;margin-bottom:10px;color:#ccc}.footer{padding:40px 0;text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:60px}.footer-content{color:#666;font-size:14px}@media (max-width: 768px){.projects-section{padding:0 30px 40px}.hero-title{font-size:24px}.hero-subtitle{font-size:14px}.projects-grid{grid-template-columns:1fr;gap:20px}.projects-filters{gap:10px}.filter-btn{padding:8px 16px;font-size:12px}.project-description-section{flex-direction:column;gap:15px}.project-image{width:120px;height:160px;align-self:center;max-width:200px}.project-links{flex-direction:column}}@media (max-width: 480px){.projects-section{padding:0 20px 30px}.hero-title{font-size:20px}.projects-filters{flex-direction:column;align-items:center}.filter-btn{width:100%;max-width:200px}.project-content{padding:15px}.project-image{height:140px;max-width:180px}}
