@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--bg-primary:#0a0a0a;--bg-secondary:#121212;--bg-tertiary:#1e1e1e;--text-primary:#fff;--text-secondary:#a1a1aa;--accent-primary:#8b5cf6;--accent-secondary:#ec4899;--accent-gradient:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));--glass-bg:#ffffff08;--glass-border:#ffffff0d}html{width:100%;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;width:100%;font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .3s}a:hover{color:var(--accent-primary)}.container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}#root,.app-container{width:100%;overflow-x:hidden}@media (width<=768px){.container{padding:0 1rem}}@media (width<=480px){.container{padding:0 .75rem}}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:1rem}section{box-sizing:border-box;width:100%;padding:6rem 0;overflow-x:hidden}@media (width<=768px){section{padding:3rem 0}.container{padding:0 1rem}}.section-title{text-align:center;color:var(--accent-primary);margin-bottom:3rem;font-size:2.5rem;display:inline-block}.section-title-wrapper{text-align:center}.btn{cursor:pointer;border:none;border-radius:9999px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:var(--accent-secondary);color:#fff;box-shadow:0 4px 15px #ec48994d}.btn-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #ec489966}.btn-secondary{color:var(--text-primary);border:1px solid var(--glass-border);background:0 0}.btn-secondary:hover{background:var(--glass-bg);transform:translateY(-2px)}@media (width<=768px){.btn{padding:.7rem 1.2rem;font-size:.95rem}}@media (width<=480px){.btn{padding:.7rem 1rem;font-size:.9rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s forwards fadeIn}@media (width<=768px){.container{padding:0 1rem}section{padding:4rem 0}.section-title{font-size:2rem}}.hero-section{box-sizing:border-box;align-items:center;width:100%;min-height:100vh;padding:0 2rem;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#8b5cf626 0%,#0a0a0a00 70%);border-radius:50%;width:50vw;height:50vw;position:absolute;top:-20%;right:-20%}@media (width<=768px){.hero-section:before{width:80vw;height:80vw;top:-40%;right:-30%}}.hero-container{justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1200px;margin:0 auto;display:flex}@media (width<=768px){.hero-container{flex-direction:column;gap:2rem}}.hero-content{flex:1;width:100%;max-width:600px}.hero-badge{color:var(--accent-primary);text-transform:uppercase;letter-spacing:1px;word-wrap:break-word;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.hero-title{color:var(--text-primary);margin-bottom:1.5rem;font-size:4rem}.highlight-text{color:var(--accent-primary);display:inline-block}.hero-summary{color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem;font-size:1.1rem}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-visuals{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.hero-image-wrapper{border-radius:2rem;width:100%;max-width:400px;height:500px;margin:0 auto;padding:10px;position:relative;overflow:hidden}.hero-image{object-fit:cover;border-radius:1.5rem;width:100%;height:100%}.hero-image-overlay{pointer-events:none;background:linear-gradient(#0000,#0a0a0acc);border-radius:2rem;position:absolute;inset:0}.stat-badge{text-align:center;border-radius:1rem;padding:1rem 1.5rem;position:absolute}.stat-badge h3{color:var(--accent-secondary);margin-bottom:.2rem;font-size:1.8rem}.stat-badge p{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.85rem}.stat-badge-1{bottom:20px;left:-40px}.stat-badge-2{top:40px;right:-20px}.scroll-indicator{justify-content:center;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}@media (width<=992px){.hero-container{text-align:center;flex-direction:column;margin-top:2rem}.hero-content{flex-direction:column;align-items:center;width:100%;display:flex}.hero-title{margin-bottom:1rem;font-size:2.8rem}.hero-summary{margin-bottom:1.5rem;font-size:1rem}.stat-badge-1{left:-10px}.stat-badge-2{right:-10px}}@media (width<=768px){.hero-section{min-height:auto;padding:3rem 1rem}.hero-badge{margin-bottom:1rem;font-size:.75rem}.hero-title{font-size:2.2rem}.hero-image-wrapper{width:100%;max-width:350px;height:380px}}@media (width<=480px){.hero-section{min-height:auto;padding:2rem 1rem}.hero-title{margin-bottom:.8rem;font-size:2rem}.hero-summary{margin-bottom:1.2rem;font-size:.9rem}.hero-actions{flex-direction:column;gap:.8rem;width:100%}.btn{width:100%}.hero-image-wrapper{width:100%;max-width:280px;height:320px}}.experience-section{background-color:var(--bg-secondary);box-sizing:border-box;width:100%;position:relative;overflow-x:hidden}.timeline{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.timeline:after{content:"";background:var(--glass-border);border-radius:2px;width:4px;margin-left:-2px;position:absolute;top:0;bottom:0;left:50%}.timeline-item{background-color:inherit;width:50%;padding:10px 30px;position:relative}.timeline-item.left{left:0}.timeline-item.right{left:50%}.timeline-item:after{content:"";background-color:var(--item-accent);border:4px solid var(--bg-secondary);z-index:1;width:20px;height:20px;box-shadow:0 0 10px var(--item-accent);border-radius:50%;position:absolute;top:30px;right:-10px}.timeline-item.right:after{left:-10px}.timeline-content{border-top:4px solid var(--item-accent);box-sizing:border-box;padding:2.5rem;transition:transform .3s,box-shadow .3s;position:relative}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.experience-header{margin-bottom:1.5rem}.role{color:var(--text-primary);letter-spacing:-.5px;margin-bottom:.75rem;font-size:1.75rem}.company{color:var(--item-accent);align-items:center;gap:.6rem;margin-bottom:.75rem;font-size:1.25rem;display:flex}.period-location{color:var(--text-secondary);gap:1rem;margin-bottom:1rem;font-size:.9rem;display:flex}.experience-socials{gap:1rem;margin-top:.5rem;display:flex}.social-link{border:1px solid var(--glass-border);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-link:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000004d}.social-link.facebook{color:#1877f2}.social-link.facebook:hover{color:#fff;background:#1877f2;border-color:#1877f2}.social-link.tiktok{color:var(--text-primary)}.social-link.tiktok:hover{color:#fe2c55;background:#000;border-color:#fe2c55;box-shadow:2px 2px #25f4ee,-2px -2px #fe2c55}.period{align-items:center;gap:.3rem;display:flex}.responsibilities{margin-bottom:1.5rem;list-style:none}.responsibilities li{color:var(--text-secondary);align-items:flex-start;gap:1rem;margin-bottom:1rem;font-size:1.05rem;line-height:1.5;display:flex}.resp-icon{flex-shrink:0;margin-top:.2rem}.experience-images{gap:1rem;margin-top:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.image-instruction{color:var(--accent-secondary);text-transform:uppercase;letter-spacing:1px;opacity:.9;margin-top:1.5rem;margin-bottom:.5rem;font-size:.85rem;font-style:normal;font-weight:600}.experience-images::-webkit-scrollbar{height:6px}.experience-images::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:3px}.exp-img-wrapper{cursor:pointer;border:1px solid var(--glass-border);border-radius:.75rem;flex-shrink:0;width:200px;height:280px;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000004d}.exp-img-wrapper img{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .5s}.exp-img-wrapper:hover img{transform:scale(1.1)}.img-overlay{opacity:0;background:#0009;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.exp-img-wrapper:hover .img-overlay{opacity:1}.img-overlay span{color:#fff;text-align:center;font-size:.8rem;font-weight:600}@media (width<=768px){.timeline{padding:0 1rem}.timeline:after{left:15px}.timeline-item{width:100%;margin-bottom:2rem;padding-left:40px;padding-right:0}.timeline-item.left,.timeline-item.right{left:0}.timeline-item:after,.timeline-item.right:after{top:25px;left:5px}.timeline-content{padding:1.2rem;font-size:.95rem}.role{font-size:1.3rem}.company{font-size:1rem}.responsibilities li{gap:.8rem;font-size:.9rem}.exp-img-wrapper{width:140px;height:200px}.experience-images{gap:.8rem;padding-right:1rem}}@media (width<=480px){.timeline{padding:0 .5rem}.timeline-item{padding-left:30px}.timeline-content{padding:1rem}.role{font-size:1.1rem}.company{font-size:.95rem}.responsibilities li{font-size:.85rem}.exp-img-wrapper{width:130px;height:180px}}.image-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000e6;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal-content{flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.modal-image{object-fit:contain;border-radius:.5rem;max-width:100%;max-height:80vh;box-shadow:0 0 40px #000c}.modal-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem;transition:transform .3s;position:absolute;top:-3rem;right:0}.modal-close:hover{transform:rotate(90deg)scale(1.1)}.modal-caption{color:#fff;text-align:center;margin-top:1.5rem}.modal-caption h3{letter-spacing:1px;font-size:1.5rem;font-weight:600}.skills-section{background-color:var(--bg-primary);box-sizing:border-box;width:100%;position:relative;overflow-x:hidden}.skills-grid{box-sizing:border-box;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;width:100%;margin-bottom:4rem;display:grid}@media (width<=768px){.skills-grid{gap:1rem}}.skill-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;transition:all .3s;display:flex}.skill-icon{width:60px;height:60px;color:var(--accent-primary);background:#8b5cf61a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;transition:transform .3s;display:flex}.skill-card:hover .skill-icon{background:var(--accent-secondary);color:#fff;transform:scale(1.1)rotate(5deg)}.skill-card h3{color:var(--text-primary);margin:0;font-size:1.1rem}.tools-grid{box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;width:100%;margin-bottom:4rem;display:grid}@media (width<=768px){.tools-grid{gap:1rem}}.tool-card{text-align:center;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem;transition:all .3s;display:flex}.tool-icon{color:var(--accent-secondary);transition:transform .3s}.tool-card:hover .tool-icon{transform:scale(1.2)}.tool-card h3{color:var(--text-secondary);margin:0;font-size:.95rem;font-weight:500}.education-grid{box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;display:grid}@media (width<=768px){.education-grid{gap:1.5rem}}.edu-card{align-items:flex-start;gap:1.5rem;padding:2.5rem;display:flex;position:relative;overflow:hidden}.edu-card:before{content:"";background:var(--accent-gradient);width:4px;height:100%;position:absolute;top:0;left:0}.edu-icon{color:var(--accent-secondary);background:#ec48991a;border-radius:1rem;flex-shrink:0;padding:1rem}.edu-details h3{color:var(--text-primary);margin-bottom:.3rem;font-size:1.3rem}.edu-details h4{color:var(--text-secondary);margin-bottom:.5rem;font-size:1rem;font-weight:500}.edu-year{color:var(--accent-primary);background:#ffffff0d;border-radius:9999px;padding:.3rem .8rem;font-size:.85rem;display:inline-block}.portfolio-section{background-color:var(--bg-secondary);box-sizing:border-box;width:100%;overflow-x:hidden}.portfolio-subtitle{text-align:center;color:var(--text-secondary);margin-top:-2rem;margin-bottom:3rem;font-size:1.1rem}.portfolio-grid{box-sizing:border-box;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;width:100%;display:grid}@media (width<=768px){.portfolio-grid{gap:1.5rem}}.portfolio-item{aspect-ratio:3/4;cursor:pointer;background:var(--bg-tertiary);border-radius:1rem;height:auto;padding:0;position:relative;overflow:hidden}.portfolio-item img{object-fit:contain;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.portfolio-overlay{opacity:0;background:#ec4899cc;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.portfolio-item:hover img{transform:scale(1.08)}.portfolio-item:hover .portfolio-overlay{opacity:1}.portfolio-overlay span{color:#fff;border:2px solid #fff;border-radius:9999px;padding:.8rem 1.5rem;font-size:1.2rem;font-weight:600;transition:transform .3s;transform:translateY(20px)}.portfolio-item:hover .portfolio-overlay span{transform:translateY(0)}.portfolio-modal-overlay{z-index:2000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000f2;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.portfolio-modal-content{justify-content:center;align-items:center;max-width:95vw;max-height:95vh;display:flex;position:relative}.portfolio-modal-image{object-fit:contain;border-radius:.5rem;max-width:100%;max-height:90vh;box-shadow:0 0 50px #ec48994d}.portfolio-modal-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem;transition:all .3s;position:absolute;top:-3rem;right:0}.portfolio-modal-close:hover{color:var(--accent-secondary);transform:rotate(90deg)scale(1.2)}@media (width<=768px){.portfolio-modal-close{top:-2.5rem;right:-.5rem}}.testimonials-section{background-color:var(--bg-secondary);box-sizing:border-box;width:100%;position:relative;overflow:hidden}.testimonials-subtitle{color:var(--text-secondary);margin-top:-2rem;margin-bottom:3rem;font-size:1.1rem}.testimonials-carousel-wrapper{box-sizing:border-box;width:100%;max-width:1000px;min-height:500px;margin:0 auto;padding:0 1rem;position:relative}.carousel-container{box-sizing:border-box;align-items:center;width:100%;height:100%;min-height:600px;padding:3rem;display:flex;position:relative;overflow:hidden}.testimonial-slide{box-sizing:border-box;width:100%;padding:0 1rem;position:absolute;left:0;right:0}@media (width>=768px){.testimonial-slide{padding:0 4rem}}.testimonial-content{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}@media (width>=768px){.testimonial-content{flex-wrap:nowrap;gap:3rem}}.testimonial-image-side{flex:0 0 100%;justify-content:center;display:flex}@media (width>=768px){.testimonial-image-side{flex:0 0 350px}}.image-wrapper{background:#0003;border-radius:1.5rem;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.image-wrapper img{object-fit:contain;width:100%;height:auto;max-height:450px;transition:transform .5s;display:block}.image-wrapper:hover img{transform:scale(1.05)}.category-badge{background:var(--accent-secondary);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:9999px;padding:.4rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.testimonial-text-side{flex:1}.quote-icon{color:var(--accent-secondary);opacity:.5;margin-bottom:1.5rem}.testimonial-title{color:var(--text-primary);margin-bottom:1rem;font-size:1.8rem}.testimonial-desc{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.testimonial-footer{color:var(--accent-primary);align-items:center;gap:.8rem;font-size:.9rem;font-weight:600;display:flex}.carousel-nav{color:#fff;cursor:pointer;z-index:10;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-nav:hover{background:var(--accent-primary);border-color:var(--accent-primary);transform:translateY(-50%)scale(1.1)}.carousel-nav.prev{left:1rem}.carousel-nav.next{right:1rem}.carousel-dots{z-index:10;gap:.8rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#fff3;border-radius:50%;width:8px;height:8px;transition:all .3s}.dot.active{background:var(--accent-secondary);border-radius:4px;width:24px}@media (width<=992px){.testimonial-content{text-align:center;flex-direction:column;gap:2rem}.testimonial-image-side{flex:none;width:100%;max-width:300px}.testimonial-footer{justify-content:center}.carousel-container{min-height:750px;padding:3rem 1.5rem}.testimonial-slide{padding:0 1rem}}.testimonial-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:#000000e6;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.testimonial-modal-content{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.testimonial-modal-image{object-fit:contain;border-radius:1rem;max-width:100%;max-height:90vh;box-shadow:0 0 50px #ec48994d}.testimonial-modal-close{color:#fff;cursor:pointer;z-index:2001;background:0 0;border:none;padding:.5rem;transition:transform .3s;position:absolute;top:-3rem;right:-3rem}.testimonial-modal-close:hover{color:var(--accent-secondary);transform:scale(1.1)}@media (width<=768px){.testimonial-modal-close{top:-3.5rem;right:0}}.footer{border-top:1px solid var(--glass-border);background-color:#050505;padding:4rem 0 2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.footer-brand h2{color:var(--accent-primary);margin-bottom:.5rem;font-size:2rem}.footer-brand p{color:var(--text-secondary);font-size:1rem}.footer-contact{flex-direction:column;gap:1rem;display:flex}.contact-item{color:var(--text-secondary);align-items:center;gap:1rem;transition:color .3s;display:flex}.contact-item:hover{color:var(--accent-primary)}.footer-bottom{text-align:center;color:var(--text-secondary);border-top:1px solid #ffffff0d;padding-top:2rem;font-size:.9rem}.made-with{align-items:center;gap:.3rem;margin-left:.5rem;display:inline-flex}@media (width<=768px){.footer-content{text-align:center;flex-direction:column}.footer-contact{align-items:center}}
