.projects{background:linear-gradient(135deg,#001a40 0%,#0a1428 20%,#1a0d40 40%,#4d0099 70%,#001a40 100%);position:relative;overflow:hidden}.projects::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 15% 20%,rgba(0,217,255,0.15) 0%,transparent 40%),radial-gradient(circle at 85% 80%,rgba(217,70,239,0.2) 0%,transparent 45%),radial-gradient(circle at 50% 50%,rgba(255,0,128,0.1) 0%,transparent 50%),radial-gradient(circle at 20% 70%,rgba(139,0,255,0.15) 0%,transparent 40%);pointer-events:none;z-index:0}.projects::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(0,217,255,0.08) 50%,transparent 70%),linear-gradient(-45deg,transparent 30%,rgba(217,70,239,0.08) 50%,transparent 70%);pointer-events:none;z-index:0;animation:shimmer 15s ease-in-out infinite}@keyframes shimmer{0%,100%{opacity:0.3}50%{opacity:0.6}}.projects .container{position:relative;z-index:1}.project-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin:3rem 0 4rem;padding:0 1rem}.filter-btn{background:rgba(26,13,64,0.5);backdrop-filter:blur(10px);border:2px solid rgba(0,217,255,0.3);color:rgba(0,217,255,0.9);padding:0.75rem 1.5rem;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:500;transition:all 0.3s ease;display:flex;align-items:center;gap:0.5rem;position:relative;overflow:hidden}.filter-btn::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(0,217,255,0.2) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width 0.4s ease,height 0.4s ease;border-radius:50%}.filter-btn:hover::before{width:300px;height:300px}.filter-btn:hover{border-color:rgba(0,217,255,0.6);color:rgba(0,217,255,1);transform:translateY(-2px);box-shadow:0 5px 20px rgba(0,217,255,0.3),0 0 20px rgba(217,70,239,0.2)}.filter-btn.active{background:linear-gradient(135deg,rgba(0,217,255,0.2),rgba(217,70,239,0.2));border-color:rgba(0,217,255,0.8);color:#fff;box-shadow:0 5px 20px rgba(0,217,255,0.4),0 0 30px rgba(217,70,239,0.3)}.filter-btn i{font-size:1.1rem}.featured-projects-container{margin:3rem 0 4rem}.featured-project-card{background:rgba(26,13,64,0.6);backdrop-filter:blur(10px);border:2px solid rgba(0,217,255,0.3);border-radius:20px;overflow:hidden;position:relative;margin-bottom:2rem;box-shadow:0 10px 40px rgba(0,217,255,0.2),0 0 30px rgba(217,70,239,0.15);transition:all 0.4s ease}.featured-project-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,rgba(0,217,255,0.8),rgba(217,70,239,0.8),rgba(255,0,128,0.8))}.featured-project-card:hover{border-color:rgba(0,217,255,0.6);transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,217,255,0.3),0 0 40px rgba(217,70,239,0.2)}.featured-project-badge{position:absolute;top:2rem;right:2rem;background:linear-gradient(135deg,rgba(0,217,255,0.3),rgba(217,70,239,0.3));backdrop-filter:blur(10px);padding:0.75rem 1.5rem;border-radius:50px;border:2px solid rgba(0,217,255,0.5);color:rgba(0,217,255,1);font-weight:600;z-index:2;display:flex;align-items:center;gap:0.5rem;animation:badgePulse 2s ease-in-out infinite}.featured-project-badge i{color:rgba(255,217,0,1)}@keyframes badgePulse{0%,100%{box-shadow:0 0 20px rgba(0,217,255,0.4)}50%{box-shadow:0 0 30px rgba(0,217,255,0.6)}}.featured-project-image{position:relative;height:400px;overflow:hidden}.featured-project-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.featured-project-card:hover .featured-project-image img{transform:scale(1.05)}.featured-project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient( to top,rgba(1,10,30,0.95) 0%,rgba(26,13,64,0.7) 50%,transparent 100% );display:flex;align-items:flex-end;padding:2rem;opacity:0;transition:opacity 0.4s ease}.featured-project-card:hover .featured-project-overlay{opacity:1}.featured-project-overlay-content h3{color:rgba(0,217,255,1);font-size:2rem;margin-bottom:0.5rem}.featured-project-overlay-content p{color:rgba(255,255,255,0.9);font-size:1.1rem;line-height:1.6}.featured-project-content{padding:2.5rem}.featured-project-title{font-size:2.2rem;color:var(--color-text-primary);margin-bottom:1rem;font-weight:700}.featured-project-description{color:var(--color-text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.tech-stack{display:flex;flex-wrap:wrap;gap:0.75rem;margin-bottom:2rem}.tech-stack .tech-tag{background:rgba(0,217,255,0.15);color:rgba(0,217,255,0.9);border:2px solid rgba(0,217,255,0.3);padding:0.5rem 1rem;border-radius:50px;font-size:0.9rem;font-weight:500;transition:all 0.3s ease;display:flex;align-items:center;gap:0.5rem}.tech-stack .tech-tag i{font-size:0.85rem}.tech-stack .tech-tag:hover{background:rgba(217,70,239,0.2);color:rgba(217,70,239,1);border-color:rgba(217,70,239,0.5);transform:translateY(-2px);box-shadow:0 5px 15px rgba(217,70,239,0.3)}.project-links{display:flex;gap:1rem;flex-wrap:wrap}.project-links .btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all 0.3s ease}.project-links .btn-primary{background:linear-gradient(135deg,rgba(0,217,255,0.8),rgba(217,70,239,0.8));color:#fff;border:2px solid rgba(0,217,255,0.5);box-shadow:0 5px 20px rgba(0,217,255,0.3)}.project-links .btn-primary:hover{background:linear-gradient(135deg,rgba(0,217,255,1),rgba(217,70,239,1));border-color:rgba(0,217,255,0.8);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,217,255,0.5)}.project-links .btn-secondary{background:rgba(26,13,64,0.6);color:rgba(0,217,255,0.9);border:2px solid rgba(0,217,255,0.4)}.project-links .btn-secondary:hover{background:rgba(26,13,64,0.8);color:rgba(0,217,255,1);border-color:rgba(0,217,255,0.7);transform:translateY(-2px);box-shadow:0 5px 20px rgba(0,217,255,0.4)}.all-projects{margin:4rem 0}.projects-section-title{text-align:center;font-size:2rem;color:var(--color-text-primary);margin-bottom:3rem;display:flex;align-items:center;justify-content:center;gap:1rem}.projects-section-title i{color:rgba(0,217,255,0.9);font-size:1.8rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;padding:0 1rem;margin:0 auto;max-width:1400px}.project-card{background:rgba(26,13,64,0.6);backdrop-filter:blur(10px);border:2px solid rgba(0,217,255,0.2);border-radius:16px;overflow:hidden;transition:all 0.4s ease;box-shadow:0 8px 30px rgba(0,0,0,0.3);position:relative}.project-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 0%,rgba(0,217,255,0.1) 0%,transparent 60%);opacity:0;transition:opacity 0.4s ease;pointer-events:none}.project-card:hover{border-color:rgba(0,217,255,0.5);transform:translateY(-8px);box-shadow:0 15px 40px rgba(0,217,255,0.3),0 0 30px rgba(217,70,239,0.2)}.project-card:hover::before{opacity:1}.project-image{position:relative;height:220px;overflow:hidden;background:linear-gradient(135deg,rgba(1,10,30,0.9),rgba(26,13,64,0.8))}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease,opacity 0.4s ease}.project-card:hover .project-image img{transform:scale(1.1);opacity:0.8}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient( to top,rgba(1,10,30,0.95) 0%,rgba(26,13,64,0.7) 50%,transparent 100% );display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.4s ease}.project-card:hover .project-overlay{opacity:1}.project-overlay-content{text-align:center;padding:1.5rem}.project-overlay-content h4{color:rgba(0,217,255,1);font-size:1.5rem;font-weight:700;text-shadow:0 2px 10px rgba(0,217,255,0.5)}.project-content{padding:1.5rem}.project-title{font-size:1.4rem;color:var(--color-text-primary);margin-bottom:0.75rem;font-weight:700}.project-description{color:var(--color-text-secondary);font-size:0.95rem;line-height:1.6;margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tech-tags{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.25rem}.tech-tags .tech-tag{background:rgba(0,217,255,0.15);color:rgba(0,217,255,0.9);border:1px solid rgba(0,217,255,0.3);padding:0.4rem 0.8rem;border-radius:20px;font-size:0.8rem;font-weight:500;transition:all 0.3s ease}.tech-tags .tech-tag:hover{background:rgba(217,70,239,0.2);color:rgba(217,70,239,1);border-color:rgba(217,70,239,0.5);transform:translateY(-2px)}.project-content .project-links{display:flex;gap:0.75rem;flex-wrap:wrap}.project-content .project-link{display:inline-flex;align-items:center;gap:0.5rem;padding:0.6rem 1.25rem;font-size:0.9rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all 0.3s ease;background:linear-gradient(135deg,rgba(0,217,255,0.2),rgba(217,70,239,0.2));color:rgba(0,217,255,1);border:2px solid rgba(0,217,255,0.4)}.project-content .project-link:hover{background:linear-gradient(135deg,rgba(0,217,255,0.8),rgba(217,70,239,0.8));color:#fff;border-color:rgba(0,217,255,0.8);transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,217,255,0.4)}.github-cta{text-align:center;margin:5rem 0 3rem;padding:3rem 2rem;background:rgba(26,13,64,0.5);backdrop-filter:blur(10px);border:2px solid rgba(0,217,255,0.3);border-radius:20px;position:relative;overflow:hidden}.github-cta::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(0,217,255,0.1) 0%,transparent 70%);pointer-events:none}.github-cta p{font-size:1.3rem;color:var(--color-text-secondary);margin-bottom:1.5rem}.github-cta .btn{font-size:1.1rem;padding:1rem 2.5rem}.portfolio-content{max-width:1000px;margin:0 auto}.featured-project{background:rgba(26,13,64,0.6);backdrop-filter:blur(10px);border:1px solid rgba(0,217,255,0.3);border-radius:20px;padding:3rem;margin-bottom:4rem;position:relative;overflow:hidden;box-shadow:0 10px 40px rgba(0,217,255,0.2),0 0 30px rgba(217,70,239,0.15);transition:all var(--transition-normal)}.featured-project::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,rgba(0,217,255,0.8),rgba(217,70,239,0.8),rgba(255,0,128,0.8))}.featured-project:hover{border-color:rgba(0,217,255,0.6);box-shadow:0 15px 50px rgba(0,217,255,0.3),0 0 40px rgba(217,70,239,0.2)}.featured-project .project-header{text-align:center;margin-bottom:2rem}.featured-project .project-header h3{font-size:2.5rem;color:var(--color-text-primary);margin-bottom:1rem;font-weight:700}.project-badge{display:inline-block;background:linear-gradient(135deg,rgba(0,217,255,0.9),rgba(217,70,239,0.9));color:white;padding:0.5rem 1.5rem;border-radius:999px;font-size:0.9rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;box-shadow:0 0 20px rgba(0,217,255,0.5);animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,100%{box-shadow:0 0 20px rgba(0,217,255,0.5)}50%{box-shadow:0 0 30px rgba(217,70,239,0.7)}}.project-description{margin-bottom:3rem}.project-description p{font-size:1.2rem;line-height:1.8;color:var(--color-text-secondary);text-align:center;max-width:800px;margin:0 auto}.project-resources{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.resource-item{background:rgba(26,13,64,0.5);backdrop-filter:blur(8px);border:1px solid rgba(0,217,255,0.2);border-radius:15px;padding:2rem;text-align:center;transition:all var(--transition-normal);position:relative;overflow:hidden}.resource-item::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(0,217,255,0.1) 0%,transparent 70%);opacity:0;transition:opacity var(--transition-normal)}.resource-item:hover{transform:translateY(-5px);border-color:rgba(0,217,255,0.5);box-shadow:0 15px 40px rgba(0,217,255,0.25),0 0 30px rgba(217,70,239,0.2)}.resource-item:hover::before{opacity:1}.resource-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:linear-gradient(135deg,rgba(0,217,255,0.9),rgba(217,70,239,0.9));border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px rgba(0,217,255,0.5);transition:all var(--transition-normal);position:relative;z-index:1}.resource-item:hover .resource-icon{box-shadow:0 0 30px rgba(217,70,239,0.7);transform:scale(1.1) rotate(10deg)}.resource-icon i{font-size:1.5rem;color:white;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.3))}.resource-content h4{color:var(--color-text-primary);margin-bottom:1rem;font-size:1.3rem;font-weight:600}.resource-content p{color:var(--color-text-secondary);margin-bottom:1.5rem;line-height:1.6}.portfolio-options{background:rgba(26,32,44,0.4);border:1px solid rgba(103,126,234,0.2);border-radius:20px;padding:3rem;text-align:center;margin-bottom:4rem}.portfolio-options h3{color:var(--color-text-primary);font-size:2rem;margin-bottom:1rem;font-weight:600}.portfolio-options p{color:var(--color-text-secondary);font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.download-options{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.additional-projects h3{color:var(--color-text-primary);font-size:2rem;margin-bottom:2rem;text-align:center;font-weight:600}.additional-projects .projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.additional-projects .project-card{background:rgba(26,32,44,0.6);border:1px solid rgba(103,126,234,0.2);transition:transform var(--transition-speed),box-shadow var(--transition-speed)}.additional-projects .project-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,0.3)}.additional-projects .project-image{height:200px;overflow:hidden}.additional-projects .project-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-speed)}.additional-projects .project-card:hover .project-image img{transform:scale(1.1)}.additional-projects .project-content{padding:1.5rem}.additional-projects .project-content h4{color:var(--color-text-primary);font-size:1.2rem;margin-bottom:0.5rem;font-weight:600}.additional-projects .project-content p{color:var(--color-text-secondary);margin-bottom:1rem;line-height:1.5;font-size:0.95rem}.additional-projects .project-tech{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1rem}.additional-projects .tech-tag{background:rgba(0,217,255,0.15);color:rgba(0,217,255,0.9);border:1px solid rgba(0,217,255,0.3);padding:0.25rem 0.75rem;border-radius:var(--radius-full);font-size:0.8rem;font-weight:500;transition:all var(--transition-normal)}.additional-projects .tech-tag:hover{background:rgba(217,70,239,0.2);color:rgba(217,70,239,0.9);border-color:rgba(217,70,239,0.4)}.additional-projects .project-link{display:inline-flex;align-items:center;gap:0.5rem;color:var(--color-white);background:linear-gradient(135deg,rgba(0,217,255,0.8),rgba(217,70,239,0.8));text-decoration:none;font-weight:500;font-size:0.9rem;padding:0.5rem 1rem;border-radius:var(--radius-lg);transition:all var(--transition-speed);border:2px solid rgba(0,217,255,0.5);box-shadow:0 4px 15px rgba(0,217,255,0.3)}.additional-projects .project-link:hover{background:linear-gradient(135deg,rgba(217,70,239,0.9),rgba(255,0,128,0.9));border-color:rgba(217,70,239,0.7);transform:translateY(-2px);box-shadow:0 6px 20px rgba(217,70,239,0.5)}@media (max-width:768px){.portfolio-content{padding:0 0.5rem;max-width:100%}.featured-project{padding:1rem 1rem;margin-bottom:1.5rem}.featured-project .project-header h3{font-size:1.6rem;line-height:1.2}.project-resources{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.resource-item{padding:1rem}.portfolio-options{padding:1rem 1rem;margin-bottom:1.5rem}.download-options{flex-direction:column;align-items:stretch;gap:0.5rem}.download-options .btn{width:100%;justify-content:center;min-height:48px;padding:0.75rem 1rem;font-size:0.9rem;white-space:nowrap;text-align:center;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;box-sizing:border-box;word-wrap:break-word;hyphens:auto}.additional-projects .projects-grid{grid-template-columns:1fr;gap:1rem}.additional-projects .project-link{width:100%;justify-content:center;min-height:44px;padding:0.75rem 1rem;font-size:0.9rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 0.5rem}.projects-filter{gap:0.75rem;margin-bottom:2rem;padding:0 0.5rem}.filter-btn{padding:0.75rem 1.25rem;font-size:var(--font-size-sm);min-height:44px;flex:1;min-width:100px}}@media (max-width:480px){.featured-project{padding:0.75rem 0.5rem;margin-bottom:1rem}.featured-project .project-header h3{font-size:1.4rem;line-height:1.1}.project-description p{font-size:0.9rem;line-height:1.4}.resource-content h4{font-size:1rem}.portfolio-options{padding:0.75rem 0.5rem;margin-bottom:1rem}.portfolio-options h3{font-size:1.2rem}.portfolio-options p{font-size:0.9rem}.download-options .btn{font-size:0.85rem;padding:0.75rem 0.8rem;min-height:48px;display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;line-height:1.2;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;word-break:break-word;hyphens:auto}.download-options .btn i{margin-right:0.5rem;flex-shrink:0;font-size:1rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem;max-width:100%;box-sizing:border-box}.project-filters{flex-direction:row;flex-wrap:wrap;gap:0.75rem;margin-bottom:2rem;justify-content:center;padding:0 1rem}.filter-btn{flex:0 0 auto;padding:0.75rem 1rem;min-height:44px;font-size:0.85rem;border-radius:25px;white-space:nowrap}.filter-btn i{font-size:0.9rem}.featured-project-card{margin-bottom:1.5rem}.featured-project-badge{top:1rem;right:1rem;padding:0.5rem 1rem;font-size:0.85rem}.featured-project-image{height:250px}.featured-project-content{padding:1.5rem}.featured-project-title{font-size:1.5rem}.featured-project-description{font-size:0.95rem}.github-cta{padding:2rem 1rem;margin:3rem 0 2rem}.github-cta p{font-size:1.1rem}.github-cta .btn{font-size:0.95rem;padding:0.875rem 1.75rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 0.5rem}.project-card{max-width:100%}.project-image{height:200px}.project-content{padding:1.25rem}.project-title{font-size:1.2rem}.project-description{font-size:0.9rem;-webkit-line-clamp:2}.tech-tags .tech-tag{font-size:0.75rem;padding:0.35rem 0.7rem}.project-content .project-link{font-size:0.85rem;padding:0.5rem 1rem}}@media (max-width:768px){.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.75rem}}@media (min-width:1200px){.projects-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}}.project-card{margin-bottom:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.1);transition:transform 0.3s ease,box-shadow 0.3s ease;background:var(--color-surface)}.project-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,0.15)}.project-content{padding:1.5rem}.project-title{font-size:1.25rem;margin-bottom:0.75rem;line-height:1.3}.project-description{font-size:0.95rem;margin-bottom:1.25rem;line-height:1.6;color:var(--color-text-secondary)}}.projects-filter{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.filter-btn{background:transparent;border:1px solid var(--color-border);color:var(--color-text-secondary);padding:0.5rem 1.5rem;border-radius:999px;cursor:pointer;font-family:var(--font-secondary);transition:all var(--transition-speed)}.filter-btn:hover{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.filter-btn.active{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.project-card{background:rgba(26,13,64,0.6);backdrop-filter:blur(10px);border-radius:var(--radius-xl);overflow:hidden;border:1px solid rgba(0,217,255,0.2);box-shadow:0 5px 20px rgba(0,0,0,0.3);transition:all var(--transition-normal);display:flex;flex-direction:column;position:relative}.project-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at top right,rgba(0,217,255,0.1) 0%,transparent 60%),radial-gradient(circle at bottom left,rgba(217,70,239,0.1) 0%,transparent 60%);opacity:0;transition:opacity var(--transition-normal);pointer-events:none;z-index:0}.project-card>*{position:relative;z-index:1}.project-card.hidden{display:none}.project-card:hover{transform:translateY(-8px);border-color:rgba(0,217,255,0.5);box-shadow:0 15px 40px rgba(0,217,255,0.3),0 0 30px rgba(217,70,239,0.2)}.project-card:hover::before{opacity:1}.project-image{position:relative;overflow:hidden;aspect-ratio:16 / 9}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(26,32,44,0.7);display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity var(--transition-speed)}.project-card:hover .project-overlay{opacity:1}.project-links{display:flex;gap:1.5rem}.project-link{display:flex;justify-content:center;align-items:center;width:50px;height:50px;background-color:var(--color-white);color:var(--color-primary);border-radius:50%;font-size:1.5rem;transform:translateY(20px);opacity:0;transition:transform 0.4s ease,opacity 0.4s ease,background-color 0.3s,color 0.3s}.project-card:hover .project-link{transform:translateY(0);opacity:1}.project-card:hover .project-link:nth-child(2){transition-delay:0.1s}.project-card:hover .project-link:nth-child(3){transition-delay:0.2s}.project-link:hover{background-color:var(--color-primary);color:var(--color-white)}.project-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0.5rem}.project-featured{background-color:var(--color-accent-red);color:var(--color-white);font-size:0.75rem;padding:0.2rem 0.6rem;border-radius:999px;font-family:var(--font-secondary);font-weight:500}.project-title{font-size:1.25rem;color:var(--color-text-primary);margin-bottom:0.75rem}.project-description{font-size:0.95rem;flex-grow:1;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1rem}.tech-tag{background:rgba(0,217,255,0.15);color:rgba(0,217,255,0.9);border:1px solid rgba(0,217,255,0.3);padding:0.25rem 0.75rem;border-radius:var(--radius-full);font-size:0.8rem;font-family:var(--font-secondary);transition:all var(--transition-normal)}.tech-tag:hover{background:rgba(217,70,239,0.2);color:rgba(217,70,239,0.9);border-color:rgba(217,70,239,0.4);transform:translateY(-2px)}.project-stats{display:flex;gap:1.5rem;font-size:0.85rem;color:var(--color-text-secondary);border-top:1px solid var(--color-border);padding-top:1rem;margin-top:auto}.project-stats .stat{display:flex;align-items:center;gap:0.5rem}.projects-cta{text-align:center;margin-top:4rem}.projects-cta p{margin-bottom:1.5rem;font-size:1.125rem}