*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0f172a,#1e293b);color:#e2e8f0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{cursor:pointer}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section{padding:5rem 0}.section-title{font-weight:700}.section-title:after{background-color:#4a6cf7;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:50px}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.whatsapp-float{align-items:center;background-color:#25d366;border:none;border-radius:50px;bottom:30px;box-shadow:0 4px 15px #25d36666;color:#fff;display:flex;font-size:30px;height:60px;justify-content:center;position:fixed;right:30px;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:60px;z-index:100}.whatsapp-float:hover{box-shadow:0 8px 25px #25d36699;transform:scale(1.1) rotate(10deg)}.whatsapp-float i{margin-top:0}.btn{border:none;border-radius:30px;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:.8rem 1.8rem;transition:all .3s ease}.btn:before{background:linear-gradient(90deg,#38bdf8,#818cf8,#c084fc);content:"";height:100%;left:0;position:absolute;top:0;transition:all .5s ease;width:100%;z-index:-1}.btn-primary:before{background-size:200% 100%}.btn-primary:hover{box-shadow:0 10px 25px #38bdf880}.btn-primary:hover:before{background-position:100% 0;transform:scale(1.1)}.btn-outline{background-clip:padding-box,border-box;background-color:initial;background-image:linear-gradient(#1e293b,#1e293b),linear-gradient(90deg,#38bdf8,#818cf8);background-origin:border-box;border:2px solid #0000}.btn-outline:before{opacity:0}.btn-outline:hover{box-shadow:0 10px 25px #38bdf84d;color:#fff}.btn-outline:hover:before{opacity:1}.fade-in{animation:fadeIn 1s ease-in}.slide-in-left{animation:slideInLeft 1s ease-out forwards}.slide-in-right{animation:slideInRight 1s ease-out forwards}.slide-in-up{animation:slideInUp 1s ease-out forwards}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.container{padding:0 1rem}.section{padding:3rem 0}.section-title{font-size:2rem}}.navbar{align-items:center;background-color:initial;display:flex;height:80px;justify-content:center;position:fixed;top:0;transition:all .3s ease-in-out;width:100%;z-index:999}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0f172acc;border-bottom:1px solid #38bdf81a;box-shadow:0 4px 20px #0003}.navbar-container{justify-content:space-between;max-width:1200px;padding:0 2rem;width:100%}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:#e2e8f0;font-size:1.5rem;font-weight:700;position:relative;text-decoration:none}.navbar-logo:after{background:linear-gradient(90deg,#38bdf8,#818cf8);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar-logo:hover:after{width:100%}.logo-text{-webkit-text-fill-color:#0000;animation:gradient 3s linear infinite;background:linear-gradient(90deg,#38bdf8,#818cf8,#c084fc);-webkit-background-clip:text;background-clip:text;background-size:200% auto;margin-left:.5rem}@keyframes gradient{0%{background-position:0}50%{background-position:100%}to{background-position:0}}.nav-menu{display:flex;list-style:none;margin-right:2rem;text-align:center}.nav-item{height:80px;margin:0 .5rem;overflow:hidden}.nav-item,.nav-link{align-items:center;display:flex;position:relative}.nav-link{color:#e2e8f0;font-weight:500;height:100%;padding:0 1rem;text-decoration:none;transition:all .3s ease}.nav-link:before{background:linear-gradient(90deg,#38bdf8,#818cf8);bottom:20px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}.nav-link.active:before,.nav-link:hover:before{transform:scaleX(1);transform-origin:left}.nav-link.active,.nav-link:hover{color:#fff;text-shadow:0 0 10px #38bdf880}.menu-icon{cursor:pointer;display:none;flex-direction:column;height:21px;justify-content:space-between;position:relative;width:30px;z-index:1000}.menu-icon span{background:linear-gradient(90deg,#38bdf8,#818cf8);border-radius:3px;height:3px;transition:all .3s cubic-bezier(.68,-.6,.32,1.6);width:100%}.menu-icon.active span:first-child{transform:translateY(9px) rotate(45deg);width:100%}.menu-icon.active span:nth-child(2){opacity:0;transform:translateX(-20px)}.menu-icon.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg);width:100%}@media screen and (max-width:960px){.nav-menu{display:flex;flex-direction:column;height:calc(100vh - 80px);left:-100%;margin:0;opacity:0;padding:0;position:absolute;top:80px;width:100%}.nav-menu,.nav-menu.active{transition:all .5s cubic-bezier(.68,-.6,.32,1.6)}.nav-menu.active{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172af2;border-top:1px solid #38bdf81a;box-shadow:0 4px 20px #0000004d;left:0;opacity:1;z-index:1}.nav-item{display:flex;height:60px;justify-content:center;opacity:0;transform:translateY(20px);width:100%}.nav-menu.active .nav-item{opacity:1;transform:translateY(0);transition:all .5s ease}.nav-menu.active .nav-item:first-child{transition-delay:.1s}.nav-menu.active .nav-item:nth-child(2){transition-delay:.2s}.nav-menu.active .nav-item:nth-child(3){transition-delay:.3s}.nav-menu.active .nav-item:nth-child(4){transition-delay:.4s}.nav-link{display:flex;font-size:1.2rem;justify-content:center;padding:1rem;text-align:center;width:100%}.nav-link.active:after,.nav-link:before,.nav-link:hover:after{bottom:15px}.menu-icon{display:flex}}.footer{background-color:#0f172af2;border-top:1px solid #38bdf81a;overflow:hidden;padding:3rem 0 1.5rem;position:relative}.footer:before{background:radial-gradient(circle,#38bdf80d 0,#38bdf800 70%);border-radius:50%;bottom:-50px;content:"";height:200px;position:absolute;right:-50px;width:200px;z-index:0}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.footer-content{animation:fadeIn 1s ease-out;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}.footer-section{animation:fadeInUp .8s ease-out forwards;flex:1 1;margin-bottom:1.5rem;min-width:250px;opacity:0}.footer-section:first-child{animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-title{color:#e2e8f0;display:inline-block;font-size:1.2rem;margin-bottom:1rem;position:relative}.footer-title:after{animation:expandWidth 1s ease-out .5s forwards;background:linear-gradient(90deg,#38bdf8,#818cf8);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}@keyframes expandWidth{0%{width:0}to{width:50px}}.footer-description{color:#94a3b8;line-height:1.6}.social-icons{margin-top:1rem}.social-icon{z-index:1}.whatsapp-icon{position:relative}.whatsapp-icon:before{background:linear-gradient(135deg,#25d366,#128c7e)}.whatsapp-icon:hover{box-shadow:0 10px 20px #25d36633;color:#fff;transform:translateY(-3px) scale(1.1)}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.8rem;transition:transform .3s ease}.footer-links li:hover{transform:translateX(5px)}.footer-links a{color:#94a3b8;padding-left:.5rem;position:relative;text-decoration:none;transition:all .3s ease}.footer-links a:before{border-color:#0000 #0000 #0000 #38bdf880;border-style:solid;border-width:4px 0 4px 4px;content:"";height:0;left:0;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s ease;width:0}.footer-links a:hover{color:#38bdf8}.footer-links a:hover:before{opacity:1}.footer-bottom{animation:fadeIn 1s ease-out .5s forwards;border-top:1px solid #38bdf81a;color:#94a3b8;font-size:.9rem;opacity:0;padding-top:1.5rem;text-align:center}@media screen and (max-width:768px){.footer-content{flex-direction:column}.footer-section{margin-bottom:2rem}}.hero-section{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;min-height:100vh;overflow:hidden;padding:80px 2rem 0;position:relative}.hero-section:before{animation:pulse 15s ease-in-out infinite alternate;background:radial-gradient(circle,#38bdf81a 0,#0000 70%);right:-50%;top:-50%}.hero-section:after,.hero-section:before{content:"";height:100%;position:absolute;width:100%;z-index:-1}.hero-section:after{animation:pulse 15s ease-in-out infinite alternate-reverse;background:radial-gradient(circle,#818cf81a 0,#0000 70%);bottom:-50%;left:-50%}.hero-content{animation:fadeInUp 1s ease-out forwards;flex:1 1;max-width:600px;z-index:1}.hero-title{display:inline-block;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;position:relative}.hero-title:after{background:linear-gradient(90deg,#38bdf8,#818cf8);border-radius:2px;bottom:-5px;content:"";height:4px;left:0;position:absolute;width:100%}.highlight{background:linear-gradient(90deg,#38bdf8,#818cf8,#c084fc);display:inline-block;position:relative}.hero-subtitle{animation:fadeIn 1s ease-out .3s forwards;color:#94a3b8;font-size:1.5rem;margin-bottom:1.5rem;opacity:0}.hero-description{animation:fadeIn 1s ease-out .6s forwards;color:#94a3b8;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:0}.hero-buttons{animation:fadeIn 1s ease-out .9s forwards;display:flex;gap:1rem;opacity:0}.hero-image{align-items:center;animation:fadeInRight 1s ease-out forwards;display:flex;flex:1 1;justify-content:center;z-index:1}.profile-image{animation:float 6s ease-in-out infinite;background:linear-gradient(#1e293b,#1e293b) padding-box,linear-gradient(135deg,#38bdf8,#818cf8,#c084fc) border-box;border:4px solid #0000;border-radius:12px;box-shadow:0 15px 30px #0006;height:520px;object-fit:cover;position:relative;transform:perspective(1000px) rotateY(-5deg);transition:transform .5s ease;width:420px}.profile-image:hover{transform:perspective(1000px) rotateY(0deg)}.profile-image:after{background:linear-gradient(135deg,#38bdf8,#818cf8,#c084fc);border-radius:12px;bottom:-10px;content:"";filter:blur(15px);left:-10px;opacity:.2;position:absolute;right:-10px;top:-10px;z-index:-1}.profile-image:before{animation:rotate 10s linear infinite;border:3px solid #38bdf8;border-radius:8px;height:80px;right:-20px;top:-20px;width:80px}.hero-image:before,.profile-image:before{content:"";opacity:.6;position:absolute;z-index:-1}.hero-image:before{animation:rotate 10s linear infinite reverse;border:3px solid #818cf8;border-radius:8px;bottom:-15px;height:60px;left:-15px;width:60px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.placeholder-image{background-color:#f0f0f0;color:#ccc}.skills-section:before{animation:pulse-skills 8s infinite alternate;background:radial-gradient(circle,#38bdf81a 0,#0000 70%);height:300px;right:-100px;width:300px}.skills-section:after,.skills-section:before{border-radius:50%;content:"";position:absolute;z-index:-1}.skills-section:after{animation:pulse-skills 8s infinite alternate-reverse;background:radial-gradient(circle,#818cf81a 0,#0000 70%);height:250px;left:-100px;width:250px}.skills-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);padding:1rem 0}.skill-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293bb3;background:#0f172a99;border:1px solid #38bdf826;box-shadow:0 5px 15px #0003;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:2rem 1.5rem;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.skill-card:before{background:linear-gradient(45deg,#0000,#38bdf81a,#0000);height:200%;left:-50%;opacity:0;top:-50%;transform:rotate(45deg);transition:all .6s ease;width:200%}.skill-card:hover{border-image:linear-gradient(135deg,#38bdf8,#818cf8,#c084fc) 1;box-shadow:0 15px 30px #0000004d;box-shadow:0 15px 30px #38bdf826;transform:translateY(-10px) scale(1.05)}.skill-card:hover:before{animation:shine 1.5s infinite;opacity:1}@keyframes shine{0%{left:-100%;opacity:.7}to{left:100%;opacity:0}}.skill-icon{background:linear-gradient(90deg,#38bdf8,#818cf8,#c084fc);color:#0000;display:inline-block;font-size:3rem;margin-bottom:1rem;transition:all .3s ease}.skill-icon:after{background:#38bdf81a;height:60px;width:60px}.skill-card:hover .skill-icon{transform:scale(1.2)}.skill-card:hover .skill-icon:after{background:#38bdf833;box-shadow:0 0 20px #38bdf84d}.skill-title{color:#0000;font-size:1.2rem;margin-bottom:.8rem}.skill-title,.skill-title:after{background:linear-gradient(90deg,#38bdf8,#818cf8,#c084fc)}.skill-title:after{bottom:-4px;left:50%;transform:translateX(-50%);transition:all .3s ease;width:0}.skill-card:hover .skill-title:after{width:50%}.skill-description{font-size:.9rem;line-height:1.6;margin-top:auto;padding-top:.8rem}.projects-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bb3;border:1px solid #38bdf81a;border-radius:16px;box-shadow:0 10px 25px #0003;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.project-card:before{background:linear-gradient(135deg,#38bdf81a,#818cf81a);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%;z-index:-1}.project-card:hover{border-color:#38bdf84d;box-shadow:0 20px 40px #0000004d;transform:translateY(-10px) scale(1.02)}.project-card:hover:before{opacity:1}.placeholder-project{align-items:center;background:linear-gradient(135deg,#1e293be6,#0f172ae6);color:#38bdf8;display:flex;font-size:4rem;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.placeholder-project:after{animation:shine 3s infinite;background:linear-gradient(45deg,#0000,#38bdf81a,#0000);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transform:rotate(45deg);transition:opacity .3s ease;width:200%}.project-card:hover .placeholder-project:after{opacity:1}.project-content{padding:1.5rem}.project-tech{margin-bottom:1rem}.project-links{display:flex;gap:1rem}.project-link{align-items:center;color:#38bdf8;display:flex;font-weight:500;gap:.5rem;position:relative;transition:all .3s ease}.project-link:after{background:linear-gradient(90deg,#38bdf8,#818cf8);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.project-link:hover{color:#818cf8}.project-link:hover:after{width:100%}.pitch-section{overflow:hidden;position:relative}.pitch-section:before{animation:pulse 8s infinite alternate;background:radial-gradient(circle,#38bdf81a 0,#38bdf800 70%);border-radius:50%;content:"";height:300px;position:absolute;right:-100px;top:-100px;width:300px;z-index:-1}.pitch-content{animation:fadeInUp 1s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bb3;border:1px solid #38bdf81a;border-radius:16px;box-shadow:0 10px 30px #0003;padding:2.5rem}.pitch-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr 1fr}.pitch-description{color:#e2e8f0;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.pitch-video{align-items:center;display:flex;justify-content:center}.video-container{border:2px solid #38bdf833;border-radius:12px;box-shadow:0 15px 30px #0000004d;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;transform:perspective(1000px) rotateY(-5deg);transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:100%}.video-container:hover{border-color:#38bdf880;transform:perspective(1000px) rotateY(0deg) scale(1.02)}.video-container iframe{border-radius:10px;height:100%;left:0;position:absolute;top:0;width:100%}.pitch-highlights{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2.5rem}.highlight-item{animation:fadeInUp .8s ease-out forwards;animation-delay:0s;animation-delay:calc(var(--i, 0)*.2s);background:#0f172a99;border:1px solid #38bdf81a;border-radius:12px;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s ease}.highlight-item:first-child{--i:1}.highlight-item:nth-child(2){--i:2}.highlight-item:nth-child(3){--i:3}.highlight-item:hover{border-color:#38bdf84d;box-shadow:0 10px 20px #0003;transform:translateY(-5px)}.highlight-icon{align-items:center;background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-background-clip:text;background-clip:text;color:#38bdf8;color:#0000;display:flex;font-size:2rem;justify-content:center}.highlight-content h3{color:#e2e8f0;font-size:1.2rem;margin-bottom:.5rem}.highlight-content p{color:#94a3b8;line-height:1.6}.view-all-container{margin-top:2rem;text-align:center}.cta-section{background:linear-gradient(135deg,#0f172af2,#1e293bf2);overflow:hidden;position:relative}.cta-section:before{animation:pulse 8s infinite alternate-reverse;background:radial-gradient(circle,#818cf81a 0,#818cf800 70%);border-radius:50%;bottom:-100px;content:"";height:300px;left:-100px;position:absolute;width:300px;z-index:0}.cta-content{animation:fadeInUp 1s ease-out forwards;position:relative;z-index:1}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem}.cta-title{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;margin-bottom:1.5rem}.cta-description{color:#e2e8f0;line-height:1.6}.btn{border-radius:50px;cursor:pointer;display:inline-block;font-weight:500;overflow:hidden;padding:.8rem 2rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);z-index:1}.btn:after{background:linear-gradient(135deg,#38bdf833,#818cf833);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:-1}.btn:hover:after{opacity:1}.btn-primary{background:linear-gradient(90deg,#38bdf8,#818cf8);border:none;box-shadow:0 4px 15px #38bdf84d}.btn-primary:hover{box-shadow:0 8px 25px #38bdf866;transform:translateY(-3px)}.btn-outline{background:#0000;border:2px solid;border-image:linear-gradient(90deg,#38bdf8,#818cf8) 1;box-shadow:0 4px 15px #0000001a;color:#e2e8f0}.btn-outline:hover{box-shadow:0 8px 25px #0003;color:#38bdf8;transform:translateY(-3px)}.cta-section{background-color:#4a6cf7;color:#fff;margin-top:5rem;padding:5rem 0}.cta-content{margin:0 auto;max-width:700px;text-align:center}.cta-title{font-size:2.5rem;margin-bottom:1rem}.cta-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-section .btn-primary{background-color:#fff;color:#4a6cf7}.cta-section .btn-primary:hover{background-color:#f0f0f0}@media screen and (max-width:960px){.hero-section{flex-direction:column;gap:3rem;padding-top:120px;text-align:center}.hero-content{max-width:100%}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.profile-image{height:480px;width:380px}.pitch-grid,.projects-container{grid-template-columns:1fr}.pitch-grid{gap:2rem}.pitch-video{margin-bottom:1.5rem;order:-1}.cta-buttons{flex-direction:column;gap:1rem;margin:2rem auto 0;width:80%}}@media screen and (max-width:768px){.skills-container{grid-template-columns:repeat(2,1fr)}.profile-image{height:440px;width:340px}}@media screen and (max-width:480px){.profile-image{height:400px;width:300px}}@media screen and (max-width:360px){.profile-image{height:360px;width:260px}}.about-page{overflow:hidden;padding:120px 0 5rem;position:relative}.about-page:before{animation:pulse 8s infinite alternate;background:radial-gradient(circle,#38bdf81a 0,#38bdf800 70%);height:300px;right:-150px;top:-150px;width:300px}.about-page:after,.about-page:before{border-radius:50%;content:"";position:absolute;z-index:-1}.about-page:after{animation:pulse 8s infinite alternate-reverse;background:radial-gradient(circle,#818cf81a 0,#818cf800 70%);bottom:-100px;height:250px;left:-100px;width:250px}.about-content{grid-gap:3rem;animation:fadeIn 1s ease-out;display:grid;gap:3rem;grid-template-columns:1fr 2fr;margin-bottom:5rem}.about-image{align-items:center;display:flex;justify-content:center}.placeholder-image{background-color:#1e293bb3;border-radius:50%;box-shadow:0 10px 30px #0003;font-size:8rem}.hexagon-image-container,.placeholder-image{animation:float 6s ease-in-out infinite;height:300px;width:300px}.hexagon-image-container{background:linear-gradient(90deg,#38bdf8,#818cf8);box-shadow:0 10px 30px #0000004d;padding:5px;position:relative}.hexagon-image,.hexagon-image-container{clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}.hexagon-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.hexagon-image-container:after{background:linear-gradient(90deg,#38bdf8,#818cf8);bottom:-10px;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);content:"";filter:blur(15px);left:-10px;opacity:.2;position:absolute;right:-10px;top:-10px;z-index:-1}.hexagon-image-container:hover .hexagon-image{transform:scale(1.05)}.about-text h2{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.highlight{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-background-clip:text;background-clip:text;color:#0000}.about-subtitle{animation:fadeInUp .8s ease-out .2s both;color:#94a3b8;font-size:1.2rem;margin-bottom:1.5rem}.about-text p{animation:fadeInUp .8s ease-out .4s both;color:#e2e8f0;line-height:1.8;margin-bottom:1.5rem;position:relative;z-index:1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.about-details{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.detail-item{align-items:center;display:flex}.detail-label{color:#333;font-weight:600;margin-right:.5rem}.detail-value{color:#666}.about-buttons{display:flex;gap:1rem}.section-subtitle{font-size:2rem;margin-bottom:2.5rem;position:relative;text-align:center}.section-subtitle:after{background-color:#4a6cf7;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:40px}.timeline{margin:0 auto;max-width:1000px;padding:2rem 0;position:relative}.timeline:before{background-color:#e0e0e0;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-item{margin-bottom:3rem;position:relative;width:100%}.timeline-dot{background-color:#4a6cf7;border-radius:50%;height:16px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:16px;z-index:1}.timeline-content{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;padding:1.5rem;position:relative;width:45%}.timeline-item:nth-child(odd) .timeline-content{margin-left:auto}.timeline-item:nth-child(odd) .timeline-content:before{background-color:#fff;box-shadow:-5px 5px 10px #0000000d;content:"";height:20px;left:-10px;position:absolute;top:10px;transform:rotate(45deg);width:20px}.timeline-item:nth-child(2n) .timeline-content:before{background-color:#fff;box-shadow:5px -5px 10px #0000000d;content:"";height:20px;position:absolute;right:-10px;top:10px;transform:rotate(45deg);width:20px}.timeline-header{margin-bottom:1rem}.timeline-header h3{color:#333;font-size:1.2rem;margin-bottom:.5rem}.timeline-company{color:#4a6cf7;display:block;font-weight:500;margin-bottom:.3rem}.timeline-date{color:#666;display:block;font-size:.9rem}.timeline-description{color:#666;line-height:1.6}.skills-section{margin-top:5rem;overflow:hidden;position:relative}.skills-section:after,.skills-section:before{animation:pulse-skills 8s ease-in-out infinite alternate;background:radial-gradient(circle,#4a6cf726 0,#4a6cf700 70%);border-radius:50%;content:"";height:300px;position:absolute;width:300px;z-index:-1}.skills-section:before{left:-100px;top:-100px}.skills-section:after{animation-delay:4s;bottom:-100px;right:-100px}@keyframes pulse-skills{0%{opacity:.3;transform:scale(1)}to{opacity:.7;transform:scale(1.5)}}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));padding:1rem 0}.skill-card{animation:fadeInUp .8s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 4px 30px #0000001a;opacity:0;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.skill-card:before{background:linear-gradient(135deg,#ffffff1a,#fff0);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.skill-card:hover{border:1px solid #4a6cf74d;box-shadow:0 10px 30px #00000026;transform:translateY(-10px) scale(1.02)}.skill-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a6cf7,#6a3ef8,#8a2be2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin-bottom:1.5rem;padding:10px;position:relative}.skill-icon:after{background:#4a6cf71a;border-radius:50%;content:"";height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:50px;z-index:-1}.skill-card:hover .skill-icon:after{background:#4a6cf733;box-shadow:0 0 20px #4a6cf766;height:70px;width:70px}.skill-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a6cf7,#6a3ef8);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:1.3rem;font-weight:600;margin-bottom:1rem;position:relative}.skill-title:after{background:linear-gradient(135deg,#4a6cf7,#6a3ef8);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:30px}.skill-card:hover .skill-title:after{width:100%}.skill-description{color:#94a3b8;font-size:.95rem;line-height:1.7;padding-top:.5rem;transition:all .3s ease}.skill-card:hover .skill-description{color:#e2e8f0}@media screen and (max-width:960px){.about-content{grid-template-columns:1fr}.about-image{margin-bottom:2rem}.timeline-dot,.timeline:before{left:30px}.timeline-content{margin-left:60px!important;width:calc(100% - 60px)}.timeline-item:nth-child(2n) .timeline-content:before,.timeline-item:nth-child(odd) .timeline-content:before{box-shadow:-5px 5px 10px #0000000d;left:-10px;right:auto}}@media screen and (max-width:768px){.about-details,.skills-container{grid-template-columns:1fr}}.projects-page{background-color:#0f172a;color:#e2e8f0;min-height:100vh;padding:120px 0 5rem}.section-title{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:2.5rem;left:50%;margin-bottom:3rem;position:relative;transform:translateX(-50%)}.filter-container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.filter-btn{background:#0f172a99;border:1px solid #38bdf833;border-radius:30px;color:#94a3b8;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1.5rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.filter-btn:hover{background:#38bdf81a;border-color:#38bdf866;color:#e2e8f0;transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(90deg,#38bdf8,#818cf8);border-color:#0000;box-shadow:0 5px 15px #38bdf84d;color:#fff}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.project-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bb3;border:1px solid #38bdf81a;border-radius:16px;box-shadow:0 10px 25px #0003;cursor:pointer;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.project-item:before{background:linear-gradient(135deg,#38bdf81a,#818cf81a);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%;z-index:-1}.project-item:hover{border-color:#38bdf84d;box-shadow:0 20px 40px #0000004d;transform:translateY(-10px) scale(1.02)}.project-item:hover:before{opacity:1}.project-image{height:200px;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.project-item:hover .project-image img{transform:scale(1.05)}.placeholder-image{align-items:center;background:linear-gradient(135deg,#1e293be6,#0f172ae6);color:#38bdf8;display:flex;font-size:4rem;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.placeholder-image:after{animation:shine 3s infinite;background:linear-gradient(45deg,#0000,#38bdf81a,#0000);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transform:rotate(45deg);transition:opacity .3s ease;width:200%}.project-item:hover .placeholder-image:after{opacity:1}.placeholder-image.large{background:linear-gradient(135deg,#1e293be6,#0f172ae6);border:1px solid #38bdf833;border-radius:12px;font-size:6rem;height:300px}.project-info{padding:1.5rem}.project-title{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.project-description{color:#e2e8f0;line-height:1.6;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.project-tech span{background:#0f172a99;border:1px solid #38bdf84d;border-radius:20px;color:#94a3b8;font-size:.8rem;padding:.3rem .8rem;transition:all .3s ease}.project-tech span:hover{background:#38bdf81a;color:#e2e8f0;transform:translateY(-2px)}.project-modal{align-items:center;display:flex;justify-content:center;position:fixed;z-index:1000}.modal-overlay,.project-modal{height:100%;left:0;top:0;width:100%}.modal-overlay{background-color:#000000b3;position:absolute}.modal-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bf2;border:1px solid #38bdf833;border-radius:16px;box-shadow:0 20px 40px #0006;max-height:90vh;max-width:1000px;overflow-y:auto;padding:2rem;position:relative;width:90%;z-index:1001}.close-btn{align-items:center;background:#0f172a99;border:1px solid #38bdf84d;border-radius:50%;color:#e2e8f0;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px;z-index:1002}.close-btn:hover{background:#38bdf833;transform:rotate(90deg)}.modal-header{margin-bottom:2rem;text-align:center}.modal-header h2{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:2rem}.modal-body{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.modal-image{border-radius:10px;overflow:hidden;width:100%}.modal-image img{display:block;height:auto;width:100%}.modal-description h3{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:1.5rem;margin-bottom:1rem}.modal-description p{color:#e2e8f0;line-height:1.8;margin-bottom:1.5rem}.modal-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.modal-tech span{background:#0f172a99;border:1px solid #38bdf84d;border-radius:20px;color:#94a3b8;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.modal-tech span:hover{background:#38bdf81a;color:#e2e8f0;transform:translateY(-2px)}.modal-links{display:flex;gap:1.5rem;margin-top:2rem}@media screen and (max-width:960px){.projects-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.modal-body{grid-template-columns:1fr}}@media screen and (max-width:768px){.projects-grid{grid-template-columns:1fr}}.contact-page{overflow:hidden;padding:120px 0 5rem;position:relative}.contact-page:before{animation:pulse 8s infinite alternate;background:radial-gradient(circle,#c084fc1a 0,#c084fc00 70%);border-radius:50%;content:"";height:300px;left:-100px;position:absolute;top:-100px;width:300px;z-index:-1}.contact-content{grid-gap:3rem;animation:fadeIn 1s ease-out;display:grid;gap:3rem;grid-template-columns:1fr 2fr;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{align-items:flex-start;animation:fadeInLeft .6s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b66;border:1px solid #38bdf81a;border-radius:12px;display:flex;gap:1rem;opacity:0;padding:1rem;transition:all .3s ease}.info-item:first-child{animation-delay:.1s}.info-item:nth-child(2){animation-delay:.2s}.info-item:nth-child(3){animation-delay:.3s}.info-icon{align-items:center;background:linear-gradient(135deg,#38bdf833,#818cf833);border-radius:50%;box-shadow:0 5px 15px #0000001a;color:#38bdf8;display:flex;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;transition:all .3s ease;width:50px}.info-item:hover{border-color:#38bdf84d;box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.info-item:hover .info-icon{background:linear-gradient(135deg,#38bdf8,#818cf8);color:#fff;transform:scale(1.1)}.info-details h3{color:#e2e8f0;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}to{opacity:.5;transform:scale(1)}}.info-details p{color:#94a3b8}.social-links{animation:fadeInUp .8s ease-out .5s forwards;margin-top:1.5rem;opacity:0}.social-links h3{color:#e2e8f0;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;background:#1e293b99;border:1px solid #38bdf833;border-radius:50%;color:#38bdf8;display:flex;font-size:1rem;height:40px;justify-content:center;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:40px}.social-icon:before{background:linear-gradient(135deg,#38bdf8,#818cf8);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:-1}.social-icon:hover{border-color:#0000;box-shadow:0 10px 20px #0000001a;color:#fff;transform:translateY(-3px) scale(1.1)}.social-icon:hover:before{opacity:1}.contact-form-container{animation:fadeInRight .8s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bb3;border:1px solid #38bdf81a;border-radius:16px;box-shadow:0 10px 30px #0003;overflow:hidden;padding:2.5rem;position:relative}.contact-form-container:before{background:radial-gradient(circle,#38bdf80d 0,#38bdf800 70%);border-radius:50%;content:"";height:200px;position:absolute;right:-50%;top:-50%;width:200px;z-index:-1}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-form-container h2{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-background-clip:text;background-clip:text;color:#e2e8f0;color:#0000;display:inline-block;font-size:1.8rem;margin-bottom:1.5rem}.form-alert{animation:fadeIn .5s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;font-weight:500;margin-bottom:1.5rem;padding:1rem}.form-alert.success{background-color:#15803d33;border:1px solid #4ade804d;color:#4ade80}.form-alert.error{background-color:#b91c1c33;border:1px solid #f871714d;color:#f87171}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem;overflow:hidden;position:relative}.form-group label{color:#e2e8f0;display:inline-block;font-weight:500;margin-left:.5rem;transform-origin:left;transition:all .3s ease}.form-group:focus-within label{color:#38bdf8;transform:scale(1.05)}.required{background:linear-gradient(90deg,#f87171,#fb7185);-webkit-background-clip:text;background-clip:text;color:#0000}.form-group input,.form-group textarea{background:#0f172a99;border:1px solid #38bdf833;border-radius:10px;box-shadow:0 4px 10px #0000001a;color:#e2e8f0;font-size:1rem;padding:1rem 1.2rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{background:#0f172acc;border-color:#38bdf8;box-shadow:0 0 15px #38bdf84d;outline:none}.form-group:after{background:linear-gradient(90deg,#38bdf8,#818cf8);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.form-group:focus-within:after{width:100%}.submit-btn{background:linear-gradient(135deg,#38bdf8,#818cf8);border:none;border-radius:30px;box-shadow:0 5px 15px #38bdf84d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1.5rem;overflow:hidden;padding:1rem 2.5rem;position:relative;transition:all .3s cubic-bezier(.175,.885,.32,1.275);z-index:1}.submit-btn:before{background:linear-gradient(135deg,#818cf8,#c084fc);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:-1}.submit-btn:hover{box-shadow:0 10px 25px #38bdf866;transform:translateY(-5px) scale(1.03)}.submit-btn:hover:before{opacity:1}.submit-btn:active{box-shadow:0 5px 15px #38bdf866;transform:translateY(-2px)}@media screen and (max-width:960px){.contact-content{grid-template-columns:1fr}.contact-info{margin-bottom:2rem}}@media screen and (max-width:768px){.contact-page{padding:100px 0 3rem}.contact-form-container{padding:1.5rem}}@media screen and (max-width:480px){.info-item{align-items:flex-start;flex-direction:column}.social-icons{flex-wrap:wrap}}.thank-you-page{background-color:#f8f9fa;min-height:100vh;padding:60px 0}.section-title{color:#333;margin-bottom:30px;text-align:center}.thank-you-content{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:600px;padding:40px;text-align:center}.thank-you-content p{color:#666;font-size:18px;margin-bottom:30px}.btn-primary{background-color:#007bff;border-radius:4px;color:#fff;display:inline-block;padding:12px 24px;text-decoration:none;transition:background-color .3s}.btn-primary:hover{background-color:#0056b3}
/*# sourceMappingURL=main.d71b8eab.css.map*/