.Hero-module__Z8hQ_W__hero{min-height:100vh;padding-top:var(--header-height);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__background{z-index:0;background:radial-gradient(circle,#3b82f626,#0000 50%);width:100%;height:100%;animation:10s ease-in-out infinite alternate Hero-module__Z8hQ_W__pulse;position:absolute;top:0;left:0}@keyframes Hero-module__Z8hQ_W__pulse{0%{opacity:.5;transform:scale(1)}to{opacity:.8;transform:scale(1.5)}}.Hero-module__Z8hQ_W__container{max-width:var(--container-width);z-index:1;text-align:center;margin:0 auto;padding:0 2rem}.Hero-module__Z8hQ_W__greeting{color:var(--text-accent);opacity:0;margin-bottom:1.5rem;font-size:1.25rem;animation:.8s ease-out .2s forwards Hero-module__Z8hQ_W__fadeUp}.Hero-module__Z8hQ_W__headline{opacity:0;margin-bottom:1.5rem;font-size:4rem;font-weight:700;line-height:1.1;animation:.8s ease-out .4s forwards Hero-module__Z8hQ_W__fadeUp}.Hero-module__Z8hQ_W__subheadline{color:var(--text-secondary);opacity:0;margin-bottom:2.5rem;font-size:4rem;font-weight:700;line-height:1.1;animation:.8s ease-out .6s forwards Hero-module__Z8hQ_W__fadeUp}.Hero-module__Z8hQ_W__description{max-width:600px;color:var(--text-secondary);opacity:0;margin:0 auto 3.5rem;font-size:1.1rem;line-height:1.6;animation:.8s ease-out .8s forwards Hero-module__Z8hQ_W__fadeUp}.Hero-module__Z8hQ_W__ctaWrapper{opacity:0;animation:.8s ease-out 1s forwards Hero-module__Z8hQ_W__fadeUp}.Hero-module__Z8hQ_W__cta{background:var(--text-primary);color:var(--bg-primary);border-radius:50px;padding:1rem 2.5rem;font-weight:600;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:inline-block}.Hero-module__Z8hQ_W__cta:hover{background:var(--text-accent);color:#fff;transform:scale(1.05)}@keyframes Hero-module__Z8hQ_W__fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__Z8hQ_W__headline,.Hero-module__Z8hQ_W__subheadline{font-size:2.5rem}}
.About-module__vqXTeW__about{background:var(--bg-primary);padding:8rem 2rem;position:relative}.About-module__vqXTeW__container{max-width:var(--container-width);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin:0 auto;display:grid}.About-module__vqXTeW__imageContent{background:var(--border-subtle);border-radius:20px;justify-content:center;align-items:center;height:500px;display:flex;position:relative;overflow:hidden}.About-module__vqXTeW__overlay{background:linear-gradient(45deg,#05050533,#d4af371a);width:100%;height:100%;position:absolute;top:0;left:0}.About-module__vqXTeW__textContent{color:var(--text-secondary)}.About-module__vqXTeW__sectionTitle{text-transform:uppercase;letter-spacing:2px;color:var(--text-accent);margin-bottom:1rem;font-size:.9rem;display:block}.About-module__vqXTeW__title{color:var(--text-primary);margin-bottom:2rem;font-size:2.5rem;font-weight:700;line-height:1.2}.About-module__vqXTeW__description{margin-bottom:1.5rem;line-height:1.8}@media (max-width:768px){.About-module__vqXTeW__container{grid-template-columns:1fr;gap:2rem}.About-module__vqXTeW__imageContent{height:300px}}
.Skills-module__P7wDQq__skills{background:var(--bg-secondary);padding:6rem 0;overflow:hidden}.Skills-module__P7wDQq__container{max-width:var(--container-width);text-align:center;margin:0 auto 3rem;padding:0 2rem}.Skills-module__P7wDQq__sectionTitle{margin-bottom:1rem;font-size:2.5rem}.Skills-module__P7wDQq__marqueeWrapper{width:100%;display:flex;position:relative;overflow:hidden}.Skills-module__P7wDQq__marquee{white-space:nowrap;gap:3rem;padding:1rem 0;animation:20s linear infinite Skills-module__P7wDQq__scroll;display:flex}.Skills-module__P7wDQq__marquee:hover{animation-play-state:paused}.Skills-module__P7wDQq__skillItem{color:var(--text-secondary);border:1px solid var(--border-subtle);background:#ffffff08;border-radius:8px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.5rem;font-weight:600;transition:all .3s;display:flex}.Skills-module__P7wDQq__skillItem:hover{border-color:var(--text-accent);color:var(--text-primary);background:#ffffff0d}@keyframes Skills-module__P7wDQq__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
.Projects-module__K3d-Xa__projects{background:var(--bg-primary);padding:8rem 0}.Projects-module__K3d-Xa__container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.Projects-module__K3d-Xa__header{text-align:center;margin-bottom:5rem}.Projects-module__K3d-Xa__title{margin-bottom:1rem;font-size:3rem}.Projects-module__K3d-Xa__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.Projects-module__K3d-Xa__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;display:grid}.Projects-module__K3d-Xa__card{background:var(--bg-secondary);border:1px solid var(--border-subtle);transition:all .4s var(--ease-out-expo);border-radius:16px;position:relative;overflow:hidden}.Projects-module__K3d-Xa__card:hover{border-color:var(--text-accent);transform:translateY(-10px);box-shadow:0 20px 40px -10px #00000080}.Projects-module__K3d-Xa__imageWrapper{background:#1a1a1a;height:240px;position:relative;overflow:hidden}.Projects-module__K3d-Xa__card:hover .Projects-module__K3d-Xa__imageWrapper img{transform:scale(1.05)}.Projects-module__K3d-Xa__placeholderImage{color:#333;background:linear-gradient(135deg,#111 0%,#222 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;font-weight:700;display:flex}.Projects-module__K3d-Xa__content{padding:2rem}.Projects-module__K3d-Xa__projectTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem}.Projects-module__K3d-Xa__description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Projects-module__K3d-Xa__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.Projects-module__K3d-Xa__tag{color:var(--text-secondary);background:#ffffff0d;border-radius:50px;padding:.25rem .75rem;font-size:.8rem}.Projects-module__K3d-Xa__links{gap:1rem;display:flex}.Projects-module__K3d-Xa__link{text-decoration:underline;-webkit-text-decoration-color:var(--text-accent);text-decoration-color:var(--text-accent);text-underline-offset:4px;font-size:.9rem;font-weight:600}
.Contact-module__OWeMSG__contact{background:var(--bg-secondary);text-align:center;padding:8rem 0}.Contact-module__OWeMSG__container{max-width:800px;margin:0 auto;padding:0 2rem}.Contact-module__OWeMSG__title{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:3.5rem}.Contact-module__OWeMSG__text{color:var(--text-secondary);margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.Contact-module__OWeMSG__button{background:var(--text-primary);color:var(--bg-primary);border-radius:50px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-block}.Contact-module__OWeMSG__button:hover{transform:translateY(-5px);box-shadow:0 10px 20px #ffffff1a}
.ScrollReveal-module__0uU3eW__reveal{opacity:0;will-change:opacity,transform;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}.ScrollReveal-module__0uU3eW__visible{opacity:1;transform:translateY(0)}
