.Hero-module__ZARIfG__hero{background:var(--background);align-items:center;min-height:100vh;padding-top:120px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__ZARIfG__content{z-index:1}.Hero-module__ZARIfG__title{color:var(--text-primary);white-space:nowrap;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:500}.Hero-module__ZARIfG__description{color:var(--text-muted);max-width:500px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.Hero-module__ZARIfG__actions{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__ZARIfG__btnOutline{border-color:var(--primary);color:var(--primary)}.Hero-module__ZARIfG__btnOutline:hover{background:var(--primary);color:#fff}.Hero-module__ZARIfG__visual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.Hero-module__ZARIfG__shapes{width:100%;height:100%;position:relative}.Hero-module__ZARIfG__shape{opacity:.15;border-radius:50%;position:absolute}.Hero-module__ZARIfG__shape:first-child{background:var(--primary);width:300px;height:300px;animation:6s ease-in-out infinite Hero-module__ZARIfG__float;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__shape:nth-child(2){background:var(--accent);width:200px;height:200px;animation:8s ease-in-out infinite reverse Hero-module__ZARIfG__float;top:20%;right:10%}.Hero-module__ZARIfG__shape:nth-child(3){background:var(--primary-light);width:150px;height:150px;animation:7s ease-in-out infinite Hero-module__ZARIfG__float;bottom:20%;left:20%}@keyframes Hero-module__ZARIfG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:968px){.Hero-module__ZARIfG__container{text-align:center;grid-template-columns:1fr}.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__subtitle{font-size:1.25rem}.Hero-module__ZARIfG__description{margin-left:auto;margin-right:auto}.Hero-module__ZARIfG__actions{justify-content:center}.Hero-module__ZARIfG__visual{height:250px}}@media (max-width:480px){.Hero-module__ZARIfG__title{font-size:2rem}.Hero-module__ZARIfG__actions{flex-direction:column;align-items:center}.Hero-module__ZARIfG__actions .Hero-module__ZARIfG__btn{text-align:center;width:100%}}
.Services-module__dpHhBa__services{background:var(--surface);padding:6rem 0}.Services-module__dpHhBa__container{text-align:center}.Services-module__dpHhBa__heading{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Services-module__dpHhBa__intro{color:var(--text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.7}.Services-module__dpHhBa__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.Services-module__dpHhBa__card{background:var(--background);border:1px solid var(--border);text-align:left;border-radius:16px;padding:2rem;transition:all .3s}.Services-module__dpHhBa__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 40px #1a237e1a}.Services-module__dpHhBa__icon{margin-bottom:1rem;font-size:2.5rem}.Services-module__dpHhBa__title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.Services-module__dpHhBa__description{color:var(--text-muted);font-size:.95rem;line-height:1.6}@media (max-width:768px){.Services-module__dpHhBa__services{padding:4rem 0}.Services-module__dpHhBa__heading{font-size:2rem}.Services-module__dpHhBa__grid{grid-template-columns:1fr}}
.Portfolio-module__uAcsSq__portfolio{background:var(--background);padding:6rem 0}.Portfolio-module__uAcsSq__container{text-align:center}.Portfolio-module__uAcsSq__heading{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Portfolio-module__uAcsSq__intro{color:var(--text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.7}.Portfolio-module__uAcsSq__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.Portfolio-module__uAcsSq__card{background:var(--surface);border:1px solid var(--border);text-align:left;border-radius:16px;transition:all .3s;overflow:hidden}.Portfolio-module__uAcsSq__card:hover{transform:translateY(-5px);box-shadow:0 15px 50px #1a237e1f}.Portfolio-module__uAcsSq__cardImage{background:linear-gradient(135deg,var(--primary),var(--accent));height:200px;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__placeholder{color:#fff;opacity:.8;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.25rem;font-weight:600;display:flex}.Portfolio-module__uAcsSq__cardContent{padding:1.5rem}.Portfolio-module__uAcsSq__title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.Portfolio-module__uAcsSq__description{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.Portfolio-module__uAcsSq__tags{flex-wrap:wrap;gap:.5rem;display:flex}.Portfolio-module__uAcsSq__tag{background:var(--background);color:var(--primary);border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:500}@media (max-width:768px){.Portfolio-module__uAcsSq__portfolio{padding:4rem 0}.Portfolio-module__uAcsSq__heading{font-size:2rem}.Portfolio-module__uAcsSq__grid{grid-template-columns:1fr}}
.About-module__vAULUW__about{background:var(--surface);padding:6rem 0}.About-module__vAULUW__container{grid-template-columns:1fr 1.5fr;align-items:center;gap:4rem;display:grid}.About-module__vAULUW__imageWrapper{position:relative}.About-module__vAULUW__profileImage{object-fit:cover;border-radius:20px;width:100%;max-width:350px;height:auto;transition:transform .3s;box-shadow:0 20px 40px #00000026}.About-module__vAULUW__profileImage:hover{transform:scale(1.02)rotate(1deg)}.About-module__vAULUW__content{text-align:left}.About-module__vAULUW__heading{color:var(--text-primary);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.About-module__vAULUW__bio{color:var(--text-muted);margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.About-module__vAULUW__stats{border-top:1px solid var(--border);gap:2rem;margin-top:2rem;padding-top:2rem;display:flex}.About-module__vAULUW__stat{flex-direction:column;gap:.25rem;display:flex}.About-module__vAULUW__statValue{color:var(--primary);font-size:2rem;font-weight:700}.About-module__vAULUW__statLabel{color:var(--text-muted);font-size:.9rem}@media (max-width:968px){.About-module__vAULUW__container{text-align:center;grid-template-columns:1fr}.About-module__vAULUW__imageWrapper{justify-content:center;display:flex}.About-module__vAULUW__profileImage{max-width:280px}.About-module__vAULUW__content{text-align:center}.About-module__vAULUW__stats{justify-content:center}}@media (max-width:480px){.About-module__vAULUW__about{padding:4rem 0}.About-module__vAULUW__heading{font-size:2rem}.About-module__vAULUW__stats{flex-direction:column;align-items:center;gap:1.5rem}.About-module__vAULUW__stat{align-items:center}}
.Contact-module__hcVmEa__contact{background:var(--background);padding:6rem 0}.Contact-module__hcVmEa__container{justify-content:center;display:flex}.Contact-module__hcVmEa__wrapper{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:24px;max-width:600px;padding:3rem;box-shadow:0 10px 40px #1a237e14}.Contact-module__hcVmEa__heading{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.Contact-module__hcVmEa__description{color:var(--text-muted);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.Contact-module__hcVmEa__actions{margin-bottom:2rem}.Contact-module__hcVmEa__social{border-top:1px solid var(--border);justify-content:center;gap:1.5rem;padding-top:1.5rem;display:flex}.Contact-module__hcVmEa__socialLink{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;transition:color .2s;display:flex}.Contact-module__hcVmEa__socialLink:hover{color:var(--primary)}.Contact-module__hcVmEa__socialLink svg{width:20px;height:20px}@media (max-width:768px){.Contact-module__hcVmEa__contact{padding:4rem 0}.Contact-module__hcVmEa__wrapper{margin:0 1rem;padding:2rem}.Contact-module__hcVmEa__heading{font-size:1.75rem}.Contact-module__hcVmEa__social{flex-direction:column;gap:1rem}}
