.Header-module__hBw1pG__header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #0000000d;width:100%;padding:1rem 0;position:fixed;top:0;left:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logo{align-items:center;gap:.8rem;text-decoration:none;display:flex}.Header-module__hBw1pG__logoImage{border-radius:8px}.Header-module__hBw1pG__logoText{letter-spacing:-.05em;color:var(--foreground);font-size:1.5rem;font-weight:700}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__link{color:#666;transition:color var(--transition-fast);font-size:.9rem;font-weight:500}.Header-module__hBw1pG__link:hover{color:var(--foreground)}.Header-module__hBw1pG__button{transition:all var(--transition-fast);color:var(--foreground);border-radius:2rem;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600}.Header-module__hBw1pG__button:hover{background:var(--card-hover-bg);border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}
.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;min-height:90vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__container{text-align:center;z-index:2;position:relative}.Hero-module__ZARIfG__title{letter-spacing:-.02em;opacity:0;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1;animation:.8s .2s forwards Hero-module__ZARIfG__fadeInUp}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__subtitle{color:#888;opacity:0;max-width:600px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.6;animation:.8s .4s forwards Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__actions{opacity:0;justify-content:center;gap:1rem;animation:.8s .6s forwards Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__primaryButton{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border:none;border-radius:2rem;padding:.9rem 2.2rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #941f294d}.Hero-module__ZARIfG__primaryButton:hover{color:#fff;transform:translateY(-3px)scale(1.05);box-shadow:0 8px 25px #941f2966}.Hero-module__ZARIfG__secondaryButton{color:var(--foreground);border:2px solid var(--primary);background:0 0;border-radius:2rem;padding:.9rem 2.2rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Hero-module__ZARIfG__secondaryButton:before{content:"";background:linear-gradient(135deg,var(--primary),var(--secondary));opacity:0;z-index:0;transition:opacity .3s;position:absolute;inset:0}.Hero-module__ZARIfG__secondaryButton:hover:before{opacity:1}.Hero-module__ZARIfG__secondaryButton:hover{color:#fff;transform:translateY(-3px)}.Hero-module__ZARIfG__secondaryButton span,.Hero-module__ZARIfG__primaryButton span{z-index:1;position:relative}.Hero-module__ZARIfG__primaryButton span{color:#fff!important}.Hero-module__ZARIfG__secondaryButton span{color:inherit}.Hero-module__ZARIfG__backgroundGlow{background:radial-gradient(circle,var(--primary-glow)0%,transparent 70%);opacity:.15;filter:blur(120px);z-index:1;pointer-events:none;width:800px;height:800px;animation:4s ease-in-out infinite Hero-module__ZARIfG__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:.15;transform:translate(-50%,-50%)scale(1)}50%{opacity:.25;transform:translate(-50%,-50%)scale(1.1)}}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__actions{flex-direction:column;align-items:center}}
.ProjectCard-module__U_VZua__card{background:var(--card-bg);border:1px solid #0000;border-radius:1.5rem;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.ProjectCard-module__U_VZua__card:before{content:"";background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-mask-composite:xor;opacity:0;border-radius:1.5rem;padding:2px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ProjectCard-module__U_VZua__card:hover:before{opacity:1}.ProjectCard-module__U_VZua__card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 60px -15px #941f294d,0 10px 30px -10px #43122733}.ProjectCard-module__U_VZua__imageContainer{background:linear-gradient(135deg,#f8f8f8 0%,#f0f0f0 100%);height:220px;position:relative;overflow:hidden}.ProjectCard-module__U_VZua__imageContainer:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#00000005 100%);position:absolute;inset:0}.ProjectCard-module__U_VZua__image{object-fit:contain;filter:drop-shadow(0 4px 12px #00000014);padding:1.5rem;transition:transform .6s cubic-bezier(.4,0,.2,1)}.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__image{transform:scale(1.1)rotate(2deg)}.ProjectCard-module__U_VZua__placeholder{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);justify-content:center;align-items:center;width:100%;height:100%;font-size:4rem;font-weight:800;display:flex;position:relative;overflow:hidden}.ProjectCard-module__U_VZua__placeholder:before{content:"";background:linear-gradient(45deg,#0000 30%,#941f290d 50%,#0000 70%);animation:3s infinite ProjectCard-module__U_VZua__shimmer;position:absolute;inset:0}.ProjectCard-module__U_VZua__placeholder span{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#0000;opacity:.6;-webkit-background-clip:text;background-clip:text}@keyframes ProjectCard-module__U_VZua__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.ProjectCard-module__U_VZua__content{background:var(--background);flex-direction:column;flex:1;padding:2rem;display:flex}.ProjectCard-module__U_VZua__title{background:linear-gradient(135deg,var(--foreground)0%,var(--primary)100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:1.4rem;font-weight:700;transition:all .3s}.ProjectCard-module__U_VZua__card:hover .ProjectCard-module__U_VZua__title{transform:translate(4px)}.ProjectCard-module__U_VZua__description{color:#666;flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.ProjectCard-module__U_VZua__links{flex-wrap:wrap;gap:.8rem;display:flex}.ProjectCard-module__U_VZua__link{background:linear-gradient(135deg,#941f290d,#4312270d);border:1.5px solid #941f2926;border-radius:2rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.ProjectCard-module__U_VZua__link:before{content:"";background:linear-gradient(135deg,var(--primary),var(--secondary));opacity:0;transition:opacity .3s;position:absolute;inset:0}.ProjectCard-module__U_VZua__link:hover:before{opacity:1}.ProjectCard-module__U_VZua__link:hover{color:#fff;border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #941f294d}.ProjectCard-module__U_VZua__link span{z-index:1;position:relative}
.ProjectGrid-module__1t5ofq__section{padding:5rem 0;position:relative}.ProjectGrid-module__1t5ofq__header{opacity:0;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem;animation:.8s forwards ProjectGrid-module__1t5ofq__fadeInUp;display:flex}@keyframes ProjectGrid-module__1t5ofq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ProjectGrid-module__1t5ofq__heading{text-align:center;font-size:2.5rem;font-weight:700}.ProjectGrid-module__1t5ofq__gridContainer{flex-direction:column;gap:4rem;display:flex}.ProjectGrid-module__1t5ofq__categorySection{opacity:0;flex-direction:column;gap:2rem;animation:.8s forwards ProjectGrid-module__1t5ofq__fadeInUp;display:flex}.ProjectGrid-module__1t5ofq__categorySection:first-child{animation-delay:.2s}.ProjectGrid-module__1t5ofq__categorySection:nth-child(2){animation-delay:.4s}.ProjectGrid-module__1t5ofq__categorySection:nth-child(3){animation-delay:.6s}.ProjectGrid-module__1t5ofq__categoryTitle{color:var(--foreground);border-left:4px solid var(--primary);padding-left:1rem;font-size:1.8rem;font-weight:700;position:relative;overflow:hidden}.ProjectGrid-module__1t5ofq__categoryTitle:before{content:"";background:linear-gradient(180deg,var(--primary),var(--secondary));transform-origin:top;width:4px;animation:.6s forwards ProjectGrid-module__1t5ofq__expandVertical;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}@keyframes ProjectGrid-module__1t5ofq__expandVertical{to{transform:scaleY(1)}}
.About-module__vAULUW__section{opacity:0;background:linear-gradient(#fff,#f8f9fa);padding:5rem 0;animation:.8s forwards About-module__vAULUW__fadeIn}@keyframes About-module__vAULUW__fadeIn{to{opacity:1}}.About-module__vAULUW__container{justify-content:center;display:flex}.About-module__vAULUW__content{text-align:center;max-width:800px}.About-module__vAULUW__heading{opacity:0;margin-bottom:2rem;font-size:2.5rem;font-weight:700;animation:.6s .3s forwards About-module__vAULUW__slideDown}@keyframes About-module__vAULUW__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.About-module__vAULUW__text{color:#666;opacity:0;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8;animation:.6s .5s forwards About-module__vAULUW__fadeInUp}@keyframes About-module__vAULUW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.About-module__vAULUW__stats{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem;display:flex}.About-module__vAULUW__stat{opacity:0;background:#fff;border:2px solid #0000;border-radius:1.5rem;flex-direction:column;align-items:center;min-width:150px;padding:2rem 2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.5s forwards About-module__vAULUW__scaleIn;display:flex;position:relative;overflow:hidden}.About-module__vAULUW__stat:first-child{animation-delay:.7s}.About-module__vAULUW__stat:nth-child(2){animation-delay:.85s}.About-module__vAULUW__stat:nth-child(3){animation-delay:1s}@keyframes About-module__vAULUW__scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.About-module__vAULUW__stat:before{content:"";background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-mask-composite:xor;opacity:0;border-radius:1.5rem;padding:2px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.About-module__vAULUW__stat:hover:before{opacity:1}.About-module__vAULUW__stat:hover{transform:translateY(-8px)scale(1.05);box-shadow:0 15px 40px #941f2933}.About-module__vAULUW__number{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800}.About-module__vAULUW__label{color:#666;text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;font-weight:600}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--card-border);background:#f9f9f9;margin-top:auto;padding:2rem 0}.Footer-module__S6Hkya__content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__S6Hkya__copyright{color:#666;font-size:.9rem}.Footer-module__S6Hkya__links{gap:1.5rem;display:flex}.Footer-module__S6Hkya__link{color:#888;transition:color var(--transition-fast);font-size:.9rem}.Footer-module__S6Hkya__link:hover{color:var(--foreground)}
