.Hero-module__FBdHnW__hero{color:#fff;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__FBdHnW__imageWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__FBdHnW__image{object-fit:cover;width:100%;height:100%}.Hero-module__FBdHnW__overlay{background:linear-gradient(#1116 0%,#111c 100%);position:absolute;inset:0}.Hero-module__FBdHnW__content{z-index:2;text-align:center;max-width:1000px;margin-top:5rem;padding:0 2rem;position:relative}.Hero-module__FBdHnW__title{flex-direction:column;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem);line-height:1.1;display:flex}.Hero-module__FBdHnW__line{display:block}.Hero-module__FBdHnW__description{font-size:clamp(1rem,2vw,1.25rem);font-family:var(--font-manrope);opacity:.9;max-width:800px;margin:0 auto 3rem;line-height:1.6}.Hero-module__FBdHnW__actions{justify-content:center;gap:1.5rem;display:flex}.Hero-module__FBdHnW__primaryBtn{background-color:var(--primary);color:#fff;font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:.05em;z-index:1;border-radius:4px;padding:1rem 2.5rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.Hero-module__FBdHnW__primaryBtn:before{content:"";background-color:var(--primary-hover);z-index:-1;width:0%;height:100%;transition:width .3s;position:absolute;top:0;left:0}.Hero-module__FBdHnW__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d7192066}.Hero-module__FBdHnW__primaryBtn:hover:before{width:100%}.Hero-module__FBdHnW__secondaryBtn{color:#fff;font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:.05em;background-color:#0000;border:1px solid #fff;border-radius:4px;padding:1rem 2.5rem;font-weight:600;transition:all .3s}.Hero-module__FBdHnW__secondaryBtn:hover{color:var(--text-main);background-color:#fff}.Hero-module__FBdHnW__indicators{z-index:2;gap:1rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__FBdHnW__indicator{background:#ffffff4d;width:50px;height:3px;transition:background .3s}.Hero-module__FBdHnW__indicator.Hero-module__FBdHnW__active{background:#fff}@media (max-width:768px){.Hero-module__FBdHnW__actions{flex-direction:column}}
.CompanyIntro-module__OIZcKG__introSection{background-color:var(--bg-color);padding:8rem 4rem}.CompanyIntro-module__OIZcKG__container{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1440px;margin:0 auto;display:grid}.CompanyIntro-module__OIZcKG__imageCol{width:100%;position:relative}.CompanyIntro-module__OIZcKG__imageWrapper{aspect-ratio:4/5;border-radius:4px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.CompanyIntro-module__OIZcKG__image{object-fit:cover;transition:transform .7s}.CompanyIntro-module__OIZcKG__imageWrapper:hover .CompanyIntro-module__OIZcKG__image{transform:scale(1.05)}.CompanyIntro-module__OIZcKG__contentCol{flex-direction:column;justify-content:center;display:flex}.CompanyIntro-module__OIZcKG__subtitle{color:var(--primary);font-family:var(--font-montserrat);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:700}.CompanyIntro-module__OIZcKG__title{color:var(--text-main);margin-bottom:2rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1.2}.CompanyIntro-module__OIZcKG__desc{font-family:var(--font-manrope);color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.CompanyIntro-module__OIZcKG__downloadBtn{background-color:var(--primary);color:#fff;font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:.1em;border-radius:4px;width:fit-content;margin-top:1rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .3s,background-color .3s;display:inline-block}.CompanyIntro-module__OIZcKG__downloadBtn:hover{background-color:#b0141a;transform:translateY(-2px)}@media (max-width:1024px){.CompanyIntro-module__OIZcKG__introSection{padding:6rem 2rem}.CompanyIntro-module__OIZcKG__container{grid-template-columns:1fr;gap:4rem}.CompanyIntro-module__OIZcKG__imageWrapper{aspect-ratio:16/9}}
.LatestUpdates-module__5ACeMG__updatesSection{background-color:var(--bg-alt,#f9f9f9);padding:8rem 4rem;position:relative;overflow:hidden}.LatestUpdates-module__5ACeMG__container{max-width:1440px;margin:0 auto}.LatestUpdates-module__5ACeMG__header{text-align:center;margin-bottom:4rem;flex-direction:column;align-items:center;max-width:800px;margin-inline:auto;display:flex}.LatestUpdates-module__5ACeMG__badge{background-color:var(--primary);color:#fff;font-family:var(--font-montserrat);letter-spacing:.15em;text-transform:uppercase;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.8rem;font-weight:700;box-shadow:0 4px 15px #c8141a4d}.LatestUpdates-module__5ACeMG__title{color:var(--text-main);margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);line-height:1.2}.LatestUpdates-module__5ACeMG__desc{font-family:var(--font-manrope);color:var(--text-muted);font-size:1.1rem;line-height:1.6}.LatestUpdates-module__5ACeMG__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.LatestUpdates-module__5ACeMG__imageCard{cursor:pointer;background-color:#fff;border-radius:8px;transition:transform .4s,box-shadow .4s;overflow:hidden;box-shadow:0 10px 30px #00000014}.LatestUpdates-module__5ACeMG__imageCard:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.LatestUpdates-module__5ACeMG__imageWrapper{aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}.LatestUpdates-module__5ACeMG__image{object-fit:cover;transition:transform .7s}.LatestUpdates-module__5ACeMG__imageCard:hover .LatestUpdates-module__5ACeMG__image{transform:scale(1.08)}@media (max-width:1024px){.LatestUpdates-module__5ACeMG__updatesSection{padding:6rem 2rem}}@media (max-width:768px){.LatestUpdates-module__5ACeMG__grid{grid-template-columns:1fr}}
.Services-module__6oIgqq__servicesSection{background-color:var(--bg-secondary);padding:8rem 4rem}.Services-module__6oIgqq__container{max-width:1440px;margin:0 auto}.Services-module__6oIgqq__header{text-align:center;margin-bottom:5rem}.Services-module__6oIgqq__subtitle{color:var(--primary);font-family:var(--font-montserrat);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:700}.Services-module__6oIgqq__title{color:var(--text-main);font-size:clamp(2rem,4vw,3rem)}.Services-module__6oIgqq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Services-module__6oIgqq__card{background-color:var(--bg-color);z-index:1;border-radius:8px;flex-direction:column;align-items:flex-start;padding:3rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.Services-module__6oIgqq__iconWrapper{color:var(--primary);background-color:#d719201a;border-radius:50%;margin-bottom:2rem;padding:1rem;transition:all .4s}.Services-module__6oIgqq__cardTitle{font-size:1.25rem;font-family:var(--font-montserrat);color:var(--text-main);margin-bottom:1rem;transition:color .4s}.Services-module__6oIgqq__cardDesc{font-family:var(--font-manrope);color:var(--text-muted);font-size:1rem;line-height:1.6;transition:color .4s}.Services-module__6oIgqq__cardBg{background-color:var(--primary);z-index:-1;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;transform:translateY(100%)}.Services-module__6oIgqq__card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #d7192033}.Services-module__6oIgqq__card:hover .Services-module__6oIgqq__cardBg{transform:translateY(0)}.Services-module__6oIgqq__card:hover .Services-module__6oIgqq__iconWrapper{color:var(--primary);background-color:#fff;transform:scale(1.1)}.Services-module__6oIgqq__card:hover .Services-module__6oIgqq__cardTitle,.Services-module__6oIgqq__card:hover .Services-module__6oIgqq__cardDesc{color:#fff}@media (max-width:768px){.Services-module__6oIgqq__servicesSection{padding:5rem 2rem}}
.WhyChoose-module__48kA_W__whyChooseSection{color:#fff;background-image:url(https://images.unsplash.com/photo-1503387762-592deb58ef4e?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80);background-position:50%;background-size:cover;background-attachment:fixed;padding:8rem 4rem;position:relative}.WhyChoose-module__48kA_W__overlay{z-index:1;background:#111111d9;width:100%;height:100%;position:absolute;top:0;left:0}.WhyChoose-module__48kA_W__container{z-index:2;max-width:1440px;margin:0 auto;position:relative}.WhyChoose-module__48kA_W__header{text-align:center;margin-bottom:5rem}.WhyChoose-module__48kA_W__subtitle{color:var(--primary);font-family:var(--font-montserrat);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:700}.WhyChoose-module__48kA_W__title{color:#fff;font-size:clamp(2rem,4vw,3.5rem)}.WhyChoose-module__48kA_W__statsGrid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;display:grid}.WhyChoose-module__48kA_W__statCard{flex-direction:column;align-items:center;gap:1rem;display:flex}.WhyChoose-module__48kA_W__number{font-family:var(--font-montserrat);color:var(--primary);text-shadow:0 4px 20px #d719204d;font-size:4.5rem;font-weight:800;line-height:1}.WhyChoose-module__48kA_W__statLabel{font-family:var(--font-manrope);color:#e5e5e5;text-transform:uppercase;letter-spacing:.05em;font-size:1.1rem;font-weight:500}@media (max-width:768px){.WhyChoose-module__48kA_W__whyChooseSection{padding:5rem 2rem}.WhyChoose-module__48kA_W__number{font-size:3.5rem}}
.FeaturedProjects-module__l9invW__projectsSection{background-color:var(--bg-color);padding:8rem 4rem}.FeaturedProjects-module__l9invW__container{max-width:1440px;margin:0 auto}.FeaturedProjects-module__l9invW__header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.FeaturedProjects-module__l9invW__subtitle{color:var(--primary);font-family:var(--font-montserrat);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:700}.FeaturedProjects-module__l9invW__title{color:var(--text-main);font-size:clamp(2rem,4vw,3.5rem)}.FeaturedProjects-module__l9invW__viewAllBtn{font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:.05em;color:var(--primary);padding-bottom:5px;font-weight:600;position:relative}.FeaturedProjects-module__l9invW__viewAllBtn:after{content:"";background-color:var(--primary);transform-origin:100%;width:100%;height:2px;transition:transform .4s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.FeaturedProjects-module__l9invW__viewAllBtn:hover:after{transform-origin:0;transform:scaleX(1)}.FeaturedProjects-module__l9invW__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:400px;gap:2rem;display:grid}.FeaturedProjects-module__l9invW__card{border-radius:8px;display:block;position:relative;overflow:hidden}.FeaturedProjects-module__l9invW__large{grid-area:span 2/span 1}.FeaturedProjects-module__l9invW__medium{grid-area:span 1/span 1}.FeaturedProjects-module__l9invW__image{object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1)}.FeaturedProjects-module__l9invW__overlay{opacity:0;background:linear-gradient(#1110 0%,#1113 50%,#111111e6 100%);align-items:flex-end;padding:3rem;transition:opacity .5s;display:flex;position:absolute;inset:0}.FeaturedProjects-module__l9invW__content{transition:transform .5s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.FeaturedProjects-module__l9invW__category{color:var(--primary);font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.FeaturedProjects-module__l9invW__projectTitle{color:#fff;font-family:var(--font-montserrat);font-size:2rem}.FeaturedProjects-module__l9invW__card:hover .FeaturedProjects-module__l9invW__image{transform:scale(1.05)}.FeaturedProjects-module__l9invW__card:hover .FeaturedProjects-module__l9invW__overlay{opacity:1}.FeaturedProjects-module__l9invW__card:hover .FeaturedProjects-module__l9invW__content{transform:translateY(0)}@media (max-width:1024px){.FeaturedProjects-module__l9invW__grid{grid-template-columns:1fr;grid-auto-rows:350px}.FeaturedProjects-module__l9invW__large,.FeaturedProjects-module__l9invW__medium{grid-area:span 1/span 1}.FeaturedProjects-module__l9invW__header{flex-direction:column;align-items:flex-start;gap:2rem}}
.ClientLogos-module__POlKfa__logoSection{background-color:var(--bg-secondary);padding:6rem 0;position:relative;overflow:hidden}.ClientLogos-module__POlKfa__header{text-align:center;margin-bottom:3rem}.ClientLogos-module__POlKfa__subtitle{color:var(--primary);font-family:var(--font-montserrat);letter-spacing:.1em;text-transform:uppercase;font-size:.9rem;font-weight:700}.ClientLogos-module__POlKfa__marqueeContainer{width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.ClientLogos-module__POlKfa__marquee{width:max-content;padding-left:2rem;animation:40s linear infinite ClientLogos-module__POlKfa__scroll;display:flex}.ClientLogos-module__POlKfa__marquee:hover{animation-play-state:paused}.ClientLogos-module__POlKfa__logoItem{flex-shrink:0;justify-content:center;align-items:center;width:150px;margin:0 3rem;display:flex}.ClientLogos-module__POlKfa__logoImage{object-fit:contain;filter:grayscale()opacity(.5);transition:all .4s;transform:scale(.95)}.ClientLogos-module__POlKfa__logoImage:hover{filter:grayscale(0%)opacity();transform:scale(1.05)}@keyframes ClientLogos-module__POlKfa__scroll{0%{transform:translate(0)}to{transform:translate(-33.33%)}}
.CTASection-module__2KWaSa__ctaSection{background-color:var(--text-main);text-align:center;justify-content:center;align-items:center;padding:10rem 4rem;display:flex;position:relative;overflow:hidden}.CTASection-module__2KWaSa__background{opacity:.1;background-image:radial-gradient(var(--bg-color) 1px, transparent 1px);background-size:40px 40px;width:100%;height:100%;animation:20s linear infinite CTASection-module__2KWaSa__bgMove;position:absolute;top:0;left:0}.CTASection-module__2KWaSa__container{z-index:2;max-width:800px;position:relative}.CTASection-module__2KWaSa__title{color:#fff;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;font-family:var(--font-montserrat);margin-bottom:3rem}.CTASection-module__2KWaSa__btn{background:linear-gradient(135deg, var(--primary) 0%, #ff4b55 100%);color:#fff;font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:.1em;border-radius:50px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 10px 30px #d7192066}.CTASection-module__2KWaSa__btn:hover{transform:translateY(-5px);box-shadow:0 15px 40px #d7192099}@keyframes CTASection-module__2KWaSa__bgMove{0%{transform:translateY(0)}to{transform:translateY(40px)}}@media (max-width:768px){.CTASection-module__2KWaSa__ctaSection{padding:6rem 2rem}}
.about-module__8TymFG__main{background-color:var(--bg-color)}.about-module__8TymFG__container{max-width:1440px;margin:0 auto}.about-module__8TymFG__hero{text-align:center;color:#fff;justify-content:center;align-items:center;height:60vh;display:flex;position:relative}.about-module__8TymFG__heroImage{object-fit:cover;z-index:1}.about-module__8TymFG__heroOverlay{z-index:2;background:linear-gradient(#1116,#111c);position:absolute;inset:0}.about-module__8TymFG__heroContent{z-index:3;padding:0 2rem;position:relative}.about-module__8TymFG__heroTitle{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-montserrat);margin-bottom:1rem}.about-module__8TymFG__heroDesc{font-size:1.2rem;font-family:var(--font-manrope);color:#e5e5e5}.about-module__8TymFG__subtitle{color:var(--primary);font-family:var(--font-montserrat);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:700}.about-module__8TymFG__title{color:var(--text-main);font-size:clamp(2rem,4vw,3rem);font-family:var(--font-montserrat)}.about-module__8TymFG__desc{font-family:var(--font-manrope);color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-module__8TymFG__founderSection{padding:8rem 4rem}.about-module__8TymFG__founderGrid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.about-module__8TymFG__founderImageWrapper{aspect-ratio:3/4;border-radius:4px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.about-module__8TymFG__founderImage{object-fit:cover}.about-module__8TymFG__founderContent{padding-right:2rem}.about-module__8TymFG__downloadBtn{background-color:var(--primary);color:#fff;font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:.1em;border-radius:4px;width:fit-content;margin-top:1rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .3s,background-color .3s;display:inline-block}.about-module__8TymFG__downloadBtn:hover{background-color:#b0141a;transform:translateY(-2px)}.about-module__8TymFG__timelineSection{background-color:var(--bg-secondary);padding:8rem 4rem}.about-module__8TymFG__timeline{max-width:800px;margin:0 auto;position:relative}.about-module__8TymFG__timelineLine{background-color:#d7192033;width:2px;position:absolute;top:0;bottom:0;left:20px}.about-module__8TymFG__timelineItem{margin-bottom:4rem;padding-left:60px;position:relative}.about-module__8TymFG__timelineItem:last-child{margin-bottom:0}.about-module__8TymFG__timelineDot{background-color:var(--primary);border-radius:50%;width:14px;height:14px;position:absolute;top:6px;left:14px;box-shadow:0 0 0 4px #d7192033}.about-module__8TymFG__timelineContent h3{color:var(--primary);font-family:var(--font-montserrat);margin-bottom:.5rem;font-size:1.8rem}.about-module__8TymFG__timelineContent h4{font-family:var(--font-montserrat);color:var(--text-main);margin-bottom:1rem;font-size:1.2rem}.about-module__8TymFG__timelineContent p{font-family:var(--font-manrope);color:var(--text-muted);line-height:1.6}.about-module__8TymFG__visionSection{background-image:url(https://images.unsplash.com/photo-1541881451206-817812046839?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80);background-size:cover;background-attachment:fixed;padding:8rem 4rem;position:relative}.about-module__8TymFG__visionSection:before{content:"";background:#111c;position:absolute;inset:0}.about-module__8TymFG__visionGrid{z-index:2;grid-template-columns:1fr 1fr;gap:4rem;display:grid;position:relative}.about-module__8TymFG__glassCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:4rem 3rem;transition:transform .4s}.about-module__8TymFG__glassCard:hover{background:#ffffff14;transform:translateY(-10px)}.about-module__8TymFG__glassCard h3{font-family:var(--font-montserrat);color:var(--primary);margin-bottom:1.5rem;font-size:2rem}.about-module__8TymFG__glassCard p{font-family:var(--font-manrope);color:#e5e5e5;font-size:1.1rem;line-height:1.7}.about-module__8TymFG__valuesSection{padding:8rem 4rem}.about-module__8TymFG__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.about-module__8TymFG__valueCard{background-color:var(--bg-secondary);text-align:center;border-radius:8px;padding:3rem 2rem;transition:all .4s}.about-module__8TymFG__valueCard:hover{background-color:var(--primary);color:#fff;transform:translateY(-10px);box-shadow:0 15px 30px #d7192033}.about-module__8TymFG__valueCard h3{font-family:var(--font-montserrat);color:var(--text-main);margin-bottom:1rem;font-size:1.5rem;transition:color .4s}.about-module__8TymFG__valueIcon{color:var(--primary);margin-bottom:1.5rem;transition:color .4s,transform .4s}.about-module__8TymFG__valueCard:hover .about-module__8TymFG__valueIcon{color:#fff;transform:scale(1.1)}.about-module__8TymFG__valueCard p{font-family:var(--font-manrope);color:var(--text-muted);line-height:1.6;transition:color .4s}.about-module__8TymFG__valueCard:hover h3,.about-module__8TymFG__valueCard:hover p{color:#fff}@media (max-width:1024px){.about-module__8TymFG__founderGrid,.about-module__8TymFG__visionGrid{grid-template-columns:1fr;gap:4rem}}@media (max-width:768px){.about-module__8TymFG__founderSection,.about-module__8TymFG__timelineSection,.about-module__8TymFG__visionSection,.about-module__8TymFG__valuesSection{padding:5rem 2rem}}
.works-module__QTedvq__main{background-color:var(--bg-color)}.works-module__QTedvq__container{max-width:1440px;margin:0 auto}.works-module__QTedvq__hero{text-align:center;color:#fff;justify-content:center;align-items:center;height:60vh;display:flex;position:relative}.works-module__QTedvq__heroImage{object-fit:cover;z-index:1}.works-module__QTedvq__heroOverlay{z-index:2;background:linear-gradient(#1116,#111c);position:absolute;inset:0}.works-module__QTedvq__heroContent{z-index:3;padding:0 2rem;position:relative}.works-module__QTedvq__heroTitle{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-montserrat);margin-bottom:1rem}.works-module__QTedvq__heroDesc{font-size:1.2rem;font-family:var(--font-manrope);color:#e5e5e5}.works-module__QTedvq__subtitle{color:var(--primary);font-family:var(--font-montserrat);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:700}.works-module__QTedvq__title{color:var(--text-main);font-size:clamp(2rem,4vw,3rem);font-family:var(--font-montserrat)}.works-module__QTedvq__showcaseSection{padding:8rem 4rem}.works-module__QTedvq__filterContainer{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.works-module__QTedvq__filterBtn{color:var(--text-muted);font-family:var(--font-montserrat);border:1px solid var(--border-color);background:0 0;border-radius:50px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.works-module__QTedvq__filterBtn:hover,.works-module__QTedvq__filterBtn.works-module__QTedvq__active{background:var(--primary);color:#fff;border-color:var(--primary)}.works-module__QTedvq__masonryGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.works-module__QTedvq__projectCard{aspect-ratio:4/3;cursor:pointer;border-radius:8px;position:relative;overflow:hidden}.works-module__QTedvq__projectImage{object-fit:cover;transition:transform .7s}.works-module__QTedvq__projectOverlay{opacity:0;background:linear-gradient(#1110 40%,#111111e6 100%);flex-direction:column;justify-content:flex-end;padding:2rem;transition:opacity .5s;display:flex;position:absolute;inset:0}.works-module__QTedvq__projectCard:hover .works-module__QTedvq__projectImage{transform:scale(1.05)}.works-module__QTedvq__projectCard:hover .works-module__QTedvq__projectOverlay{opacity:1}.works-module__QTedvq__projectCategory{color:var(--primary);font-family:var(--font-montserrat);text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-weight:700;transition:transform .5s;transform:translateY(20px)}.works-module__QTedvq__projectTitle{color:#fff;font-family:var(--font-montserrat);font-size:1.5rem;transition:transform .5s .1s;transform:translateY(20px)}.works-module__QTedvq__projectCard:hover .works-module__QTedvq__projectCategory,.works-module__QTedvq__projectCard:hover .works-module__QTedvq__projectTitle{transform:translateY(0)}.works-module__QTedvq__modalOverlay{z-index:1000;background:#111111f2;justify-content:center;align-items:center;padding:4rem;display:flex;position:fixed;inset:0}.works-module__QTedvq__closeBtn{color:#fff;cursor:pointer;z-index:1001;background:0 0;border:none;transition:transform .3s;position:absolute;top:2rem;right:2rem}.works-module__QTedvq__closeBtn:hover{transform:scale(1.1)}.works-module__QTedvq__modalContent{border-radius:8px;width:100%;max-width:1200px;height:80vh;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.works-module__QTedvq__modalImage{object-fit:cover}.works-module__QTedvq__modalInfo{color:#fff;background:linear-gradient(#1110 0%,#111111e6 100%);width:100%;padding:3rem;position:absolute;bottom:0;left:0}.works-module__QTedvq__modalCategory{color:var(--primary);font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-weight:700}.works-module__QTedvq__modalTitle{font-family:var(--font-montserrat);font-size:2.5rem}.works-module__QTedvq__beforeAfterSection{background-color:var(--bg-secondary);padding:8rem 4rem}.works-module__QTedvq__sliderContainer{aspect-ratio:16/9;cursor:ew-resize;-webkit-user-select:none;user-select:none;border-radius:8px;max-width:1000px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.works-module__QTedvq__sliderImage{object-fit:cover;pointer-events:none}.works-module__QTedvq__clipContainer{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.works-module__QTedvq__sliderHandle{z-index:3;pointer-events:none;background-color:#fff;width:4px;position:absolute;top:0;bottom:0;transform:translate(-50%)}.works-module__QTedvq__sliderIcon{width:40px;height:40px;color:var(--primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-family:monospace;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 20px #0000004d}@media (max-width:1024px){.works-module__QTedvq__modalOverlay{padding:2rem}}@media (max-width:768px){.works-module__QTedvq__showcaseSection,.works-module__QTedvq__beforeAfterSection{padding:5rem 2rem}.works-module__QTedvq__filterBtn{padding:.6rem 1.2rem;font-size:.8rem}.works-module__QTedvq__modalTitle{font-size:1.5rem}}
