.hero{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;min-height:70vh;position:relative;animation:fade-in-up 1s ease-out}.hero__img{border-radius:50%;width:6rem;height:6rem;object-fit:cover;border:3px solid transparent;background:linear-gradient(var(--clr-dark),var(--clr-dark)) padding-box,var(--gradient-primary) border-box;box-shadow:0 0 30px #4f46e566,0 0 60px #e11d4833;animation:float 4s ease-in-out infinite;transition:transform var(--transition-normal),box-shadow var(--transition-normal);margin-bottom:.5rem}.hero__img:hover{transform:scale(1.05);box-shadow:0 0 50px #4f46e599,0 0 80px #e11d484d}.hero__greeting{font-family:var(--font-body);color:var(--clr-slate400);font-size:var(--size-base);font-weight:500;letter-spacing:.05em;text-transform:uppercase;animation:fade-in-up 1s ease-out .15s both}.hero__title{font-family:var(--font-heading);background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% auto;font-size:var(--size-4xl);font-weight:700;letter-spacing:-.03em;line-height:1.1;animation:fade-in-up 1s ease-out .25s both,gradient-shift 5s ease infinite}.hero__subtitle{font-family:var(--font-heading);color:var(--clr-slate400);font-size:var(--size-lg);font-weight:500;line-height:1.4;letter-spacing:-.01em;animation:fade-in-up 1s ease-out .35s both;margin-top:.25rem}.hero__description{max-width:45ch;font-size:var(--size-base);color:var(--clr-slate600);line-height:1.8;animation:fade-in-up 1s ease-out .45s both;margin-top:.5rem}.hero__btn{font-size:var(--size-base);animation:fade-in-up 1s ease-out .55s both;margin-top:1rem}.hero:before{content:"";position:absolute;top:20%;left:10%;width:200px;height:200px;background:radial-gradient(circle,rgba(79,70,229,.15) 0%,transparent 70%);border-radius:50%;filter:blur(40px);pointer-events:none;animation:pulse-glow 4s ease-in-out infinite}.hero:after{content:"";position:absolute;bottom:20%;right:10%;width:150px;height:150px;background:radial-gradient(circle,rgba(225,29,72,.15) 0%,transparent 70%);border-radius:50%;filter:blur(40px);pointer-events:none;animation:pulse-glow 4s ease-in-out infinite 2s}@media (min-width: 475px){.hero{gap:1rem;min-height:75vh}.hero__img{width:7rem;height:7rem}.hero__greeting{font-size:var(--size-base)}.hero__title{font-size:var(--size-5xl)}.hero__subtitle{font-size:var(--size-xl)}.hero__description,.hero__btn{font-size:var(--size-lg)}}@media (min-width: 768px){.hero{min-height:80vh}.hero__title{font-size:var(--size-6xl)}.hero__subtitle{font-size:var(--size-2xl)}}@media (min-width: 1024px){.hero{gap:1.25rem;min-height:85vh}.hero__img{width:9rem;height:9rem}.hero__greeting{font-size:var(--size-lg)}.hero__title{font-size:var(--size-8xl)}.hero__subtitle{font-size:var(--size-2xl)}.hero__description,.hero__btn{font-size:var(--size-xl)}}@media (min-width: 1280px){.hero{gap:1.5rem}.hero__img{width:10rem;height:10rem}.hero__greeting{font-size:var(--size-xl)}.hero__title{font-size:var(--size-9xl)}.hero__subtitle{font-size:var(--size-3xl)}.hero__description,.hero__btn{font-size:var(--size-xl)}}.about{display:flex;flex-direction:column;gap:2rem}.about__content{display:flex;flex-direction:column;gap:1.5rem}.about__title{font-size:var(--size-3xl);font-weight:700;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}.about__title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:var(--gradient-primary);border-radius:2px}.about__description{max-width:60ch;font-size:var(--size-base);color:var(--clr-slate600);line-height:1.8}.about__hr{border:none;height:1px;background:var(--glass-border);margin:1rem 0}.about__subtitle{font-size:var(--size-base);color:var(--clr-slate400);font-weight:600;text-transform:uppercase;letter-spacing:.1em}.tech-marquee{width:100vw;margin-left:calc(-45vw + 60%);overflow:hidden;position:relative;padding:2rem 0}.tech-marquee:before,.tech-marquee:after{content:"";position:absolute;top:0;width:150px;height:100%;z-index:2;pointer-events:none}.tech-marquee:before{left:0;background:linear-gradient(90deg,var(--clr-dark) 0%,transparent 100%)}.tech-marquee:after{right:0;background:linear-gradient(270deg,var(--clr-dark) 0%,transparent 100%)}.tech-marquee__track{display:flex;width:max-content;animation:marquee 25s linear infinite}.tech-marquee:hover .tech-marquee__track{animation-play-state:paused}.tech-marquee__content{display:flex;gap:1.5rem;padding-right:1.5rem}.tech-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.75rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:50px;white-space:nowrap;transition:all var(--transition-fast)}.tech-item:hover{background:rgba(79,70,229,.15);border-color:var(--clr-indigo);transform:scale(1.05)}.tech-item svg{width:40px;height:40px;color:var(--clr-indigo-light);flex-shrink:0}.tech-item span{font-size:var(--size-base);color:var(--clr-slate400);font-weight:500}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.about__img-wrapper{position:relative;border-radius:20px;overflow:hidden}.about__img-wrapper:before{content:"";position:absolute;inset:0;background:var(--gradient-glow);opacity:.5;z-index:1;transition:opacity var(--transition-normal)}.about__img-wrapper:hover:before{opacity:.2}.about__img{border-radius:20px;transition:transform var(--transition-slow)}.about__img-wrapper:hover .about__img{transform:scale(1.02)}@media (min-width: 475px){.about{gap:2.5rem}.about__content{gap:1.75rem}.about__title{font-size:var(--size-4xl)}.about__description{font-size:var(--size-lg)}.about__subtitle,.about__list{font-size:var(--size-base)}}@media (min-width: 640px){.about__img-wrapper{margin:0 auto}.about__img{width:28.6875rem}}@media (min-width: 1024px){.about{flex-direction:row;justify-content:space-between;align-items:center;gap:4rem}.about__title{font-size:var(--size-5xl)}.about__description,.about__subtitle{font-size:var(--size-lg)}.about__list{font-size:var(--size-base)}}@media (min-width: 1280px){.about__content{gap:2rem}.about__title{font-size:var(--size-6xl)}.about__description,.about__subtitle{font-size:var(--size-xl)}.about__list{font-size:var(--size-lg);padding:.75em 1.25em}.about__img{width:32rem}}.featured__subtitle{font-size:var(--size-sm);color:var(--clr-indigo-light);text-transform:uppercase;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem}.featured__wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.featured__title{font-size:var(--size-3xl);background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;font-weight:700}.featured__link{width:var(--size-2xl);height:var(--size-2xl);color:var(--clr-slate400);transition:color var(--transition-fast),transform var(--transition-fast);display:flex;align-items:center;justify-content:center}.featured__link:hover{color:var(--clr-rose);transform:scale(1.1) rotate(5deg)}.featured__description{max-width:100ch;color:var(--clr-slate600);font-size:var(--size-base);line-height:1.8;margin:1.5rem 0}.featured__info-container{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1.5rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;backdrop-filter:var(--glass-blur)}.featured__info-container div{flex:1;min-width:200px}.featured__label{font-size:var(--size-sm);text-transform:uppercase;letter-spacing:.05em;color:var(--clr-slate400);margin-bottom:.75em;font-weight:600}.featured__tech-stack{padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.featured__tech-stack .featured__info{background:rgba(79,70,229,.15);border:1px solid rgba(79,70,229,.3);padding:.35em .75em;border-radius:20px;font-size:var(--size-xs);transition:all var(--transition-fast)}.featured__tech-stack .featured__info:hover{background:rgba(79,70,229,.25);transform:translateY(-2px)}.featured__info{font-size:var(--size-sm);color:var(--clr-slate600)}.featured__img-container{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.featured__img-wrapper{position:relative;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.featured__img-wrapper:after{content:"";background:linear-gradient(135deg,rgba(79,70,229,.4) 0%,rgba(225,29,72,.2) 100%);width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;transition:opacity var(--transition-normal)}.featured__img-wrapper:hover{transform:translateY(-5px) scale(1.02);box-shadow:var(--shadow-lg),var(--shadow-glow-indigo)}.featured__img-wrapper:hover:after{opacity:.3}.featured__img-wrapper img{width:100%;height:auto;display:block}@media (min-width: 475px){.featured__subtitle{font-size:var(--size-base)}.featured__title{font-size:var(--size-4xl)}.featured__link{width:var(--size-3xl);height:var(--size-3xl)}.featured__description{font-size:var(--size-lg);margin:1.75rem 0}.featured__label,.featured__info{font-size:var(--size-base)}.featured__tech-stack .featured__info{font-size:var(--size-sm)}.featured__img-container{margin-top:2rem;gap:1.5rem}}@media (min-width: 640px){.featured__img-container{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@media (min-width: 1024px){.featured__subtitle{font-size:var(--size-lg)}.featured__title{font-size:var(--size-5xl)}.featured__link{width:var(--size-4xl);height:var(--size-4xl)}.featured__description,.featured__label,.featured__info{font-size:var(--size-lg)}.featured__info-container{padding:2rem}}@media (min-width: 1280px){.featured__subtitle{font-size:var(--size-xl)}.featured__title{font-size:var(--size-6xl)}.featured__link{width:var(--size-5xl);height:var(--size-5xl)}.featured__description{font-size:var(--size-xl);margin:2rem 0}.featured__label{font-size:var(--size-xl)}.featured__info{font-size:var(--size-lg)}.featured__img-container{margin-top:2.5rem;gap:2rem}}.work{text-align:center}.work__title{font-size:var(--size-3xl);font-weight:700;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.work__description{max-width:60ch;font-size:var(--size-base);color:var(--clr-slate600);margin:1.5rem auto;line-height:1.7}.work__project-title{font-size:var(--size-lg);margin-bottom:1.25rem;color:var(--clr-light)}.work__img-wrapper{position:relative;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.work__img-wrapper:after{content:"";background:linear-gradient(135deg,rgba(79,70,229,.4) 0%,rgba(225,29,72,.2) 100%);width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;transition:opacity var(--transition-normal)}.work__img-wrapper:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--shadow-lg),var(--shadow-glow-indigo)}.work__img-wrapper:hover:after{opacity:.3}.work__img-wrapper img{width:100%;height:auto;display:block}.work__project{text-align:left;padding:1.5rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;backdrop-filter:var(--glass-blur);transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.work__project:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.work__project:not(:last-child){margin-bottom:3rem}.work__project-description1{font-size:var(--size-sm);color:var(--clr-slate600);margin:1rem 0;line-height:1.7}.work__project-description2{font-size:var(--size-sm);color:var(--clr-slate400);margin-bottom:1.25rem;line-height:1.7}.work__project-links{display:flex;gap:.75rem}.work__project-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border-radius:12px;background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--clr-slate400);transition:all var(--transition-fast)}.work__project-btn:hover{background:rgba(79,70,229,.15);border-color:var(--clr-indigo);color:var(--clr-indigo-light);transform:translateY(-3px);box-shadow:var(--shadow-glow-indigo)}.work__project-btn svg{width:20px;height:20px}.work__project-subtitle{display:none}@media (min-width: 475px){.work__title{font-size:var(--size-4xl)}.work__description{font-size:var(--size-lg);margin:1.75rem auto}.work__project-title{font-size:var(--size-xl);margin-bottom:1.5rem}.work__project-description1{font-size:var(--size-base);margin:1.5rem 0}.work__project-description2{font-size:var(--size-base);margin-bottom:1.5rem}}@media (min-width: 640px){.work__container{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"image1 content1" "content2 image2" "image3 content3" "content4 image4" "image5 content5" "content6 image6";place-items:center;gap:1.5rem}.work__image1{grid-area:image1}.work__image2{grid-area:image2}.work__image3{grid-area:image3}.work__image4{grid-area:image4}.work__image5{grid-area:image5}.work__image6{grid-area:image6}.work__content1{grid-area:content1}.work__content2{grid-area:content2}.work__content3{grid-area:content3}.work__content4{grid-area:content4}.work__content5{grid-area:content5}.work__content6{grid-area:content6}.work__project{padding:1.25rem;height:100%;display:flex;flex-direction:column;justify-content:center}.work__project-title{display:none}.work__project-description1{font-size:var(--size-xs);margin:1em 0}.work__project-description2{font-size:var(--size-xs);margin-bottom:1em}.work__project-subtitle{display:block;font-size:var(--size-base);color:var(--clr-light);font-weight:600;margin-bottom:.5rem}.work__project:not(:last-child){margin-bottom:0}}@media (min-width: 768px){.work__container{gap:2rem}.work__project{padding:1.5rem}.work__project-description1,.work__project-description2{font-size:var(--size-sm)}.work__project-subtitle{font-size:var(--size-lg)}}@media (min-width: 1024px){.work__title{font-size:var(--size-5xl)}.work__description{font-size:var(--size-xl)}.work__project{padding:2rem}.work__project-description1,.work__project-description2{font-size:var(--size-base)}.work__project-subtitle{font-size:var(--size-xl)}}@media (min-width: 1280px){.work__title{font-size:var(--size-6xl)}.work__description{font-size:var(--size-xl);margin:2rem auto}.work__project-description1,.work__project-description2,.work__project-btn{font-size:var(--size-lg)}.work__project-subtitle{font-size:var(--size-2xl)}.work__container{width:90%;margin:0 auto;gap:2.5rem}}@media (min-width: 1536px){.work__container{width:85%}}.contact{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1.5rem;padding:4rem 2rem;background:var(--gradient-card);border:1px solid var(--glass-border);border-radius:24px;backdrop-filter:var(--glass-blur);position:relative;overflow:hidden}.contact:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(79,70,229,.1) 0%,transparent 50%);animation:pulse-glow 6s ease-in-out infinite;pointer-events:none}.contact__title{font-size:var(--size-3xl);font-weight:700;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1}.contact__description{font-size:var(--size-base);color:var(--clr-slate600);max-width:50ch;line-height:1.8;position:relative;z-index:1}.contact__btn{font-size:var(--size-base);position:relative;z-index:1}@media (min-width: 475px){.contact{gap:1.75rem;padding:5rem 3rem}.contact__title{font-size:var(--size-4xl)}.contact__description,.contact__btn{font-size:var(--size-lg)}}@media (min-width: 1024px){.contact{padding:6rem 4rem}.contact__title{font-size:var(--size-5xl)}.contact__description,.contact__btn{font-size:var(--size-xl)}}@media (min-width: 1280px){.contact{gap:2rem;padding:8rem 5rem}.contact__title{font-size:var(--size-6xl)}.contact__description,.contact__btn{font-size:var(--size-xl)}}.contact__actions{display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative;z-index:1}.contact__socials{display:flex;gap:1rem}.contact__social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--clr-slate400);transition:all var(--transition-fast)}.contact__social-link:hover{background:rgba(79,70,229,.2);border-color:var(--clr-indigo);color:var(--clr-indigo-light);transform:translateY(-4px);box-shadow:var(--shadow-glow-indigo)}.contact__social-link svg{width:22px;height:22px}@media (min-width: 475px){.contact__actions{flex-direction:row;gap:2rem}}@media (min-width: 768px){.contact__social-link{width:52px;height:52px}.contact__social-link svg{width:24px;height:24px}}
