.hero{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero.bg-light{color:#1a1a1a;background-color:#f8faff}.hero.bg-dark{color:#fff;background-color:#101029}.social-item{-webkit-backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #fff3;border-radius:16px;padding:10px;box-shadow:0 8px 32px #00000026}.hero-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.gradient-blob{filter:blur(80px);background:radial-gradient(circle,#3e70ec26 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:15s ease-in-out infinite float,8s ease-in-out infinite pulse;position:absolute;top:-100px;right:-100px}.gradient-blob-2{filter:blur(90px);background:radial-gradient(circle,#79b8ff1a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:18s ease-in-out infinite float-reverse,10s ease-in-out 2s infinite pulse;position:absolute;bottom:-150px;left:-150px}.grid-pattern{opacity:.3;background-image:linear-gradient(#3e70ec0d 1px,#0000 1px),linear-gradient(90deg,#3e70ec0d 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0}.floating-shapes{width:100%;height:100%;position:absolute;top:0;left:0}.shape{opacity:.1;border-radius:50%;position:absolute}.shape-1{background:linear-gradient(135deg,#3e70ec,#79b8ff);width:100px;height:100px;animation:12s ease-in-out infinite float,15s ease-in-out infinite scale;top:20%;left:10%}.shape-2{background:linear-gradient(135deg,#2a1454,#3e70ec);width:80px;height:80px;animation:14s ease-in-out infinite float-reverse,12s ease-in-out infinite scale;top:60%;right:15%}.shape-3{background:linear-gradient(135deg,#79b8ff,#2a1454);width:120px;height:120px;animation:16s ease-in-out infinite float,18s ease-in-out infinite scale;bottom:10%;left:20%}.geometric-elements{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.square-element{opacity:.07;background:linear-gradient(135deg,#3e70ec,#79b8ff);animation:20s linear infinite rotate,15s ease-in-out infinite pulse-opacity;position:absolute}.square-1{width:60px;height:60px;animation-delay:0s;top:15%;right:20%}.square-2{background:linear-gradient(135deg,#2a1454,#3e70ec);width:40px;height:40px;animation-delay:3s;bottom:25%;left:15%}.square-3{background:linear-gradient(135deg,#79b8ff,#2a1454);width:80px;height:80px;animation-delay:6s;top:70%;right:10%}.triangle-element{opacity:.08;width:0;height:0;animation:18s ease-in-out infinite float-triangle,12s ease-in-out infinite pulse-opacity;position:absolute}.triangle-1{border-bottom:70px solid #3e70ec;border-left:40px solid #0000;border-right:40px solid #0000;animation-delay:1s;top:25%;left:5%}.triangle-2{border-top:85px solid #79b8ff;border-left:50px solid #0000;border-right:50px solid #0000;animation-delay:4s;bottom:15%;right:8%}.triangle-3{border-bottom:60px solid #2a1454;border-left:35px solid #0000;border-right:35px solid #0000;animation-delay:7s;top:10%;right:25%}@keyframes float{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(10px,-15px)rotate(5deg)}66%{transform:translate(-5px,10px)rotate(-3deg)}}@keyframes float-reverse{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(-10px,15px)rotate(-5deg)}66%{transform:translate(5px,-10px)rotate(3deg)}}@keyframes float-triangle{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(15px,-10px)rotate(10deg)}50%{transform:translate(-10px,15px)rotate(-8deg)}75%{transform:translate(-5px,-15px)rotate(5deg)}}@keyframes pulse{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.2;transform:scale(1.05)}}@keyframes pulse-opacity{0%,to{opacity:.07}50%{opacity:.15}}@keyframes scale{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-wrapper{z-index:2;grid-template-columns:1fr;align-items:center;gap:3rem;padding:6rem 0 3rem;display:grid;position:relative}@media (min-width:992px){.hero-wrapper{grid-template-columns:1.2fr 1fr;gap:4rem;padding:8rem 0 4rem}}.intro-text{background:linear-gradient(135deg,#3e70ec 0%,#2a1454 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.hero-description{opacity:.9;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}@media (min-width:768px){.intro-text{font-size:3.5rem}.hero-description{font-size:1.2rem}}.hero-right{justify-content:center;align-items:center;display:flex}.profile-image-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.profile-frame{border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:15s ease-in-out infinite morphing;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000026}.profile-glow{opacity:.2;filter:blur(40px);z-index:-1;background:linear-gradient(45deg,#3e70ec,#79b8ff,#3e70ec);width:120%;height:120%;animation:8s ease-in-out infinite pulse,20s linear infinite rotate;position:absolute;top:-10%;left:-10%}.profile-border-animation{border-radius:inherit;z-index:-1;opacity:.7;background:linear-gradient(45deg,#3e70ec,#79b8ff,#2a1454,#3e70ec) 0 0/400% 400%;animation:6s infinite gradient-border;position:absolute;inset:-2px}.profile-image{aspect-ratio:3/4;object-fit:cover;border:6px solid #ffffff1a;width:100%;max-width:320px;height:auto;transition:all .5s;display:block}.profile-frame:hover .profile-image{transform:scale(1.03)}.decorative-element{z-index:-1;border-radius:50%;position:absolute}.dec-1{opacity:.6;filter:blur(10px);background:linear-gradient(135deg,#3e70ec,#79b8ff);width:40px;height:40px;top:-20px;right:-10px}.dec-2{opacity:.6;filter:blur(8px);background:linear-gradient(135deg,#2a1454,#3e70ec);width:30px;height:30px;bottom:30px;left:-20px}.dec-3{opacity:.6;filter:blur(6px);background:linear-gradient(135deg,#79b8ff,#2a1454);width:25px;height:25px;top:50%;right:-15px}.geo-dec-1{opacity:.7;filter:blur(5px);background:linear-gradient(135deg,#3e70ec,#79b8ff);border-radius:4px;width:20px;height:20px;animation:4s ease-in-out infinite pulse;bottom:40px;right:-15px}.geo-dec-2{opacity:.7;filter:blur(4px);border-bottom:20px solid #2a1454;border-left:12px solid #0000;border-right:12px solid #0000;width:0;height:0;animation:5s ease-in-out 1s infinite pulse;top:-15px;left:-15px}@keyframes morphing{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}@keyframes gradient-border{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero-actions{margin-top:2rem}.card-flex{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}@media (min-width:640px){.card-flex{flex-direction:row;align-items:center}}.download-btn{cursor:pointer;border:2px solid #0000;border-radius:50px;padding:1rem 2rem;font-weight:600;transition:all .3s}.cv-light{background:linear-gradient(135deg,#3e70ec 0%,#2a1454 100%);box-shadow:0 10px 25px #3e70ec4d}.cv-dark{background:linear-gradient(135deg,#293469 0%,#3e70ec 100%);box-shadow:0 10px 25px #3e70ec66}.download-link{align-items:center;gap:.5rem;font-weight:600;text-decoration:none;display:flex;color:#fff!important}.download-link:hover{color:#fff!important}.social-icons{gap:1rem;margin:0;padding:0;list-style:none;display:flex}.social-img{filter:grayscale(.3);transition:all .3s}.social-item:hover .social-img{filter:grayscale(0)}.scroll-banner{z-index:2;background:linear-gradient(90deg,#3c6ae1 0%,#3443a1 100%);padding:15px 0;display:flex;position:relative;overflow:hidden;transform:rotate(-2deg);box-shadow:0 5px 15px #0000001a}.scroll-item{color:#fff;white-space:nowrap;align-items:center;gap:.75rem;padding:0 1.5rem;font-size:.9rem;font-weight:600;animation:20s linear infinite scroll;display:flex}.star-icon{filter:brightness(0)invert()}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - 1.5rem))}}.scroll-banner:hover .scroll-item{animation-play-state:paused}.floating-nav{z-index:100;align-items:center;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%)}.floating-nav-toggle{cursor:pointer;z-index:101;background:#3e70ec;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:50px;height:50px;margin-right:1rem;padding:0;display:none;box-shadow:0 4px 15px #3e70ec4d}.floating-nav-toggle span{background:#fff;width:24px;height:2px;margin:3px 0;transition:all .3s;display:block}.floating-nav-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.floating-nav-item{background:#3e70ec;border-radius:8px 0 0 8px;transition:right .4s,background .3s;position:relative;right:-85px;box-shadow:-4px 0 10px #0000001a}.floating-nav-item:hover{background:#2a56d0;right:0}.floating-nav-link{color:#fff;white-space:nowrap;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:500;text-decoration:none;display:flex}.nav-label{opacity:0;transition:opacity .3s}.floating-nav-item:hover .nav-label{opacity:1}@media (max-width:768px){.floating-nav{top:auto;bottom:2rem;right:1rem;transform:none}.floating-nav-toggle{display:flex}.floating-nav-list{opacity:0;visibility:hidden;background:#fff;border-radius:12px;padding:1rem;transition:all .3s;position:fixed;bottom:80px;right:1rem;transform:translateY(20px);box-shadow:0 10px 30px #00000026}.floating-nav.open .floating-nav-list{opacity:1;visibility:visible;transform:translateY(0)}.floating-nav-item{box-shadow:none;background:0 0;border-radius:8px;right:0}.floating-nav-item:hover{background:#f0f4ff}.floating-nav-link{color:#1a1a1a;padding:.5rem}.nav-label{opacity:1}.hero.bg-dark .floating-nav-list{background:#1a1a2e}.hero.bg-dark .floating-nav-item:hover{background:#2a2a4e}.hero.bg-dark .floating-nav-link{color:#fff}}@media (prefers-reduced-motion:reduce){.gradient-blob,.gradient-blob-2,.shape,.square-element,.triangle-element,.profile-frame,.profile-glow,.profile-border-animation,.decorative-element,.scroll-item,.floating-nav-item{transition:none!important;animation:none!important}}@media (max-width:480px){.hero-wrapper{gap:2rem;margin-top:3rem;padding:4rem 0 2rem}.intro-text{text-align:center;font-size:2rem}.hero-description{text-align:justify;font-size:1rem}.card-flex{justify-content:center;align-items:center}.profile-image{aspect-ratio:3/4;max-width:240px}.scroll-banner{padding:.75rem 0;font-size:.85rem;transform:rotate(-1deg)}.floating-nav{display:none}}@media (min-width:600px) and (max-width:900px){.hero-wrapper{grid-template-columns:1fr;gap:3rem;padding:6rem 0 3rem}.intro-text{text-align:center;font-size:2.8rem}.hero-description{text-align:center;font-size:1.15rem}.card-flex{flex-direction:column;justify-content:center}.profile-image{max-width:280px}}@media (min-width:901px) and (max-width:1199px){.hero-wrapper{grid-template-columns:1.2fr 1fr;gap:3rem;padding:6rem 1rem 3rem}.intro-text{font-size:3.2rem}.hero-description{text-align:justify;font-size:15px}.hero-actions{margin-top:5rem}.profile-image{max-width:300px}}@media (min-width:1200px){.hero-wrapper{gap:5rem;padding:8rem 0 4rem}.intro-text{font-size:4rem}.hero-description{font-size:1.25rem}.profile-image{max-width:320px}}
.Services-module__7BRr6W__services{padding:6rem 2rem;transition:all .3s}.Services-module__7BRr6W__bgLDark{color:#f8fafc;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}.Services-module__7BRr6W__servicesLight{color:#0f172a;background:linear-gradient(135deg,#fff 0%,#b8d4ff 100%)}.Services-module__7BRr6W__sTitle{text-align:center;margin-bottom:4rem}.Services-module__7BRr6W__skillsTitle{font-size:3rem;font-weight:800;display:inline-block;position:relative}.Services-module__7BRr6W__skillsTitle:after{content:"";background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.Services-module__7BRr6W__serviceContainer{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.Services-module__7BRr6W__servicesCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;height:100%;padding:2.5rem 2rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000001a}.Services-module__7BRr6W__servicesLight .Services-module__7BRr6W__servicesCard{background:#fffc;border:1px solid #ffffff80;box-shadow:0 8px 20px #00000014}.Services-module__7BRr6W__servicesCard:before{content:"";transform-origin:0;background:linear-gradient(90deg,#6366f1,#8b5cf6);width:100%;height:5px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.Services-module__7BRr6W__servicesCard:hover:before{transform:scaleX(1)}.Services-module__7BRr6W__servicesCard:hover{transform:translateY(-8px);box-shadow:0 15px 30px #00000026}.Services-module__7BRr6W__servicesLight .Services-module__7BRr6W__servicesCard:hover{box-shadow:0 15px 30px #0000001f}.Services-module__7BRr6W__title{margin-bottom:1.5rem}.Services-module__7BRr6W__title h3{color:inherit;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Services-module__7BRr6W__desc{flex-grow:1;margin-bottom:2rem}.Services-module__7BRr6W__des{color:inherit;opacity:.85;line-height:1.6}.Services-module__7BRr6W__btn{margin-top:auto}.Services-module__7BRr6W__serviesBtn{cursor:pointer;color:#fff;z-index:1;background:linear-gradient(90deg,#333467,#3964a5);border:none;border-radius:50px;align-items:center;padding:.65rem 1rem;font-size:12px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.Services-module__7BRr6W__serviesBtn:before{content:"";opacity:0;z-index:-1;background:linear-gradient(90deg,#5c80f6,#639cf1);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Services-module__7BRr6W__serviesBtn:hover:before{opacity:1}.Services-module__7BRr6W__serviesBtn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #6366f166}.Services-module__7BRr6W__serviesBtn span{margin-right:.5rem}.Services-module__7BRr6W__serviesBtn a{color:#fff;align-items:center;text-decoration:none;display:flex}@media (max-width:768px){.Services-module__7BRr6W__services{padding:4rem 1.5rem}.Services-module__7BRr6W__skillsTitle{font-size:2.5rem}.Services-module__7BRr6W__serviceContainer{grid-template-columns:1fr;gap:2rem}.Services-module__7BRr6W__servicesCard{padding:2rem 1.5rem}}@media (max-width:480px){.Services-module__7BRr6W__services{padding:3rem 1rem}.Services-module__7BRr6W__skillsTitle{font-size:2rem}}
.Work-module__cT2BRW__portfolioContainer{flex-wrap:wrap;justify-content:center;gap:30px;max-width:1200px;margin:0 auto;padding:40px 20px;display:flex}.Work-module__cT2BRW__tLight{background:linear-gradient(135deg,#3e70ec 0%,#2a1454 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.8rem;font-weight:800;display:inline-block;position:relative}.Work-module__cT2BRW__tDark{background:linear-gradient(135deg,#e7eeff 0%,#b1caff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.8rem;font-weight:800;display:inline-block;position:relative}.Work-module__cT2BRW__projects{padding:60px 0;transition:background-color .3s}.Work-module__cT2BRW__bgDark{color:#f0f0f0;background:linear-gradient(135deg,#25326b 0%,#000e24 100%)}.Work-module__cT2BRW__bgLight{color:#333;background-color:#fff}.Work-module__cT2BRW__sTitle{text-align:center;padding:40px 20px 20px}.Work-module__cT2BRW__skillsTitle{background:linear-gradient(135deg,#354475,#044fb0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:2.5rem;font-weight:700}.Work-module__cT2BRW__sectionSubtitle{opacity:.8;max-width:600px;margin:0 auto;font-size:1.1rem}.Work-module__cT2BRW__accentText{background:linear-gradient(135deg,#354475,#044fb0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Work-module__cT2BRW__projectCard{opacity:0;background:#ffffff1a;border-radius:16px;width:100%;max-width:380px;transition:all .3s ease-in-out;overflow:hidden;transform:translateY(20px);box-shadow:0 10px 30px #0000001a}.Work-module__cT2BRW__bgLight .Work-module__cT2BRW__projectCard{background:#ffffffe6;border:1px solid #fffc}.Work-module__cT2BRW__bgDark .Work-module__cT2BRW__projectCard{background:#1e1e1ecc;border:1px solid #ffffff1a}.Work-module__cT2BRW__show{opacity:1;transform:translateY(0)}.Work-module__cT2BRW__projectCard:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0003}.Work-module__cT2BRW__bgLight .Work-module__cT2BRW__projectCard:hover{box-shadow:0 15px 35px #00000026}.Work-module__cT2BRW__projectImageContainer{height:220px;position:relative;overflow:hidden}.Work-module__cT2BRW__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Work-module__cT2BRW__projectCard:hover .Work-module__cT2BRW__projectImage{transform:scale(1.05)}.Work-module__cT2BRW__projectOverlay{opacity:0;background:#000000b3;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.Work-module__cT2BRW__projectCard:hover .Work-module__cT2BRW__projectOverlay{opacity:1}.Work-module__cT2BRW__demoLink{color:#fff;background:linear-gradient(135deg,#354475,#044fb0);border-radius:50px;align-items:center;gap:8px;padding:12px 24px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Work-module__cT2BRW__demoLink:hover{transform:translateY(-2px);box-shadow:0 5px 15px #6a8efb66}.Work-module__cT2BRW__projectContent{padding:24px}.Work-module__cT2BRW__projectTitle{color:inherit;margin-bottom:12px;font-size:1.4rem;font-weight:600}.Work-module__cT2BRW__projectDescription{color:inherit;opacity:.9;margin-bottom:18px;font-size:.95rem;line-height:1.6}.Work-module__cT2BRW__projectTags{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.Work-module__cT2BRW__projectTags span{border-radius:20px;padding:6px 12px;font-size:.8rem;font-weight:500}.Work-module__cT2BRW__bgLight .Work-module__cT2BRW__projectTags span{color:#000130;background:#6a8efb1a}.Work-module__cT2BRW__bgDark .Work-module__cT2BRW__projectTags span{color:#fff;background:#6a8efb33}@keyframes Work-module__cT2BRW__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Work-module__cT2BRW__animateFadeIn{animation:.6s forwards Work-module__cT2BRW__fadeIn}.Work-module__cT2BRW__hidden{opacity:0;transition:all .6s;transform:translateY(20px)}@media (min-width:768px){.Work-module__cT2BRW__projectCard{width:calc(50% - 30px)}.Work-module__cT2BRW__skillsTitle{font-size:3rem}}@media (min-width:1024px){.Work-module__cT2BRW__projectCard{width:calc(33.333% - 30px)}.Work-module__cT2BRW__portfolioContainer{padding:60px 20px}}@media (min-width:1440px){.Work-module__cT2BRW__portfolioContainer{padding:80px 20px}}
