.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;min-height:80vh;padding:100px 20px 60px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__content{text-align:center;z-index:10;max-width:800px;animation:1s ease-out Hero-module__ZARIfG__fadeIn}.Hero-module__ZARIfG__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.2}.Hero-module__ZARIfG__highlight{background:linear-gradient(to right,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__ZARIfG__subtitle{color:var(--foreground);opacity:.9;margin-bottom:1.5rem;font-size:1.8rem;font-weight:500}.Hero-module__ZARIfG__description{color:#a1a1aa;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.Hero-module__ZARIfG__actions{justify-content:center;gap:1rem;display:flex}.Hero-module__ZARIfG__primaryBtn{background:var(--primary);color:var(--primary-foreground);box-shadow:0 0 15px var(--primary-glow);border-radius:50px;padding:12px 30px;font-weight:600;transition:all .3s}.Hero-module__ZARIfG__primaryBtn:hover{box-shadow:0 0 25px var(--primary-glow);transform:translateY(-2px)}.Hero-module__ZARIfG__secondaryBtn{color:var(--foreground);border:1px solid var(--card-border);background:0 0;border-radius:50px;padding:12px 30px;font-weight:600;transition:all .3s}.Hero-module__ZARIfG__secondaryBtn:hover{border-color:var(--secondary);color:var(--secondary);background:#ffffff0d}.Hero-module__ZARIfG__backgroundGlow{z-index:1;pointer-events:none;filter:blur(60px);background:radial-gradient(circle,#7042f81a 0%,#0000 70%);width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__subtitle{font-size:1.4rem}}
.Experience-module__RsmxMa__section{padding:100px 0}.Experience-module__RsmxMa__timeline{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:1024px){.Experience-module__RsmxMa__timeline{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Experience-module__RsmxMa__timeline{grid-template-columns:1fr}}.Experience-module__RsmxMa__card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;flex-direction:column;height:100%;padding:1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.Experience-module__RsmxMa__card:before{content:"";background:linear-gradient(45deg,#0000,#ffffff08,#0000);width:100%;height:100%;transition:transform .6s;position:absolute;top:0;left:0;transform:translate(-100%)}.Experience-module__RsmxMa__card:hover:before{transform:translate(100%)}.Experience-module__RsmxMa__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #0003}.Experience-module__RsmxMa__header{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:1rem;display:flex}.Experience-module__RsmxMa__role{color:var(--foreground);align-items:center;gap:8px;margin-bottom:.1rem;font-size:1.1rem;font-weight:700;display:flex}.Experience-module__RsmxMa__company{color:var(--secondary);font-size:.95rem;font-weight:500}.Experience-module__RsmxMa__period{color:#a1a1aa;white-space:nowrap;background:#ffffff0d;border-radius:15px;padding:4px 10px;font-size:.8rem;transition:all .3s}.Experience-module__RsmxMa__activePeriod{background:var(--primary);color:var(--primary-foreground);box-shadow:0 0 10px var(--primary-glow);font-weight:600}.Experience-module__RsmxMa__description{color:#d4d4d8;margin-bottom:1rem;font-size:.9rem;font-style:italic;line-height:1.4}.Experience-module__RsmxMa__achievements{padding:0;list-style:none}.Experience-module__RsmxMa__achievements li{color:#a1a1aa;margin-bottom:.8rem;padding-left:1.5rem;line-height:1.6;position:relative}.Experience-module__RsmxMa__achievements li:before{content:"▹";color:var(--primary);font-weight:700;position:absolute;left:0}@media (max-width:768px){.Experience-module__RsmxMa__header{flex-direction:column;align-items:flex-start}.Experience-module__RsmxMa__card{padding:1.5rem}}
.Projects-module__2BoJ-q__section{padding:100px 0}.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 var(--card-border);border-radius:16px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.Projects-module__2BoJ-q__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #0003}.Projects-module__2BoJ-q__cardContent{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.Projects-module__2BoJ-q__card h3{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem}.Projects-module__2BoJ-q__card p{color:#a1a1aa;flex-grow:1;margin-bottom:1.5rem;line-height:1.6}.Projects-module__2BoJ-q__tags{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.Projects-module__2BoJ-q__tag{color:var(--primary);background:#7042f81a;border-radius:20px;padding:4px 12px;font-size:.85rem;font-weight:500}.Projects-module__2BoJ-q__demoCard{background:linear-gradient(135deg,#7042f80d,#00f6ff0d);grid-column:1/-1}.Projects-module__2BoJ-q__demoHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.Projects-module__2BoJ-q__liveBadge{color:#4ade80;text-transform:uppercase;letter-spacing:.05em;background:#00ff001a;border-radius:12px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:600;display:flex}.Projects-module__2BoJ-q__liveBadge:before{content:"";background:#4ade80;border-radius:50%;width:6px;height:6px;animation:2s infinite Projects-module__2BoJ-q__pulse}.Projects-module__2BoJ-q__demoDescription{margin-bottom:1.5rem}.Projects-module__2BoJ-q__demoContainer{border:1px solid var(--card-border);background:#0003;border-radius:12px;width:100%;height:300px;overflow:hidden}.Projects-module__2BoJ-q__canvas{width:100%;height:100%;display:block}@keyframes Projects-module__2BoJ-q__pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media (max-width:768px){.Projects-module__2BoJ-q__demoCard{grid-column:auto}}
.Contact-module__hcVmEa__section{text-align:center;padding:100px 0 50px}.Contact-module__hcVmEa__content{max-width:600px;margin:0 auto}.Contact-module__hcVmEa__text{color:#a1a1aa;margin-bottom:3rem;font-size:1.2rem;line-height:1.6}.Contact-module__hcVmEa__links{justify-content:center;gap:2rem;margin-bottom:4rem;display:flex}.Contact-module__hcVmEa__link{color:var(--foreground);border:1px solid var(--card-border);border-radius:50px;align-items:center;gap:10px;padding:12px 24px;font-size:1.1rem;text-decoration:none;transition:all .3s;display:flex}.Contact-module__hcVmEa__link:hover{color:var(--primary);border-bottom-color:var(--primary)}.Contact-module__hcVmEa__footer{border-top:1px solid var(--card-border);color:#52525b;padding-top:2rem;font-size:.9rem}
