@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
.Projects-module__59Bbfa__container{color:#f5f5f5;background:radial-gradient(circle at top,#4a0d0d,#1a0505 70%);width:100%;min-height:100vh;margin:0;padding:0;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}.Projects-module__59Bbfa__projectsScrollbar{scrollbar-width:thin;scrollbar-color:#ff4d4d #1a0505}.Projects-module__59Bbfa__projectsScrollbar::-webkit-scrollbar{width:10px}.Projects-module__59Bbfa__projectsScrollbar::-webkit-scrollbar-track{background:#1a0505}.Projects-module__59Bbfa__projectsScrollbar::-webkit-scrollbar-thumb{background:#ff4d4d;border-radius:5px}.Projects-module__59Bbfa__projectsScrollbar::-webkit-scrollbar-thumb:hover{background:#f66}.Projects-module__59Bbfa__particles{pointer-events:none;z-index:1;position:fixed;inset:0}.Projects-module__59Bbfa__particle{pointer-events:none;background:#ff4d4d;border-radius:50%;position:absolute}.Projects-module__59Bbfa__interactiveBg{pointer-events:none;z-index:2;opacity:.3;transition:background .1s;position:fixed;inset:0}.Projects-module__59Bbfa__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a0505e6;justify-content:space-between;align-items:center;height:64px;padding:0 clamp(1.5rem,4vw,4rem);transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.Projects-module__59Bbfa__logo{color:#ff4d4d;z-index:101;padding:.5rem 1rem;font-size:1.3rem;font-weight:700;transition:all .3s;position:relative}.Projects-module__59Bbfa__logo:after{content:"";opacity:0;background:linear-gradient(45deg,#0000,#ff4d4d1a,#0000);border-radius:8px;transition:opacity .3s;position:absolute;inset:0}.Projects-module__59Bbfa__logo:hover:after{opacity:1}.Projects-module__59Bbfa__nav{gap:2rem;display:flex}.Projects-module__59Bbfa__nav a{color:#e5cfcf;cursor:pointer;padding:.25rem 0;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s,transform .3s;position:relative}.Projects-module__59Bbfa__nav a:hover{color:#ff4d4d;transform:translateY(-2px)}.Projects-module__59Bbfa__nav a:after{content:"";background:#ff4d4d;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Projects-module__59Bbfa__nav a:hover:after{width:100%}.Projects-module__59Bbfa__nav a.Projects-module__59Bbfa__active{color:#ff4d4d}.Projects-module__59Bbfa__nav a.Projects-module__59Bbfa__active:after{width:100%}.Projects-module__59Bbfa__hero{padding-top:64px;z-index:3;grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;max-width:1400px;height:100svh;min-height:calc(100svh - 64px);margin:0 auto;padding-inline:clamp(1.5rem,4vw,4rem);display:grid;position:relative}.Projects-module__59Bbfa__textContent{z-index:2;padding-right:2rem}.Projects-module__59Bbfa__greeting{color:#ff7b7b;letter-spacing:4px;text-transform:uppercase;margin-bottom:1rem;font-size:1.1rem;font-weight:500}.Projects-module__59Bbfa__name{margin-top:0;margin-bottom:1rem;font-size:clamp(3rem,5vw,4rem);font-weight:800;line-height:1.1}.Projects-module__59Bbfa__name span{color:#ff4d4d;display:inline-block;position:relative}.Projects-module__59Bbfa__role{margin-top:.5rem;margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.Projects-module__59Bbfa__role span{color:#ff4d4d}.Projects-module__59Bbfa__description{color:#e0bcbc;max-width:600px;margin-top:1.5rem;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.Projects-module__59Bbfa__stats{gap:3rem;margin-top:3rem;display:flex}.Projects-module__59Bbfa__statItem{flex-direction:column;align-items:flex-start;display:flex}.Projects-module__59Bbfa__statNumber{color:#ff4d4d;font-size:2.5rem;font-weight:700;line-height:1}.Projects-module__59Bbfa__statLabel{color:#fff9;text-transform:uppercase;letter-spacing:1px;margin-top:.5rem;font-size:.9rem}.Projects-module__59Bbfa__codeWrapper{justify-content:center;align-items:center;height:100%;min-height:400px;display:flex;position:relative}.Projects-module__59Bbfa__codeWindow{z-index:1;background:#0f0f19f2;border:2px solid #ff4d4d4d;border-radius:20px;width:100%;max-width:500px;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080}.Projects-module__59Bbfa__windowHeader{background:#ff4d4d1a;border-bottom:1px solid #ff4d4d33;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.Projects-module__59Bbfa__windowButtons{gap:.75rem;display:flex}.Projects-module__59Bbfa__windowButtons span{border-radius:50%;width:14px;height:14px;transition:all .3s;display:block}.Projects-module__59Bbfa__close{background:linear-gradient(135deg,#ff5f57,#ff2d20)}.Projects-module__59Bbfa__minimize{background:linear-gradient(135deg,#ffbd2e,#ff9d00)}.Projects-module__59Bbfa__maximize{background:linear-gradient(135deg,#28ca42,#00b32a)}.Projects-module__59Bbfa__windowTitle{color:#ff7b7b;letter-spacing:1px;font-family:Courier New,monospace;font-size:1rem;font-weight:500}.Projects-module__59Bbfa__windowIcon{color:#ff7b7b;font-size:1.2rem}.Projects-module__59Bbfa__codeContent{background:#0a0a14e6;min-height:300px;padding:2rem}.Projects-module__59Bbfa__codeContent pre{white-space:pre-wrap;word-wrap:break-word;margin:0;font-family:Fira Code,Courier New,monospace;font-size:.95rem;line-height:1.6;overflow-x:auto}.Projects-module__59Bbfa__codeContent code{color:#e0bcbc;display:block}.Projects-module__59Bbfa__codeContent .Projects-module__59Bbfa__keyword{color:#ff7b7b}.Projects-module__59Bbfa__codeContent .Projects-module__59Bbfa__string{color:#4dffb8}.Projects-module__59Bbfa__codeContent .Projects-module__59Bbfa__comment{color:#6c757d}.Projects-module__59Bbfa__codeContent .Projects-module__59Bbfa__function{color:#61dafb}.Projects-module__59Bbfa__codeContent .Projects-module__59Bbfa__number{color:#ffb84d}.Projects-module__59Bbfa__floatingElements{pointer-events:none;z-index:0;position:absolute;inset:0}.Projects-module__59Bbfa__floatingElement{pointer-events:none;background:#ff4d4d4d;border:2px solid #ff4d4d80;border-radius:50%;width:20px;height:20px;position:absolute}.Projects-module__59Bbfa__featuredSection,.Projects-module__59Bbfa__allProjectsSection{max-width:1400px;margin:0 auto;padding:6rem clamp(1.5rem,4vw,4rem)}.Projects-module__59Bbfa__sectionHeader{align-items:center;gap:2rem;margin-bottom:4rem;display:flex}.Projects-module__59Bbfa__sectionNumber{color:#ff7b7b;opacity:.5;font-size:1.2rem;font-weight:700}.Projects-module__59Bbfa__sectionHeader h2{color:#fff;white-space:nowrap;font-size:2.5rem;font-weight:700}.Projects-module__59Bbfa__sectionLine{background:linear-gradient(90deg,#ff4d4d4d,#0000);flex:1;height:1px}.Projects-module__59Bbfa__featuredBadge{color:#ff7b7b;background:#ff4d4d1a;border:1px solid #ff4d4d4d;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:flex}.Projects-module__59Bbfa__featuredBadge svg{color:gold}.Projects-module__59Bbfa__featuredGrid{grid-template-columns:repeat(auto-fit,minmax(600px,1fr));gap:3rem;display:grid}.Projects-module__59Bbfa__featuredCard{background:#ff4d4d14;border:1px solid #ff4d4d4d;border-radius:24px;transition:all .4s;position:relative;overflow:hidden}.Projects-module__59Bbfa__featuredCard:hover{background:#ff4d4d1f;border-color:#ff4d4d80}.Projects-module__59Bbfa__featuredImage{height:320px;position:relative;overflow:hidden}.Projects-module__59Bbfa__featuredImage img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.Projects-module__59Bbfa__featuredCard:hover .Projects-module__59Bbfa__featuredImage img{transform:scale(1.1)}.Projects-module__59Bbfa__projectIcon{color:#fff;z-index:2;background:linear-gradient(135deg,#ff4d4d,#ff7b7b);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.8rem;display:flex;position:absolute;top:2rem;left:2rem;box-shadow:0 10px 20px #0000004d}.Projects-module__59Bbfa__imageOverlay{opacity:0;background:linear-gradient(#0000 50%,#1a0505f2);align-items:flex-end;padding:2rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.Projects-module__59Bbfa__featuredCard:hover .Projects-module__59Bbfa__imageOverlay{opacity:1}.Projects-module__59Bbfa__overlayContent{width:100%}.Projects-module__59Bbfa__projectTags{flex-wrap:wrap;gap:.5rem;display:flex}.Projects-module__59Bbfa__tag{color:#ff7b7b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ff4d4d33;border:1px solid #ff4d4d4d;border-radius:50px;padding:.5rem 1rem;font-size:.85rem;font-weight:500}.Projects-module__59Bbfa__featuredContent{padding:2.5rem}.Projects-module__59Bbfa__projectCategory{white-space:nowrap;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:flex}.Projects-module__59Bbfa__projectCategory.Projects-module__59Bbfa__web{color:#4dabff;background:#4dabff33;border:1px solid #4dabff4d}.Projects-module__59Bbfa__projectCategory.Projects-module__59Bbfa__mobile{color:#96f;background:#96f3;border:1px solid #9966ff4d}.Projects-module__59Bbfa__projectCategory.Projects-module__59Bbfa__design{color:#ffb84d;background:#ffb84d33;border:1px solid #ffb84d4d}.Projects-module__59Bbfa__projectCategory svg{font-size:.9rem}.Projects-module__59Bbfa__projectLinks{gap:1rem;display:flex}.Projects-module__59Bbfa__projectLink{color:#ff7b7b;cursor:pointer;background:#ff4d4d1a;border:1px solid #ff4d4d4d;border-radius:50px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.Projects-module__59Bbfa__projectLink:hover{background:#ff4d4d33;transform:translateY(-2px);box-shadow:0 10px 20px #ff4d4d33}.Projects-module__59Bbfa__projectLink svg{font-size:1.1rem}.Projects-module__59Bbfa__filterContainer{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.Projects-module__59Bbfa__filterButton{color:#e0bcbc;cursor:pointer;background:#ff4d4d14;border:none;border-radius:50px;outline:none;align-items:center;gap:.75rem;padding:1rem 1.75rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.Projects-module__59Bbfa__filterButton:hover{background:#ff4d4d26}.Projects-module__59Bbfa__filterButton.Projects-module__59Bbfa__active{color:#fff;background:linear-gradient(135deg,#ff4d4d,#ff7b7b);border-color:#0000;box-shadow:0 10px 20px #ff4d4d4d}.Projects-module__59Bbfa__filterButton svg{font-size:1.1rem}.Projects-module__59Bbfa__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.Projects-module__59Bbfa__projectCard{background:#ff4d4d14;border:1px solid #ff4d4d4d;border-radius:20px;transition:all .4s;position:relative;overflow:hidden}.Projects-module__59Bbfa__projectCard:hover{background:#ff4d4d1f;border-color:#ff4d4d80}.Projects-module__59Bbfa__projectImage{height:240px;position:relative;overflow:hidden}.Projects-module__59Bbfa__projectImage img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.Projects-module__59Bbfa__projectCard:hover .Projects-module__59Bbfa__projectImage img{transform:scale(1.1)}.Projects-module__59Bbfa__projectBadge{color:#fff;z-index:2;background:linear-gradient(135deg,#ff4d4d,#ff7b7b);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex;position:absolute;top:1.5rem;left:1.5rem;box-shadow:0 8px 16px #0000004d}.Projects-module__59Bbfa__projectImage .Projects-module__59Bbfa__imageOverlay{opacity:0;background:#1a0505b3;justify-content:center;align-items:center;padding:2rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.Projects-module__59Bbfa__projectCard:hover .Projects-module__59Bbfa__projectImage .Projects-module__59Bbfa__imageOverlay{opacity:1}.Projects-module__59Bbfa__projectActions{justify-content:center;gap:1rem;display:flex}.Projects-module__59Bbfa__actionButton{color:#ff7b7b;cursor:pointer;background:#ff4d4d33;border:1px solid #ff4d4d4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;text-decoration:none;transition:all .3s;display:flex}.Projects-module__59Bbfa__actionButton:hover{background:#ff4d4d4d;transform:translateY(-3px);box-shadow:0 10px 20px #ff4d4d33}.Projects-module__59Bbfa__projectContent{padding:2rem}.Projects-module__59Bbfa__projectHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.Projects-module__59Bbfa__projectHeader h3{color:#fff;flex:1;margin:0;font-size:1.4rem;font-weight:600}.Projects-module__59Bbfa__projectDescription{color:#e0bcbc;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Projects-module__59Bbfa__projectFooter{justify-content:space-between;align-items:center;display:flex}.Projects-module__59Bbfa__projectTech{flex-wrap:wrap;gap:.5rem;display:flex}.Projects-module__59Bbfa__techTag{color:#e0bcbc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;padding:.4rem .8rem;font-size:.8rem;font-weight:500}.Projects-module__59Bbfa__ctaSection{background:linear-gradient(135deg,#ff4d4d1a,#ff4d4d0d);border-top:1px solid #ff4d4d4d;border-bottom:1px solid #ff4d4d4d;margin-top:4rem;padding:6rem clamp(1.5rem,4vw,4rem)}.Projects-module__59Bbfa__ctaContent{text-align:center;max-width:800px;margin:0 auto}.Projects-module__59Bbfa__ctaIcon{background:#ff4d4d1a;border:2px solid #ff4d4d4d;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 2rem;display:flex}.Projects-module__59Bbfa__ctaIcon svg{color:#ff7b7b;font-size:3rem}.Projects-module__59Bbfa__ctaText h2{color:#fff;margin-bottom:1.5rem;font-size:2.8rem;font-weight:700;line-height:1.2}.Projects-module__59Bbfa__ctaText p{color:#e0bcbc;max-width:600px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.6}.Projects-module__59Bbfa__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.Projects-module__59Bbfa__primaryButton,.Projects-module__59Bbfa__secondaryButton{cursor:pointer;border:none;border-radius:50px;outline:none;justify-content:center;align-items:center;gap:.75rem;min-width:200px;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Projects-module__59Bbfa__primaryButton{color:#fff;background:linear-gradient(135deg,#ff4d4d,#ff7b7b)}.Projects-module__59Bbfa__primaryButton:hover{transform:translateY(-3px);box-shadow:0 20px 40px #ff4d4d66}.Projects-module__59Bbfa__secondaryButton{color:#ff7b7b;background:#ff4d4d1a;border:2px solid #ff4d4d4d}.Projects-module__59Bbfa__secondaryButton:hover{background:#ff4d4d33;transform:translateY(-3px)}.Projects-module__59Bbfa__primaryButton svg,.Projects-module__59Bbfa__secondaryButton svg{font-size:1.1rem}.Projects-module__59Bbfa__menuToggle{color:#ff4d4d;cursor:pointer;z-index:101;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;padding:.5rem;font-size:1.8rem;transition:all .3s;display:none}.Projects-module__59Bbfa__menuToggle:hover{background:#ff4d4d1a}.Projects-module__59Bbfa__navOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:98;opacity:0;background:#000000b3;width:100%;height:100%;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.Projects-module__59Bbfa__navOverlay.Projects-module__59Bbfa__active{opacity:1;display:block}@media (max-width:1024px){.Projects-module__59Bbfa__hero{text-align:center;grid-template-columns:1fr;gap:3rem;height:auto;min-height:auto;padding-bottom:4rem}.Projects-module__59Bbfa__textContent{order:2;padding:0 1rem}.Projects-module__59Bbfa__description{max-width:90%;margin-inline:auto;font-size:1.1rem}.Projects-module__59Bbfa__stats{justify-content:center}.Projects-module__59Bbfa__codeWrapper{order:1;min-height:350px;margin:0 auto}.Projects-module__59Bbfa__codeWindow{max-width:450px}.Projects-module__59Bbfa__featuredGrid{grid-template-columns:1fr;gap:2rem}.Projects-module__59Bbfa__featuredImage{height:280px}.Projects-module__59Bbfa__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.Projects-module__59Bbfa__ctaIcon{width:80px;height:80px}.Projects-module__59Bbfa__ctaIcon svg{font-size:2.5rem}}@media (max-width:768px){.Projects-module__59Bbfa__header{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#1a0505f2;height:60px;padding:0 1rem}.Projects-module__59Bbfa__logo{flex:1;padding:.5rem;font-size:1.2rem}.Projects-module__59Bbfa__menuToggle{display:flex}.Projects-module__59Bbfa__nav{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:99;background:#1a0505fa;border-left:1px solid #ff4d4d4d;flex-direction:column;gap:1rem;width:280px;height:100vh;padding:80px 2rem 2rem;transition:right .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 40px #000000b3}.Projects-module__59Bbfa__nav.Projects-module__59Bbfa__active{right:0}.Projects-module__59Bbfa__nav a{text-align:left;background:#ff4d4d0d;border:1px solid #ff4d4d1a;border-radius:10px;margin-bottom:.5rem;padding:1rem 1.2rem;font-size:1.1rem;transition:all .3s}.Projects-module__59Bbfa__nav a:hover{background:#ff4d4d26;transform:translate(5px)}.Projects-module__59Bbfa__nav a:after{display:none}.Projects-module__59Bbfa__nav a.Projects-module__59Bbfa__active{color:#ff4d4d;background:#ff4d4d33;border-color:#ff4d4d66}.Projects-module__59Bbfa__navOverlay.Projects-module__59Bbfa__active{opacity:1;display:block}.Projects-module__59Bbfa__hero{flex-direction:column;justify-content:center;gap:2.5rem;height:auto;min-height:calc(100svh - 60px);padding:80px 1.5rem 3rem;display:flex}.Projects-module__59Bbfa__name{margin-bottom:.75rem;font-size:2.2rem;line-height:1.2}.Projects-module__59Bbfa__role{margin-bottom:1.5rem;font-size:1.4rem}.Projects-module__59Bbfa__description{max-width:100%;padding:0 .5rem;font-size:1.05rem;line-height:1.7}.Projects-module__59Bbfa__greeting{letter-spacing:2px;margin-bottom:.75rem;font-size:.85rem}.Projects-module__59Bbfa__stats{flex-direction:column;align-items:center;gap:2rem;margin-top:2rem}.Projects-module__59Bbfa__statItem{text-align:center;align-items:center}.Projects-module__59Bbfa__codeWrapper{order:1;min-height:300px;margin:1rem auto 2rem;padding:1rem 0}.Projects-module__59Bbfa__codeWindow{border-radius:15px;max-width:400px}.Projects-module__59Bbfa__windowHeader{padding:.75rem 1rem}.Projects-module__59Bbfa__codeContent{min-height:250px;padding:1.5rem}.Projects-module__59Bbfa__codeContent pre{font-size:.85rem}.Projects-module__59Bbfa__textContent{order:2}.Projects-module__59Bbfa__floatingElements{display:none}.Projects-module__59Bbfa__sectionHeader{text-align:center;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.Projects-module__59Bbfa__sectionLine{background:linear-gradient(90deg,#0000,#ff4d4d4d,#0000);width:100px;height:2px}.Projects-module__59Bbfa__sectionHeader h2{white-space:normal;font-size:1.8rem;line-height:1.3}.Projects-module__59Bbfa__featuredSection,.Projects-module__59Bbfa__allProjectsSection{padding:4rem 1rem}.Projects-module__59Bbfa__featuredGrid{grid-template-columns:1fr;gap:2rem}.Projects-module__59Bbfa__featuredImage{height:220px}.Projects-module__59Bbfa__projectIcon{width:50px;height:50px;font-size:1.5rem;top:1.5rem;left:1.5rem}.Projects-module__59Bbfa__featuredContent{padding:1.75rem}.Projects-module__59Bbfa__projectHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.Projects-module__59Bbfa__projectDescription{margin-bottom:1.5rem;font-size:.95rem}.Projects-module__59Bbfa__projectLinks{flex-direction:column;gap:.75rem}.Projects-module__59Bbfa__projectLink{justify-content:center;padding:.75rem 1rem}.Projects-module__59Bbfa__filterContainer{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem}.Projects-module__59Bbfa__filterButton{justify-content:center;width:100%;max-width:250px;padding:.9rem 1.5rem}.Projects-module__59Bbfa__projectsGrid{grid-template-columns:1fr;gap:1.5rem}.Projects-module__59Bbfa__projectImage{height:200px}.Projects-module__59Bbfa__projectBadge{width:45px;height:45px;font-size:1.3rem;top:1rem;left:1rem}.Projects-module__59Bbfa__projectContent{padding:1.5rem}.Projects-module__59Bbfa__projectHeader h3{font-size:1.3rem}.Projects-module__59Bbfa__projectTech{gap:.4rem}.Projects-module__59Bbfa__techTag{padding:.35rem .7rem;font-size:.75rem}.Projects-module__59Bbfa__ctaSection{margin-top:2rem;padding:4rem 1rem}.Projects-module__59Bbfa__ctaIcon{width:70px;height:70px;margin-bottom:1.5rem}.Projects-module__59Bbfa__ctaIcon svg{font-size:2rem}.Projects-module__59Bbfa__ctaText h2{margin-bottom:1rem;font-size:1.8rem}.Projects-module__59Bbfa__ctaText p{margin-bottom:2rem;font-size:1rem}.Projects-module__59Bbfa__ctaButtons{flex-direction:column;align-items:center;gap:1rem}.Projects-module__59Bbfa__primaryButton,.Projects-module__59Bbfa__secondaryButton{width:100%;max-width:280px;padding:1rem 2rem;font-size:1rem}}@media (min-width:769px){.Projects-module__59Bbfa__menuToggle,.Projects-module__59Bbfa__navOverlay{display:none!important}.Projects-module__59Bbfa__nav{-webkit-backdrop-filter:none;backdrop-filter:none;width:auto;height:auto;box-shadow:none;background:0 0;border:none;flex-direction:row;gap:2rem;padding:0;transition:none;display:flex;position:static}.Projects-module__59Bbfa__nav a{text-align:left;background:0 0;border:none;margin-bottom:0;padding:.25rem 0}.Projects-module__59Bbfa__nav a:hover{background:0 0;transform:translateY(-2px)}.Projects-module__59Bbfa__nav a:after{display:block}.Projects-module__59Bbfa__nav a.Projects-module__59Bbfa__active{background:0 0;border:none}}@media (max-width:480px){.Projects-module__59Bbfa__hero{gap:2rem;padding:70px 1rem 2rem}.Projects-module__59Bbfa__name{font-size:1.8rem}.Projects-module__59Bbfa__role{font-size:1.2rem}.Projects-module__59Bbfa__description{font-size:.95rem;line-height:1.6}.Projects-module__59Bbfa__nav{width:260px;padding:80px 1.5rem 2rem}.Projects-module__59Bbfa__nav a{padding:.9rem 1rem;font-size:1rem}}@media (max-width:360px){.Projects-module__59Bbfa__hero{padding:60px .75rem 1.5rem}.Projects-module__59Bbfa__name{font-size:1.6rem}.Projects-module__59Bbfa__role{font-size:1.1rem}.Projects-module__59Bbfa__description{font-size:.9rem}.Projects-module__59Bbfa__nav{width:240px;padding:80px 1rem 1.5rem}.Projects-module__59Bbfa__nav a{padding:.8rem;font-size:.95rem}}@media (max-height:600px) and (max-width:1024px){.Projects-module__59Bbfa__hero{flex-direction:row;align-items:center;gap:1.5rem;min-height:auto;padding-top:70px;padding-bottom:2rem}.Projects-module__59Bbfa__textContent{text-align:left;flex:1;order:1;padding-right:1rem}.Projects-module__59Bbfa__codeWrapper{flex:1;order:2;min-height:auto}.Projects-module__59Bbfa__name{font-size:1.8rem}.Projects-module__59Bbfa__role{font-size:1.2rem}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){.Projects-module__59Bbfa__hero{grid-template-columns:1fr 1fr;gap:2rem;height:auto;min-height:calc(100vh - 64px);padding-top:70px}.Projects-module__59Bbfa__textContent{text-align:left;order:1;padding-right:1rem}.Projects-module__59Bbfa__codeWrapper{order:2;min-height:300px}.Projects-module__59Bbfa__name{font-size:2rem}.Projects-module__59Bbfa__role{font-size:1.4rem}.Projects-module__59Bbfa__description{max-width:100%;font-size:.95rem}}
