.ProjectsHero-module__kbUx2a__hero{background:0 0;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.ProjectsHero-module__kbUx2a__background{pointer-events:none;position:absolute;inset:0}.ProjectsHero-module__kbUx2a__gradientOrb1{filter:blur(60px);background:radial-gradient(circle,#8b5cf614 0%,#0000 70%);border-radius:50%;width:600px;height:600px;transition:transform .1s ease-out;position:absolute;top:-300px;right:-300px}.ProjectsHero-module__kbUx2a__gradientOrb2{filter:blur(60px);background:radial-gradient(circle,#3b82f60f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;transition:transform .1s ease-out;position:absolute;bottom:-250px;left:-250px}.ProjectsHero-module__kbUx2a__floatingTech{color:#94a3b8;opacity:.6;flex-direction:column;align-items:center;gap:.5rem;transition:all .3s;animation:8s ease-in-out infinite ProjectsHero-module__kbUx2a__floatTech;display:flex;position:absolute}.ProjectsHero-module__kbUx2a__floatingTech:hover{color:#3b82f6;opacity:1;transform:scale(1.1)}.ProjectsHero-module__kbUx2a__floatingTech i{font-size:2rem}.ProjectsHero-module__kbUx2a__floatingTech span{white-space:nowrap;font-size:.75rem;font-weight:500}@keyframes ProjectsHero-module__kbUx2a__floatTech{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-15px)rotate(5deg)}66%{transform:translateY(10px)rotate(-5deg)}}.ProjectsHero-module__kbUx2a__container{z-index:2;grid-template-columns:1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 20px;display:grid;position:relative}@media (min-width:1024px){.ProjectsHero-module__kbUx2a__container{grid-template-columns:1fr 1fr}}.ProjectsHero-module__kbUx2a__content{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.ProjectsHero-module__kbUx2a__content.ProjectsHero-module__kbUx2a__visible{opacity:1;transform:translateY(0)}.ProjectsHero-module__kbUx2a__badge{background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:50px;align-items:center;margin-bottom:2rem;padding:.5rem 1.5rem;display:inline-flex;position:relative;overflow:hidden}.ProjectsHero-module__kbUx2a__badgeText{color:#8b5cf6;z-index:2;font-size:.875rem;font-weight:600}.ProjectsHero-module__kbUx2a__badgeGlow{background:linear-gradient(90deg,#0000,#8b5cf64d,#0000);animation:3s infinite ProjectsHero-module__kbUx2a__shine;position:absolute;inset:0}@keyframes ProjectsHero-module__kbUx2a__shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.ProjectsHero-module__kbUx2a__heading{color:var(--text-color);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}@media (min-width:768px){.ProjectsHero-module__kbUx2a__heading{font-size:3.5rem}}.ProjectsHero-module__kbUx2a__gradientText{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 50%,#06b6d4 100%) 0 0/200% 200%;-webkit-background-clip:text;background-clip:text;animation:4s infinite ProjectsHero-module__kbUx2a__gradientShift}@keyframes ProjectsHero-module__kbUx2a__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.ProjectsHero-module__kbUx2a__description{color:#94a3b8;max-width:500px;margin-bottom:3rem;font-size:1.25rem;line-height:1.7}.ProjectsHero-module__kbUx2a__stats{gap:2rem;display:flex}.ProjectsHero-module__kbUx2a__stat{text-align:left}.ProjectsHero-module__kbUx2a__statNumber{color:#8b5cf6;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;line-height:1;display:block}.ProjectsHero-module__kbUx2a__statLabel{color:#94a3b8;font-size:.875rem;font-weight:500}.ProjectsHero-module__kbUx2a__visual{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1) .2s;transform:translate(30px)}.ProjectsHero-module__kbUx2a__visual.ProjectsHero-module__kbUx2a__visible{opacity:1;transform:translate(0)}.ProjectsHero-module__kbUx2a__projectPreview{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.ProjectsHero-module__kbUx2a__previewCard{background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:12px;width:300px;transition:transform .3s;overflow:hidden;transform:perspective(1000px)rotateY(-5deg)rotateX(5deg);box-shadow:0 25px 50px -12px #00000080}.ProjectsHero-module__kbUx2a__previewCard:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.ProjectsHero-module__kbUx2a__cardHeader{background:var(--primary-bg);border-bottom:1px solid var(--border-color);padding:1rem}.ProjectsHero-module__kbUx2a__windowControls{gap:.5rem;display:flex}.ProjectsHero-module__kbUx2a__windowControls span{background:#64748b;border-radius:50%;width:12px;height:12px}.ProjectsHero-module__kbUx2a__windowControls span:first-child{background:#ef4444}.ProjectsHero-module__kbUx2a__windowControls span:nth-child(2){background:#f59e0b}.ProjectsHero-module__kbUx2a__windowControls span:nth-child(3){background:#10b981}.ProjectsHero-module__kbUx2a__cardContent{padding:1.5rem}.ProjectsHero-module__kbUx2a__codeLines{margin-bottom:1rem}.ProjectsHero-module__kbUx2a__codeLine{background:#374151;border-radius:2px;height:4px;margin-bottom:.5rem;animation:2s ease-in-out infinite ProjectsHero-module__kbUx2a__codePulse}.ProjectsHero-module__kbUx2a__codeLine:first-child{width:80%;animation-delay:0s}.ProjectsHero-module__kbUx2a__codeLine:nth-child(2){width:60%;animation-delay:.2s}.ProjectsHero-module__kbUx2a__codeLine:nth-child(3){width:70%;animation-delay:.4s}.ProjectsHero-module__kbUx2a__codeLine:nth-child(4){width:50%;animation-delay:.6s}@keyframes ProjectsHero-module__kbUx2a__codePulse{0%,to{opacity:.5}50%{opacity:1}}.ProjectsHero-module__kbUx2a__previewImage{background:linear-gradient(135deg,#374151,#4b5563);border-radius:8px;height:150px;position:relative;overflow:hidden}.ProjectsHero-module__kbUx2a__previewImage:before{content:"";background:linear-gradient(45deg,#0000 40%,#8b5cf61a 50%,#0000 60%);animation:2s ease-in-out infinite ProjectsHero-module__kbUx2a__shimmer;position:absolute;inset:0}@keyframes ProjectsHero-module__kbUx2a__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.ProjectsHero-module__kbUx2a__floatingElement1,.ProjectsHero-module__kbUx2a__floatingElement2,.ProjectsHero-module__kbUx2a__floatingElement3{color:#8b5cf6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;animation:6s ease-in-out infinite ProjectsHero-module__kbUx2a__floatElement;display:flex;position:absolute}.ProjectsHero-module__kbUx2a__floatingElement1{animation-delay:0s;top:10%;right:10%}.ProjectsHero-module__kbUx2a__floatingElement2{animation-delay:2s;bottom:20%;right:5%}.ProjectsHero-module__kbUx2a__floatingElement3{animation-delay:4s;bottom:10%;right:20%}@keyframes ProjectsHero-module__kbUx2a__floatElement{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-20px)rotate(10deg)}66%{transform:translateY(10px)rotate(-10deg)}}.ProjectsHero-module__kbUx2a__scrollIndicator{color:#64748b;opacity:0;flex-direction:column;align-items:center;gap:.5rem;animation:1s 2s forwards ProjectsHero-module__kbUx2a__fadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes ProjectsHero-module__kbUx2a__fadeIn{to{opacity:1}}.ProjectsHero-module__kbUx2a__scrollLine{background:linear-gradient(#8b5cf6,#0000);width:2px;height:40px;animation:2s ease-in-out infinite ProjectsHero-module__kbUx2a__scrollLine}@keyframes ProjectsHero-module__kbUx2a__scrollLine{0%{opacity:0;transform:translateY(-20px)}50%{opacity:1}to{opacity:0;transform:translateY(20px)}}.ProjectsHero-module__kbUx2a__scrollText{font-size:.875rem;font-weight:500}@media (max-width:768px){.ProjectsHero-module__kbUx2a__heading{font-size:2.5rem}.ProjectsHero-module__kbUx2a__description{font-size:1.125rem}.ProjectsHero-module__kbUx2a__stats{flex-direction:column;gap:1.5rem}.ProjectsHero-module__kbUx2a__projectPreview{height:300px}.ProjectsHero-module__kbUx2a__previewCard{width:250px;transform:none}.ProjectsHero-module__kbUx2a__previewCard:hover{transform:none}.ProjectsHero-module__kbUx2a__floatingElement1,.ProjectsHero-module__kbUx2a__floatingElement2,.ProjectsHero-module__kbUx2a__floatingElement3{display:none}}
.ProjectsShowcase-module__yFflaq__showcase{background:0 0;border-radius:2rem;padding:4rem 0;position:relative}.ProjectsShowcase-module__yFflaq__container{max-width:1200px;margin:0 auto;padding:0 16px}.ProjectsShowcase-module__yFflaq__header{text-align:center;opacity:1;margin-bottom:3rem;transform:translateY(0)}@media (min-width:769px){.ProjectsShowcase-module__yFflaq__header{opacity:0;transition:all .6s;transform:translateY(30px)}.ProjectsShowcase-module__yFflaq__header.ProjectsShowcase-module__yFflaq__visible{opacity:1;transform:translateY(0)}}.ProjectsShowcase-module__yFflaq__title{color:var(--text-color);-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#94a3b8 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.ProjectsShowcase-module__yFflaq__subtitle{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.ProjectsShowcase-module__yFflaq__filter{opacity:1;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem;display:flex;transform:translateY(0)}@media (min-width:769px){.ProjectsShowcase-module__yFflaq__filter{opacity:0;transition:all .4s .1s;transform:translateY(20px)}.ProjectsShowcase-module__yFflaq__filter.ProjectsShowcase-module__yFflaq__visible{opacity:1;transform:translateY(0)}}.ProjectsShowcase-module__yFflaq__filterButton{border:1px solid var(--border-color);color:#94a3b8;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:1;background:#ffffff08;border-radius:50px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;transform:translateY(0)}@media (min-width:769px){.ProjectsShowcase-module__yFflaq__filterButton{opacity:0;animation:.4s forwards ProjectsShowcase-module__yFflaq__filterFadeIn;transform:translateY(10px)}}.ProjectsShowcase-module__yFflaq__filterButton:hover{color:var(--text-color);background:#ffffff14;border-color:#fff3}.ProjectsShowcase-module__yFflaq__filterButton.ProjectsShowcase-module__yFflaq__active{color:#8b5cf6;background:#8b5cf61a;border-color:#8b5cf6}@keyframes ProjectsShowcase-module__yFflaq__filterFadeIn{to{opacity:1;transform:translateY(0)}}.ProjectsShowcase-module__yFflaq__projectsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.ProjectsShowcase-module__yFflaq__projectCard{border:1px solid var(--border-color);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:1;background:#ffffff08;border-radius:16px;transition:all .3s;position:relative;overflow:hidden;transform:translateY(0)}@media (min-width:769px){.ProjectsShowcase-module__yFflaq__projectCard{opacity:0;transition:all .4s;transform:translateY(20px)}.ProjectsShowcase-module__yFflaq__projectCard.ProjectsShowcase-module__yFflaq__visible{opacity:1;transform:translateY(0)}}.ProjectsShowcase-module__yFflaq__projectCard:hover{background:#ffffff0d;border-color:#8b5cf680;transform:translateY(-5px)}.ProjectsShowcase-module__yFflaq__cardImage{height:180px;position:relative;overflow:hidden}.ProjectsShowcase-module__yFflaq__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.ProjectsShowcase-module__yFflaq__projectCard:hover .ProjectsShowcase-module__yFflaq__projectImage{transform:scale(1.05)}.ProjectsShowcase-module__yFflaq__imageFallback{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.ProjectsShowcase-module__yFflaq__fallbackIcon{opacity:.8;margin-bottom:.5rem;font-size:1.5rem}.ProjectsShowcase-module__yFflaq__fallbackText{opacity:.9;font-size:.8rem;font-weight:500}.ProjectsShowcase-module__yFflaq__imageOverlay{opacity:0;background:linear-gradient(#0000,#000000b3);transition:opacity .3s;position:absolute;inset:0}.ProjectsShowcase-module__yFflaq__projectCard:hover .ProjectsShowcase-module__yFflaq__imageOverlay{opacity:1}.ProjectsShowcase-module__yFflaq__projectType{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;display:flex;position:absolute;top:.75rem;left:.75rem}.ProjectsShowcase-module__yFflaq__projectType i{color:var(--text-color);font-size:1.125rem}.ProjectsShowcase-module__yFflaq__projectStatus{position:absolute;top:.75rem;right:.75rem}.ProjectsShowcase-module__yFflaq__statusBadge{border:1px solid;border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.ProjectsShowcase-module__yFflaq__cardContent{padding:1.25rem;position:relative}.ProjectsShowcase-module__yFflaq__cardHeader{margin-bottom:.875rem}.ProjectsShowcase-module__yFflaq__projectTitle{color:var(--text-color);margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.3}.ProjectsShowcase-module__yFflaq__projectCategory{color:#8b5cf6;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:600}.ProjectsShowcase-module__yFflaq__projectDescription{color:#94a3b8;margin-bottom:1.25rem;font-size:.8rem;line-height:1.6}.ProjectsShowcase-module__yFflaq__technologies{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.ProjectsShowcase-module__yFflaq__techTag{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:500}.ProjectsShowcase-module__yFflaq__moreTech{color:#94a3b8;font-size:.7rem;font-weight:500}.ProjectsShowcase-module__yFflaq__cardHover{opacity:0;background:#000c;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.ProjectsShowcase-module__yFflaq__projectCard:hover .ProjectsShowcase-module__yFflaq__cardHover{opacity:1}.ProjectsShowcase-module__yFflaq__hoverContent{text-align:center}.ProjectsShowcase-module__yFflaq__viewButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.ProjectsShowcase-module__yFflaq__viewButton:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #8b5cf666}.ProjectsShowcase-module__yFflaq__cardGlow{opacity:0;background:linear-gradient(90deg,#8b5cf6,#3b82f6,#06b6d4);height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.ProjectsShowcase-module__yFflaq__projectCard:hover .ProjectsShowcase-module__yFflaq__cardGlow{opacity:1}.ProjectsShowcase-module__yFflaq__modal{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;justify-content:center;align-items:center;padding:1rem;animation:.3s ProjectsShowcase-module__yFflaq__modalFadeIn;display:flex;position:fixed;inset:0}@keyframes ProjectsShowcase-module__yFflaq__modalFadeIn{0%{opacity:0}to{opacity:1}}.ProjectsShowcase-module__yFflaq__modalContent{background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:16px;width:100%;max-width:800px;max-height:90vh;animation:.3s ProjectsShowcase-module__yFflaq__modalSlideIn;position:relative;overflow-y:auto}@keyframes ProjectsShowcase-module__yFflaq__modalSlideIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.ProjectsShowcase-module__yFflaq__closeButton{border:1px solid var(--border-color);color:var(--text-color);cursor:pointer;z-index:10;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;transition:all .3s;display:flex;position:absolute;top:.75rem;right:.75rem}.ProjectsShowcase-module__yFflaq__closeButton:hover{color:#ef4444;background:#ef444433;border-color:#ef4444}.ProjectsShowcase-module__yFflaq__modalImage{height:200px;position:relative;overflow:hidden}.ProjectsShowcase-module__yFflaq__modalProjectImage{object-fit:cover;border-radius:16px 16px 0 0;width:100%;height:100%}.ProjectsShowcase-module__yFflaq__modalImageFallback{color:#fff;text-align:center;border-radius:16px 16px 0 0;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;display:flex}.ProjectsShowcase-module__yFflaq__modalFallbackIcon{opacity:.8;margin-bottom:.75rem;font-size:2rem}.ProjectsShowcase-module__yFflaq__modalFallbackText{opacity:.9;font-size:1rem;font-weight:600}.ProjectsShowcase-module__yFflaq__modalTypeIndicator{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-color);z-index:2;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.875rem;font-weight:500;display:flex;position:absolute;top:.75rem;left:.75rem}.ProjectsShowcase-module__yFflaq__modalTypeIndicator i{font-size:1rem}.ProjectsShowcase-module__yFflaq__modalBody{padding:1.5rem}.ProjectsShowcase-module__yFflaq__modalHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.ProjectsShowcase-module__yFflaq__modalStatus{border:1px solid;border-radius:20px;margin-bottom:.75rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.ProjectsShowcase-module__yFflaq__modalTitle{color:var(--text-color);margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.ProjectsShowcase-module__yFflaq__modalDescription{color:#94a3b8;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.ProjectsShowcase-module__yFflaq__modalFeatures{margin-bottom:1.5rem}.ProjectsShowcase-module__yFflaq__modalFeatures h4{color:var(--text-color);margin-bottom:.875rem;font-size:1.125rem;font-weight:600}.ProjectsShowcase-module__yFflaq__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.875rem;display:grid}.ProjectsShowcase-module__yFflaq__featureItem{color:#94a3b8;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.ProjectsShowcase-module__yFflaq__featureItem i{color:#10b981;font-size:.9rem}.ProjectsShowcase-module__yFflaq__modalTechnologies{margin-bottom:1.5rem}.ProjectsShowcase-module__yFflaq__modalTechnologies h4{color:var(--text-color);margin-bottom:.875rem;font-size:1.125rem;font-weight:600}.ProjectsShowcase-module__yFflaq__techGrid{flex-wrap:wrap;gap:.5rem;display:flex}.ProjectsShowcase-module__yFflaq__techItem{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;padding:.4rem .8rem;font-size:.875rem;font-weight:500}.ProjectsShowcase-module__yFflaq__modalActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.ProjectsShowcase-module__yFflaq__liveButton,.ProjectsShowcase-module__yFflaq__githubButton{border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.ProjectsShowcase-module__yFflaq__liveButton{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%)}.ProjectsShowcase-module__yFflaq__githubButton{border:1px solid var(--border-color);color:var(--text-color);background:#ffffff0d}.ProjectsShowcase-module__yFflaq__liveButton:hover,.ProjectsShowcase-module__yFflaq__githubButton:hover{transform:translateY(-2px)}.ProjectsShowcase-module__yFflaq__liveButton:hover{box-shadow:0 10px 25px -5px #8b5cf666}.ProjectsShowcase-module__yFflaq__githubButton:hover{background:#ffffff1a;border-color:#ffffff4d}.ProjectsShowcase-module__yFflaq__privateNotice{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.25rem;font-size:.9rem;font-weight:500;display:flex}.ProjectsShowcase-module__yFflaq__privateNotice i{font-size:1.125rem}@media (max-width:768px){.ProjectsShowcase-module__yFflaq__showcase{padding:2rem 0}.ProjectsShowcase-module__yFflaq__container{padding:0 12px}.ProjectsShowcase-module__yFflaq__header{margin-bottom:2rem}.ProjectsShowcase-module__yFflaq__title{font-size:2rem}.ProjectsShowcase-module__yFflaq__subtitle{padding:0 1rem;font-size:1rem}.ProjectsShowcase-module__yFflaq__projectsGrid{grid-template-columns:1fr;gap:1rem}.ProjectsShowcase-module__yFflaq__filter{gap:.5rem;margin-bottom:2rem;padding:0 .5rem}.ProjectsShowcase-module__yFflaq__filterButton{padding:.5rem 1rem;font-size:.8rem}.ProjectsShowcase-module__yFflaq__cardImage{height:160px}.ProjectsShowcase-module__yFflaq__projectTitle{font-size:1.125rem}.ProjectsShowcase-module__yFflaq__cardContent{padding:1rem}.ProjectsShowcase-module__yFflaq__modal{padding:.5rem}.ProjectsShowcase-module__yFflaq__modalBody{padding:1.25rem}.ProjectsShowcase-module__yFflaq__modalHeader{flex-direction:column;gap:1rem}.ProjectsShowcase-module__yFflaq__modalTitle{font-size:1.25rem}.ProjectsShowcase-module__yFflaq__modalActions{flex-direction:column;align-items:stretch}.ProjectsShowcase-module__yFflaq__liveButton,.ProjectsShowcase-module__yFflaq__githubButton{justify-content:center}.ProjectsShowcase-module__yFflaq__featuresGrid{grid-template-columns:1fr}.ProjectsShowcase-module__yFflaq__modalImage{height:180px}}@media (max-width:480px){.ProjectsShowcase-module__yFflaq__title{font-size:1.75rem}.ProjectsShowcase-module__yFflaq__projectsGrid{grid-template-columns:1fr}.ProjectsShowcase-module__yFflaq__cardImage{height:140px}.ProjectsShowcase-module__yFflaq__filterButton{padding:.4rem .8rem;font-size:.75rem}.ProjectsShowcase-module__yFflaq__modalContent{margin:.5rem}.ProjectsShowcase-module__yFflaq__modalBody{padding:1rem}}
.ProjectsCTA-module__3xs9Ha__cta{background:0 0;padding:6rem 0;position:relative;overflow:hidden}.ProjectsCTA-module__3xs9Ha__container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.ProjectsCTA-module__3xs9Ha__content{border:1px solid var(--border-color);text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;background:#ffffff08;border-radius:30px;padding:4rem;transition:all .8s;position:relative;overflow:hidden;transform:translateY(30px)}.ProjectsCTA-module__3xs9Ha__content.ProjectsCTA-module__3xs9Ha__visible{opacity:1;transform:translateY(0)}.ProjectsCTA-module__3xs9Ha__content:before{content:"";background:linear-gradient(90deg,#8b5cf6,#3b82f6,#06b6d4);height:2px;position:absolute;top:0;left:0;right:0}.ProjectsCTA-module__3xs9Ha__textContent{margin-bottom:3rem}.ProjectsCTA-module__3xs9Ha__title{color:var(--text-color);-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#94a3b8 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:800}.ProjectsCTA-module__3xs9Ha__description{color:#94a3b8;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.7}.ProjectsCTA-module__3xs9Ha__features{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.ProjectsCTA-module__3xs9Ha__feature{color:#3b82f6;align-items:center;gap:.5rem;font-weight:500;display:flex}.ProjectsCTA-module__3xs9Ha__feature i{font-size:1.125rem}.ProjectsCTA-module__3xs9Ha__actionContent{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.ProjectsCTA-module__3xs9Ha__primaryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);border:none;border-radius:15px;align-items:center;gap:.5rem;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 10px 30px -5px #8b5cf666}.ProjectsCTA-module__3xs9Ha__primaryButton:hover{transform:translateY(-3px);box-shadow:0 20px 40px -10px #8b5cf699}.ProjectsCTA-module__3xs9Ha__secondaryButton{color:var(--text-color);border:1px solid var(--border-color);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:15px;align-items:center;gap:.5rem;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:flex}.ProjectsCTA-module__3xs9Ha__secondaryButton:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-3px)}.ProjectsCTA-module__3xs9Ha__floatingElement1,.ProjectsCTA-module__3xs9Ha__floatingElement2{color:#8b5cf6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;animation:8s ease-in-out infinite ProjectsCTA-module__3xs9Ha__floatCTA;display:flex;position:absolute}.ProjectsCTA-module__3xs9Ha__floatingElement1{animation-delay:0s;top:20%;left:5%}.ProjectsCTA-module__3xs9Ha__floatingElement2{animation-delay:4s;bottom:20%;right:5%}@keyframes ProjectsCTA-module__3xs9Ha__floatCTA{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-20px)rotate(10deg)}66%{transform:translateY(10px)rotate(-10deg)}}@media (max-width:768px){.ProjectsCTA-module__3xs9Ha__content{padding:3rem 2rem}.ProjectsCTA-module__3xs9Ha__title{font-size:2.5rem}.ProjectsCTA-module__3xs9Ha__description{font-size:1.125rem}.ProjectsCTA-module__3xs9Ha__features{flex-direction:column;gap:1rem}.ProjectsCTA-module__3xs9Ha__actionContent{flex-direction:column;align-items:center}.ProjectsCTA-module__3xs9Ha__primaryButton,.ProjectsCTA-module__3xs9Ha__secondaryButton{justify-content:center;width:100%;max-width:300px}.ProjectsCTA-module__3xs9Ha__floatingElement1,.ProjectsCTA-module__3xs9Ha__floatingElement2{display:none}}
