.Hero-module__ZARIfG__hero{background:radial-gradient(circle,#1e293b 0%,#0f172a 100%);justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;overflow:hidden}.Hero-module__ZARIfG__container{justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1200px;display:flex}.Hero-module__ZARIfG__content{flex:1}.Hero-module__ZARIfG__greeting{color:var(--primary);margin-bottom:1rem;font-size:1.2rem;font-weight:500;display:block}.Hero-module__ZARIfG__name{color:var(--foreground);margin-bottom:1rem;font-size:4.5rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__name span{color:var(--secondary);background:linear-gradient(to right, var(--foreground), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__ZARIfG__title{color:var(--secondary);margin-bottom:2rem;font-size:1.8rem;font-weight:400}.Hero-module__ZARIfG__description{max-width:500px;color:var(--secondary);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.Hero-module__ZARIfG__ctaButtons{gap:1.5rem;display:flex}.Hero-module__ZARIfG__primaryBtn{background:var(--primary);color:#0f172a;border:1px solid var(--primary);border-radius:4px;padding:1rem 2rem;font-weight:600;transition:transform .2s}.Hero-module__ZARIfG__primaryBtn:hover{color:var(--primary);background:0 0;transform:translateY(-2px)}.Hero-module__ZARIfG__secondaryBtn{color:var(--foreground);border:1px solid var(--secondary);background:0 0;border-radius:4px;padding:1rem 2rem;font-weight:600;transition:all .2s}.Hero-module__ZARIfG__secondaryBtn:hover{border-color:var(--primary);color:var(--primary)}.Hero-module__ZARIfG__imageContainer{flex:1;justify-content:center;padding:2rem;display:flex;position:relative}.Hero-module__ZARIfG__imageWrapper{background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:50%;width:fit-content;padding:4px;animation:6s ease-in-out infinite Hero-module__ZARIfG__float;position:relative;box-shadow:0 0 40px #38bdf826}.Hero-module__ZARIfG__imageWrapper:before{content:"";background:linear-gradient(135deg, var(--primary), var(--secondary));opacity:.5;filter:blur(10px);z-index:-1;border-radius:50%;position:absolute;inset:-2px}.Hero-module__ZARIfG__profileImg{border:4px solid var(--card-bg);object-fit:cover;background:#111;border-radius:50%;width:380px;height:380px;display:block}@keyframes Hero-module__ZARIfG__float{0%{transform:translateY(0);box-shadow:0 0 40px #38bdf826}50%{transform:translateY(-15px);box-shadow:0 20px 60px #38bdf840}to{transform:translateY(0);box-shadow:0 0 40px #38bdf826}}@media (max-width:968px){.Hero-module__ZARIfG__container{text-align:center;flex-direction:column-reverse;gap:3rem}.Hero-module__ZARIfG__name{font-size:3rem}.Hero-module__ZARIfG__ctaButtons{justify-content:center}.Hero-module__ZARIfG__profileImg{width:280px;height:280px}}
.Projects-module__2BoJ-q__projects{background:var(--background);padding:6rem 2rem}.Projects-module__2BoJ-q__container{max-width:1200px;margin:0 auto}.Projects-module__2BoJ-q__sectionTitle{text-align:center;color:var(--foreground);margin-bottom:4rem;font-size:2.5rem}.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Projects-module__2BoJ-q__card{background:var(--card-bg);border:1px solid #ffffff0d;border-radius:10px;transition:transform .3s,box-shadow .3s;overflow:hidden}.Projects-module__2BoJ-q__card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0006}.Projects-module__2BoJ-q__imageWrapper{width:100%;height:200px;position:relative;overflow:hidden}.Projects-module__2BoJ-q__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__projectImage{transform:scale(1.1)}.Projects-module__2BoJ-q__content{padding:1.5rem}.Projects-module__2BoJ-q__cardTitle{color:var(--primary);margin-bottom:.5rem;font-size:1.4rem}.Projects-module__2BoJ-q__cardDesc{color:var(--secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Projects-module__2BoJ-q__links{gap:1rem;display:flex}.Projects-module__2BoJ-q__link{color:var(--accent);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.Projects-module__2BoJ-q__link:hover{text-decoration:underline}.Projects-module__2BoJ-q__tags{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.Projects-module__2BoJ-q__tag{color:var(--primary);background:#38bdf81a;border:1px solid #38bdf833;border-radius:6px;padding:6px 12px;font-size:.8rem;font-weight:500;display:inline-block}
.Services-module__dpHhBa__services{background:var(--card-bg);flex-grow:1;padding:6rem 2rem}.Services-module__dpHhBa__container{max-width:1200px;margin:0 auto}.Services-module__dpHhBa__header{text-align:center;margin-bottom:4rem}.Services-module__dpHhBa__sectionTitle{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem}.Services-module__dpHhBa__sectionDesc{color:var(--secondary);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.Services-module__dpHhBa__grid{grid-template-columns:1fr;gap:2rem;max-width:900px;margin:0 auto;display:grid}@media (min-width:768px){.Services-module__dpHhBa__grid{grid-template-columns:repeat(2,1fr)}}.Services-module__dpHhBa__card{background:var(--background);border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.Services-module__dpHhBa__card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0006}.Services-module__dpHhBa__content{flex-direction:column;height:100%;padding:2.5rem 2rem;display:flex}.Services-module__dpHhBa__cardTitle{color:var(--primary);margin-bottom:1rem;font-size:1.4rem}.Services-module__dpHhBa__cardDesc{color:var(--secondary);flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.Services-module__dpHhBa__priceTag{color:var(--accent);text-align:center;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:6px;padding:.75rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__priceTag{background:#ffffff14}
