.Hero-module__JgYmMq__hero{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__canvasContainer{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__content{z-index:1;text-align:center;-webkit-backdrop-filter:blur();backdrop-filter:blur();background:#0505051a;border-radius:20px;padding:2rem}.Hero-module__JgYmMq__title{letter-spacing:-2px;margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.1}.Hero-module__JgYmMq__highlight{color:#0000;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text}.Hero-module__JgYmMq__subtitle{color:#aaa;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.Hero-module__JgYmMq__buttons{justify-content:center;gap:1.5rem;display:flex}.Hero-module__JgYmMq__primaryBtn,.Hero-module__JgYmMq__secondaryBtn{text-transform:uppercase;letter-spacing:1px;cursor:pointer;border-radius:50px;padding:1rem 2.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.Hero-module__JgYmMq__primaryBtn{background:var(--primary);color:#fff;box-shadow:0 0 20px var(--primary-glow);border:none}.Hero-module__JgYmMq__primaryBtn:hover{box-shadow:0 0 40px var(--primary-glow);background:#6d28d9;transform:translateY(-2px)}.Hero-module__JgYmMq__secondaryBtn{color:#fff;background:0 0;border:1px solid #fff3}.Hero-module__JgYmMq__secondaryBtn:hover{background:#ffffff1a;border-color:#fff}@media (max-width:768px){.Hero-module__JgYmMq__title{font-size:3rem}.Hero-module__JgYmMq__subtitle{padding:0 1rem;font-size:1rem}.Hero-module__JgYmMq__buttons{flex-direction:column;gap:1rem;padding:0 2rem}}
.Projects-module__T_D1Ca__section{background:var(--background);padding:8rem 2rem;position:relative}.Projects-module__T_D1Ca__heading{text-align:center;margin-bottom:4rem;font-size:3rem;font-weight:700}.Projects-module__T_D1Ca__highlight{color:#0000;background:linear-gradient(to right,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text}.Projects-module__T_D1Ca__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Projects-module__T_D1Ca__card{background:var(--glass);border:1px solid var(--glass-border);border-radius:20px;transition:transform .3s,border-color .3s,box-shadow .3s;overflow:hidden}.Projects-module__T_D1Ca__card:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 10px 40px #7c3aed1a}.Projects-module__T_D1Ca__cardImage{background:#111;width:100%;height:200px;position:relative;overflow:hidden}.Projects-module__T_D1Ca__cardImage:before{content:"";background:linear-gradient(45deg,#7c3aed33,#06b6d433);transition:opacity .3s;position:absolute;inset:0}.Projects-module__T_D1Ca__card:hover .Projects-module__T_D1Ca__cardImage:before{opacity:.8}.Projects-module__T_D1Ca__cardContent{padding:1.5rem}.Projects-module__T_D1Ca__cardTitle{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.Projects-module__T_D1Ca__cardDesc{color:#ccc;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.Projects-module__T_D1Ca__tags{flex-wrap:wrap;gap:.6rem;display:flex}.Projects-module__T_D1Ca__tag{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:.3rem .8rem;font-size:.75rem;transition:background .3s}.Projects-module__T_D1Ca__card:hover .Projects-module__T_D1Ca__tag{background:#ffffff1a}
.About-module__S-Ka5a__section{background:#080808;padding:8rem 2rem}.About-module__S-Ka5a__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1000px;margin:0 auto;display:grid}.About-module__S-Ka5a__imageWrapper{position:relative}.About-module__S-Ka5a__placeholderImage{aspect-ratio:1;border:1px solid var(--glass-border);background:#111;border-radius:20px;width:100%;position:relative;overflow:hidden}.About-module__S-Ka5a__placeholderImage:before{content:"";background:linear-gradient(135deg,#7c3aed1a,#06b6d41a);position:absolute;inset:0}.About-module__S-Ka5a__heading{margin-bottom:2rem;font-size:3rem;font-weight:700}.About-module__S-Ka5a__highlight{color:var(--secondary)}.About-module__S-Ka5a__text{color:#ccc;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.About-module__S-Ka5a__stats{gap:3rem;margin-top:2rem;display:flex}.About-module__S-Ka5a__statItem{flex-direction:column;display:flex}.About-module__S-Ka5a__statNumber{color:var(--primary);font-size:2.5rem;font-weight:700}.About-module__S-Ka5a__statLabel{color:#888;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}@media (max-width:768px){.About-module__S-Ka5a__container{grid-template-columns:1fr;gap:3rem}.About-module__S-Ka5a__heading{text-align:center}}
.Contact-module__Bs3a0a__section{background:var(--background);text-align:center;padding:8rem 2rem;position:relative}.Contact-module__Bs3a0a__heading{margin-bottom:2rem;font-size:3rem;font-weight:700}.Contact-module__Bs3a0a__highlight{color:var(--secondary)}.Contact-module__Bs3a0a__container{max-width:600px;margin:0 auto}.Contact-module__Bs3a0a__text{color:#ccc;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.Contact-module__Bs3a0a__form{flex-direction:column;gap:1.5rem;margin-bottom:4rem;display:flex}.Contact-module__Bs3a0a__input,.Contact-module__Bs3a0a__textarea{border:1px solid var(--glass-border);color:#fff;background:#ffffff0d;border-radius:10px;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.Contact-module__Bs3a0a__input:focus,.Contact-module__Bs3a0a__textarea:focus{border-color:var(--primary);outline:none}.Contact-module__Bs3a0a__button{background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 0 20px var(--primary-glow);text-transform:uppercase;letter-spacing:1px;border:none;border-radius:50px;padding:1rem 2rem;font-weight:600;transition:all .3s}.Contact-module__Bs3a0a__button:hover{box-shadow:0 0 40px var(--primary-glow);background:#6d28d9;transform:translateY(-2px)}.Contact-module__Bs3a0a__socials{justify-content:center;gap:2rem;display:flex}.Contact-module__Bs3a0a__socialLink{color:#888;font-weight:500;transition:color .3s}.Contact-module__Bs3a0a__socialLink:hover{color:#fff}
