.Hero-module__ZARIfG__hero{align-items:center;min-height:100vh;padding-top:120px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__background{z-index:-1;background:radial-gradient(circle at 70% 30%,#301e5833 0%,#0000 60%),radial-gradient(circle at 30% 70%,#f475381a 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__ZARIfG__content{max-width:600px}.Hero-module__ZARIfG__title{margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__subtitle{color:#ccc;margin-bottom:1.5rem;font-size:1.5rem;font-weight:500}.Hero-module__ZARIfG__description{color:#888;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.Hero-module__ZARIfG__actions{gap:1rem;display:flex}.Hero-module__ZARIfG__btnOutline{cursor:pointer;color:#fff;border:1px solid #fff3;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;transition:all .3s;display:inline-block}.Hero-module__ZARIfG__btnOutline:hover{background:#ffffff0d;border-color:#fff}.Hero-module__ZARIfG__visual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.Hero-module__ZARIfG__hexagonWrapper{width:300px;height:300px;position:relative}.Hero-module__ZARIfG__hexagon{border:2px solid var(--primary);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:0 0;width:100px;height:115px;animation:6s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute}.Hero-module__ZARIfG__hexagon:first-child{border-color:var(--primary);animation-delay:0s;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 20px #f475384d}.Hero-module__ZARIfG__hexagon:nth-child(2){border-color:var(--secondary);animation-delay:2s;bottom:0;left:0;box-shadow:0 0 20px #301e5880}.Hero-module__ZARIfG__hexagon:nth-child(3){opacity:.5;border-color:#fff;animation-delay:4s;bottom:0;right:0}@keyframes Hero-module__ZARIfG__float{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(-20px)translate(10px)}}@media (max-width:768px){.Hero-module__ZARIfG__container{text-align:center;grid-template-columns:1fr}.Hero-module__ZARIfG__content{margin:0 auto}.Hero-module__ZARIfG__actions{justify-content:center}.Hero-module__ZARIfG__visual{display:none}.Hero-module__ZARIfG__title{font-size:2.5rem}}
.Services-module__dpHhBa__services{background:linear-gradient(to bottom,var(--background),#15161a);padding:8rem 0}.Services-module__dpHhBa__heading{text-align:center;margin-bottom:4rem;font-size:2.5rem}.Services-module__dpHhBa__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Services-module__dpHhBa__card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s}.Services-module__dpHhBa__card:hover{border-color:#f475384d;transform:translateY(-5px);box-shadow:0 10px 30px #0003}.Services-module__dpHhBa__icon{margin-bottom:1.5rem;font-size:2.5rem}.Services-module__dpHhBa__title{color:#fff;margin-bottom:1rem;font-size:1.25rem}.Services-module__dpHhBa__description{color:#888;font-size:.95rem;line-height:1.6}
.Portfolio-module__uAcsSq__portfolio{background:var(--background);padding:8rem 0}.Portfolio-module__uAcsSq__heading{text-align:center;margin-bottom:4rem;font-size:2.5rem}.Portfolio-module__uAcsSq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.Portfolio-module__uAcsSq__card{background:#15161a;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;transition:transform .3s;display:flex;overflow:hidden}.Portfolio-module__uAcsSq__card:hover{transform:translateY(-8px)}.Portfolio-module__uAcsSq__imagePlaceholder{color:#555;background:linear-gradient(45deg,#2a2a2a,#1a1a1a);justify-content:center;align-items:center;height:200px;font-size:1.2rem;font-weight:600;display:flex;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__content{flex-direction:column;flex:1;padding:2rem;display:flex}.Portfolio-module__uAcsSq__title{color:#fff;margin-bottom:.8rem;font-size:1.4rem}.Portfolio-module__uAcsSq__description{color:#999;flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Portfolio-module__uAcsSq__tags{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.Portfolio-module__uAcsSq__tag{color:var(--primary);background:#f475381a;border-radius:50px;padding:.3rem .8rem;font-size:.8rem;font-weight:500}
.About-module__vAULUW__about{background:linear-gradient(to top,var(--background),#15161a);padding:8rem 0;overflow:hidden}.About-module__vAULUW__container{max-width:1200px;margin:0 auto}.About-module__vAULUW__contentWrapper{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.About-module__vAULUW__imageWrapper{justify-content:center;align-items:center;display:flex;position:relative}.About-module__vAULUW__imageContainer{border:2px solid #ffffff1a;border-radius:20px;width:350px;height:350px;transition:transform .3s;position:relative;overflow:hidden;transform:rotate(-3deg);box-shadow:0 20px 40px #0006}.About-module__vAULUW__imageContainer:hover{transform:rotate(0)scale(1.02)}.About-module__vAULUW__profileImage{object-fit:cover}.About-module__vAULUW__content{text-align:left}.About-module__vAULUW__heading{margin-bottom:2rem;font-size:2.5rem}.About-module__vAULUW__text{color:#ccc;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.About-module__vAULUW__text strong{color:#fff;font-weight:600}.About-module__vAULUW__stats{gap:3rem;margin-top:3rem;display:flex}.About-module__vAULUW__stat{flex-direction:column;display:flex}.About-module__vAULUW__number{color:var(--primary);margin-bottom:.2rem;font-size:2.5rem;font-weight:800}.About-module__vAULUW__label{color:#888;text-transform:uppercase;letter-spacing:1px;font-size:.85rem}@media (max-width:968px){.About-module__vAULUW__about{padding:4rem 1.5rem}.About-module__vAULUW__container{padding:0 1rem}.About-module__vAULUW__contentWrapper{text-align:center;grid-template-columns:1fr;gap:3rem}.About-module__vAULUW__content{text-align:center;overflow-wrap:break-word;word-wrap:break-word;max-width:100%}.About-module__vAULUW__text{text-align:center;box-sizing:border-box;max-width:100%;padding:0 .5rem}.About-module__vAULUW__imageContainer{width:280px;height:280px;transform:rotate(0)}.About-module__vAULUW__stats{flex-wrap:wrap;justify-content:center;gap:2rem}}
.Contact-module__hcVmEa__contact{background:var(--background);text-align:center;padding:8rem 0}.Contact-module__hcVmEa__wrapper{background:linear-gradient(135deg,#ffffff08,#ffffff03);border:1px solid #ffffff0d;border-radius:24px;max-width:600px;margin:0 auto;padding:3rem}.Contact-module__hcVmEa__heading{margin-bottom:1.5rem;font-size:2.5rem}.Contact-module__hcVmEa__text{color:#ccc;margin-bottom:2.5rem;line-height:1.6}.Contact-module__hcVmEa__info{border-top:1px solid #ffffff0d;margin-top:3rem;padding-top:2rem}.Contact-module__hcVmEa__info p{color:#666;margin-bottom:1rem;font-size:.9rem}.Contact-module__hcVmEa__socials{justify-content:center;align-items:center;gap:1rem;display:flex}.Contact-module__hcVmEa__socials a{color:#fff;font-weight:500;transition:color .2s}.Contact-module__hcVmEa__socials a:hover{color:var(--primary)}.Contact-module__hcVmEa__separator{color:#444}
