@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700;800;900&display=swap";
.Portfolio-module__waoPaG__portfolioPage{background:#fff;min-height:100vh;font-family:Space Grotesk,sans-serif;overflow-x:hidden}.Portfolio-module__waoPaG__portfolioPage *{will-change:auto}.Portfolio-module__waoPaG__projectCard,.Portfolio-module__waoPaG__filterBtn,.Portfolio-module__waoPaG__processStep{will-change:transform;backface-visibility:hidden;perspective:1000px}.Portfolio-module__waoPaG__hero{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:8rem 2rem 4rem;position:relative;overflow:hidden}.Portfolio-module__waoPaG__hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#ffffff1a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff1a 0%,#0000 50%);position:absolute;inset:0}.Portfolio-module__waoPaG__heroContent{z-index:1;max-width:1000px;margin:0 auto;animation:.8s ease-out Portfolio-module__waoPaG__fadeInUp;position:relative}.Portfolio-module__waoPaG__author{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff40;border:1px solid #fff3;border-radius:50px;margin-bottom:1.5rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;animation:.8s ease-out .1s both Portfolio-module__waoPaG__slideInDown;display:inline-block}.Portfolio-module__waoPaG__heroTitle{background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1.1;animation:.8s ease-out .2s both Portfolio-module__waoPaG__slideInUp}.Portfolio-module__waoPaG__heroDesc{opacity:.95;max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.3rem;line-height:1.7;animation:.8s ease-out .3s both Portfolio-module__waoPaG__fadeIn}.Portfolio-module__waoPaG__heroStats{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:600px;margin:0 auto;display:grid}.Portfolio-module__waoPaG__stat{text-align:center;animation:Portfolio-module__waoPaG__scaleIn .6s ease-out calc(.4s + var(--i)*.1s)both}.Portfolio-module__waoPaG__stat:first-child{--i:0}.Portfolio-module__waoPaG__stat:nth-child(2){--i:1}.Portfolio-module__waoPaG__stat:nth-child(3){--i:2}.Portfolio-module__waoPaG__stat h3{background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:900}.Portfolio-module__waoPaG__stat p{opacity:.9;font-size:1.1rem;font-weight:500}.Portfolio-module__waoPaG__filterSection{background:linear-gradient(#f8f9fa,#fff);padding:4rem 2rem 2rem;position:relative}.Portfolio-module__waoPaG__content{z-index:1;max-width:1200px;margin:0 auto;position:relative}.Portfolio-module__waoPaG__filters{flex-wrap:wrap;justify-content:center;gap:1rem;animation:.8s ease-out Portfolio-module__waoPaG__slideInUp;display:flex}.Portfolio-module__waoPaG__filterBtn{color:#666;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:50px;padding:1rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 4px 15px #0000001a}.Portfolio-module__waoPaG__filterBtn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Portfolio-module__waoPaG__filterBtn:hover:before{left:100%}.Portfolio-module__waoPaG__filterBtn:hover,.Portfolio-module__waoPaG__filterBtn.Portfolio-module__waoPaG__active{color:#fff;background:linear-gradient(135deg,#4b2e83,#875492);border-color:#4b2e83;transform:translateY(-2px)translateZ(0);box-shadow:0 8px 25px #4b2e834d}.Portfolio-module__waoPaG__portfolioSection{background:#fff;padding:4rem 2rem 6rem}.Portfolio-module__waoPaG__portfolioGrid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:3rem;margin-top:3rem;display:grid}.Portfolio-module__waoPaG__projectCard{animation:Portfolio-module__waoPaG__fadeInUp .6s ease-out calc(var(--i)*.1s)both;background:#fff;border:1px solid #0000000d;border-radius:20px;transition:all .3s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 8px 32px #00000014}.Portfolio-module__waoPaG__projectCard:first-child{--i:1}.Portfolio-module__waoPaG__projectCard:nth-child(2){--i:2}.Portfolio-module__waoPaG__projectCard:nth-child(3){--i:3}.Portfolio-module__waoPaG__projectCard:nth-child(4){--i:4}.Portfolio-module__waoPaG__projectCard:nth-child(5){--i:5}.Portfolio-module__waoPaG__projectCard:nth-child(6){--i:6}.Portfolio-module__waoPaG__projectCard:hover{transform:translateY(-8px)translateZ(0);box-shadow:0 20px 40px #0000001f}.Portfolio-module__waoPaG__projectImage{background:linear-gradient(135deg,#f8f9fa,#e9ecef);height:240px;position:relative;overflow:hidden}.Portfolio-module__waoPaG__projectImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s;transform:translateZ(0)}.Portfolio-module__waoPaG__projectCard:hover .Portfolio-module__waoPaG__projectImage img{transform:scale(1.05)translateZ(0)}.Portfolio-module__waoPaG__projectOverlay{opacity:0;z-index:2;background:linear-gradient(#0000001a 0%,#0000004d 50%,#000000b3 100%);flex-direction:column;justify-content:space-between;padding:1.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.Portfolio-module__waoPaG__projectCard:hover .Portfolio-module__waoPaG__projectOverlay{opacity:1}.Portfolio-module__waoPaG__projectStatus{align-self:flex-end}.Portfolio-module__waoPaG__statusBadge{text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:.4rem 1rem;font-size:.8rem;font-weight:700}.Portfolio-module__waoPaG__statusBadge.Portfolio-module__waoPaG__live{color:#fff;background:#22c55ee6;box-shadow:0 4px 15px #22c55e4d}.Portfolio-module__waoPaG__statusBadge.Portfolio-module__waoPaG__development{color:#fff;background:#f59e0be6;box-shadow:0 4px 15px #f59e0b4d}.Portfolio-module__waoPaG__projectActions{align-self:center}.Portfolio-module__waoPaG__viewProject{color:#4b2e83;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:25px;padding:.8rem 2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s}.Portfolio-module__waoPaG__viewProject:hover{color:#fff;background:#4b2e83;transform:translateY(-2px);box-shadow:0 8px 20px #4b2e834d}.Portfolio-module__waoPaG__projectInfo{z-index:2;padding:2rem;position:relative}.Portfolio-module__waoPaG__projectMeta{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.Portfolio-module__waoPaG__category{color:#4b2e83;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #4b2e831a;border-radius:15px;padding:.3rem .8rem;font-size:.85rem;font-weight:700}.Portfolio-module__waoPaG__projectTitle{color:#1a1a1a;margin-bottom:1rem;font-size:1.4rem;font-weight:800;line-height:1.3}.Portfolio-module__waoPaG__projectDesc{color:#666;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.Portfolio-module__waoPaG__projectFeatures{background:linear-gradient(135deg,#f8f9fa,#f1f3f4);border-left:3px solid #4b2e83;border-radius:12px;margin-bottom:1.5rem;padding:1rem}.Portfolio-module__waoPaG__projectFeatures h4,.Portfolio-module__waoPaG__projectTech h4{color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.8rem;font-size:.85rem;font-weight:800}.Portfolio-module__waoPaG__projectFeatures ul{gap:.3rem;padding:0;list-style:none;display:grid}.Portfolio-module__waoPaG__projectFeatures li{color:#555;padding-left:1.2rem;font-size:.9rem;font-weight:500;position:relative}.Portfolio-module__waoPaG__projectFeatures li:before{content:"→";color:#4b2e83;font-weight:700;position:absolute;left:0}.Portfolio-module__waoPaG__techStack{flex-wrap:wrap;gap:.5rem;display:flex}.Portfolio-module__waoPaG__techTag{color:#4b2e83;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);border:1px solid #4b2e831a;border-radius:15px;padding:.3rem .8rem;font-size:.8rem;font-weight:600;transition:all .2s}.Portfolio-module__waoPaG__techTag:hover{color:#fff;background:linear-gradient(135deg,#4b2e83,#875492);transform:translateY(-1px);box-shadow:0 3px 10px #4b2e834d}.Portfolio-module__waoPaG__cta{color:#fff;text-align:center;background:linear-gradient(135deg,#4b2e83,#875492);padding:6rem 2rem;position:relative;overflow:hidden}.Portfolio-module__waoPaG__cta:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 20%,#ffffff1a 0%,#0000 50%),radial-gradient(circle at 70% 80%,#ffffff1a 0%,#0000 50%);position:absolute;inset:0}.Portfolio-module__waoPaG__cta h2{z-index:1;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:900;position:relative}.Portfolio-module__waoPaG__cta p{opacity:.9;z-index:1;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.6;position:relative}.Portfolio-module__waoPaG__ctaButtons{z-index:1;flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}.Portfolio-module__waoPaG__primaryBtn{color:#4b2e83;background:#fff;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px #0003}.Portfolio-module__waoPaG__primaryBtn:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.Portfolio-module__waoPaG__secondaryBtn{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s}.Portfolio-module__waoPaG__secondaryBtn:hover{color:#4b2e83;background:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #fff3}.Portfolio-module__waoPaG__process{background:#f8f9fa;padding:6rem 2rem;position:relative}.Portfolio-module__waoPaG__process h2{text-align:center;color:#1a1a1a;z-index:1;background:linear-gradient(45deg,#1a1a1a,#666);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:2.5rem;font-weight:900;position:relative}.Portfolio-module__waoPaG__processSteps{z-index:1;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid;position:relative}.Portfolio-module__waoPaG__processStep{text-align:center;animation:Portfolio-module__waoPaG__fadeInUp .6s ease-out calc(var(--i)*.1s)both;background:#fff;border-radius:16px;padding:2rem;transition:all .3s;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 4px 20px #00000014}.Portfolio-module__waoPaG__processStep:first-child{--i:1}.Portfolio-module__waoPaG__processStep:nth-child(2){--i:2}.Portfolio-module__waoPaG__processStep:nth-child(3){--i:3}.Portfolio-module__waoPaG__processStep:nth-child(4){--i:4}.Portfolio-module__waoPaG__processStep:hover{transform:translateY(-5px)translateZ(0);box-shadow:0 10px 30px #0000001f}.Portfolio-module__waoPaG__stepNumber{color:#fff;z-index:1;background:linear-gradient(135deg,#4b2e83,#875492);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:900;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 15px #4b2e834d}.Portfolio-module__waoPaG__processStep:hover .Portfolio-module__waoPaG__stepNumber{transform:scale(1.1)rotateY(180deg);box-shadow:0 6px 20px #4b2e8366}.Portfolio-module__waoPaG__stepContent{z-index:1;position:relative}.Portfolio-module__waoPaG__stepContent h3{color:#1a1a1a;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.Portfolio-module__waoPaG__stepContent p{color:#666;font-size:1rem;line-height:1.6}@keyframes Portfolio-module__waoPaG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Portfolio-module__waoPaG__slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes Portfolio-module__waoPaG__slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Portfolio-module__waoPaG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Portfolio-module__waoPaG__scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.Portfolio-module__waoPaG__heroTitle{font-size:2.5rem}.Portfolio-module__waoPaG__cta h2,.Portfolio-module__waoPaG__process h2{font-size:2rem}.Portfolio-module__waoPaG__heroStats,.Portfolio-module__waoPaG__portfolioGrid{grid-template-columns:1fr;gap:2rem}.Portfolio-module__waoPaG__filters{scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;padding-bottom:1rem;overflow-x:auto}.Portfolio-module__waoPaG__filters::-webkit-scrollbar{display:none}.Portfolio-module__waoPaG__filterBtn{white-space:nowrap;min-width:max-content}.Portfolio-module__waoPaG__ctaButtons{flex-direction:column;align-items:center}.Portfolio-module__waoPaG__primaryBtn,.Portfolio-module__waoPaG__secondaryBtn{width:100%;max-width:280px}.Portfolio-module__waoPaG__processSteps{grid-template-columns:1fr;gap:1.5rem}.Portfolio-module__waoPaG__projectCard{margin:0 .5rem}}@media (max-width:480px){.Portfolio-module__waoPaG__hero{padding:5rem 1rem 3rem}.Portfolio-module__waoPaG__heroTitle{font-size:2rem}.Portfolio-module__waoPaG__portfolioSection{padding:3rem 1rem 4rem}.Portfolio-module__waoPaG__projectInfo{padding:1.5rem}.Portfolio-module__waoPaG__cta,.Portfolio-module__waoPaG__process{padding:4rem 1rem}}
