@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap";.navbar{z-index:1000;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.navbar.scrolled{border-radius:0 0 20px 20px;padding:1rem 0}.nav-container{justify-content:space-between;align-items:center;display:flex}.brand{font-family:var(--font-heading);letter-spacing:-.05em;font-size:1.5rem;font-weight:800}.nav-list{gap:2.5rem;display:flex}.nav-link{color:var(--text-secondary);padding:.5rem 0;font-size:.95rem;font-weight:500;position:relative}.nav-link:hover{color:var(--text-primary)}.nav-link:after{content:"";background:var(--accent-gradient);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover:after{width:100%}.mobile-toggle{color:var(--text-primary);background:0 0;display:none}.nav-mobile{opacity:0;visibility:hidden;border-radius:12px;margin-top:.5rem;padding:1.5rem;transition:all .3s;position:absolute;top:100%;left:1rem;right:1rem;transform:translateY(-10px)}.nav-mobile.open{opacity:1;visibility:visible;transform:translateY(0)}.nav-list-mobile{text-align:center;flex-direction:column;gap:1rem;display:flex}.nav-link-mobile{color:var(--text-primary);padding:.5rem;font-weight:500;display:block}@media (width<=768px){.nav-desktop{display:none}.mobile-toggle{display:block}}.hero-section{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-bg-blob{filter:blur(80px);z-index:-1;opacity:.8;border-radius:50%;position:absolute}.blob-1{background:#ffb5a7;width:600px;height:600px;top:-10%;right:-10%}.blob-2{background:#d8ddff;width:500px;height:500px;bottom:0;left:-10%}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-greeting{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.hero-title{color:var(--text-primary);margin-bottom:2rem;font-size:clamp(3.5rem,6vw,5.5rem);line-height:1.1}.text-outline{color:#0000;-webkit-text-stroke:1.5px var(--text-primary)}.hero-subtitle{color:var(--text-secondary);max-width:500px;margin-bottom:3rem;font-size:1.15rem;line-height:1.6}.hero-actions{gap:1.5rem;display:flex}.btn{border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:var(--accent-primary);color:#fff;box-shadow:0 4px 15px #f27b9b66}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #f27b9b99}.btn-secondary{color:var(--text-primary);background:#fff9;border:1px solid #fffc}.btn-secondary:hover{background:#ffffffe6;transform:translateY(-3px)}.hero-image-wrapper{position:relative}.hero-image{aspect-ratio:4/5;border-radius:30px;width:100%;padding:1rem}.image-inner{background:#fff6;border-radius:20px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.profile-img{object-fit:cover;border-radius:20px;width:100%;height:100%;transition:transform .5s}.hero-image:hover .profile-img{transform:scale(1.02)}@keyframes morph{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:70% 30% 30% 70%/70% 70% 30% 30%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-subtitle{margin:0 auto 3rem}.hero-actions{justify-content:center}.hero-image-wrapper{max-width:450px;margin:0 auto}}.bg-alt{background-color:#0000;position:relative}.about-content{grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;margin-top:3rem;display:grid}.about-text{padding:3rem}.about-text h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.8rem}.about-text p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.about-stats{border-top:var(--glass-border);grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;padding-top:2rem;display:grid}.stat-item{flex-direction:column;gap:.5rem;display:flex}.stat-number{font-family:var(--font-heading);color:var(--accent-primary);font-size:2.5rem;font-weight:700}.stat-label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.about-image-wrapper{aspect-ratio:1;width:100%;position:relative}.about-image{border-radius:30px;width:100%;height:100%;padding:1rem}.image-placeholder-about{background:#fff6;border-radius:20px;width:100%;height:100%;position:relative;overflow:hidden}.image-placeholder-about:after{content:"";background:radial-gradient(circle,#8c9eff4d 0%,#0000 70%);position:absolute;inset:0}@media (width<=992px){.about-content{grid-template-columns:1fr;gap:4rem}.about-text{order:2;padding:2rem}.about-image-wrapper{order:1;max-width:400px;margin:0 auto}}@media (width<=576px){.about-stats{text-align:center;grid-template-columns:1fr}}.edu-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;display:grid}.edu-card{background:#fff9;align-items:flex-start;gap:1.5rem;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex}.edu-card:hover{border-color:#f27b9b66;transform:translateY(-5px);box-shadow:0 15px 30px #2b34671a}.edu-icon-wrapper{color:var(--accent-primary);background:#f27b9b26;border-radius:16px;padding:1rem}.edu-degree{color:var(--text-primary);margin-bottom:.5rem;font-size:1.3rem;line-height:1.4}.edu-school{color:var(--text-primary);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.edu-meta{color:var(--text-secondary);align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem;display:flex}.edu-location{align-items:center;gap:.2rem;display:flex}.edu-description{color:var(--text-secondary);line-height:1.6}@media (width<=768px){.edu-card{flex-direction:column;padding:2rem}}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.skill-category{background:#ffffff80;padding:2.5rem}.category-title{color:var(--text-primary);border-bottom:1px solid #2b34671a;margin-bottom:2rem;padding-bottom:1rem;font-size:1.3rem}.skills-list{flex-direction:column;gap:1.5rem;display:flex}.skill-info{justify-content:space-between;margin-bottom:.5rem;display:flex}.skill-name{color:var(--text-primary);font-size:.95rem;font-weight:500}.skill-percentage{color:var(--text-primary);opacity:.8;font-size:.9rem;font-weight:600}.progress-bar-bg{background-color:#2b34671a;border-radius:4px;width:100%;height:8px;overflow:hidden}.progress-bar-fill{background:var(--accent-gradient);border-radius:4px;height:100%;position:relative}@media (width<=768px){.skill-category{padding:2rem}}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.project-card{background:#fff9;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.project-card:hover{border-color:#f27b9b66;transform:translateY(-10px);box-shadow:0 20px 40px #2b346714}.project-image-wrapper{aspect-ratio:16/9;width:100%;overflow:hidden}.project-image-placeholder{width:100%;height:100%;transition:transform .5s}.project-card:hover .project-image-placeholder{transform:scale(1.05)}.color-1{background:linear-gradient(135deg,#ffd8d1,#f4eef9)}.color-2{background:linear-gradient(135deg,#c1c9ff,#e2e8f0)}.color-3{background:linear-gradient(135deg,#ffe5d9,#ffd8d1)}.project-content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.project-title{color:var(--text-primary);margin-bottom:1rem;font-size:1.4rem}.project-description{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;line-height:1.6}.project-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.tag{color:var(--text-secondary);background:#2b34670d;border-radius:50px;padding:.3rem .8rem;font-size:.8rem;font-weight:500}.project-links{gap:1.5rem;margin-top:auto;display:flex}.project-link{color:var(--text-primary);align-items:center;gap:.4rem;font-size:.9rem;font-weight:600;transition:color .3s;display:flex}.project-link:hover{color:var(--accent-primary)}.certs-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.cert-card{text-align:center;background:#fff9;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;transition:transform .3s;display:flex}.cert-card:hover{border-color:#f27b9b66;transform:translateY(-5px)}.cert-icon{color:var(--accent-primary);background:#f27b9b26;border-radius:50%;width:64px;height:64px;padding:1rem}.cert-info h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem}.cert-info .issuer{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem}.cert-info .date{color:var(--text-primary);background:#8c9eff33;border-radius:50px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.contact-wrapper{grid-template-columns:1fr 1.5fr;gap:2rem;margin-top:3rem;display:grid}.contact-info{background:#fff6;flex-direction:column;padding:3rem 2rem;display:flex}.contact-info h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem}.info-desc{color:var(--text-secondary);margin-bottom:3rem;font-size:.95rem;line-height:1.6}.info-items{flex-direction:column;gap:1.5rem;margin-bottom:4rem;display:flex}.info-item{color:var(--text-secondary);align-items:center;gap:1rem;font-weight:500;display:flex}.info-icon{color:var(--accent-secondary)}.social-links{gap:1rem;margin-top:auto;display:flex}.social-links a{width:40px;height:40px;color:var(--text-primary);background:#2b34670d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-links a:hover{background:var(--accent-primary);color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #f27b9b4d}.contact-form{background:#fff9;padding:3rem}.form-group.row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.input-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.input-group label{color:var(--text-secondary);font-size:.9rem;font-weight:600}.input-group input,.input-group textarea{width:100%;color:var(--text-primary);background:#ffffffb3;border:1px solid #2b34671a;border-radius:8px;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .3s,background .3s}.input-group input::placeholder,.input-group textarea::placeholder{color:#2b346766}.input-group input:focus,.input-group textarea:focus{border-color:var(--accent-primary);background:#ffffffe6;outline:none}.submit-btn{justify-content:center;width:100%;margin-top:1rem}@media (width<=768px){.contact-wrapper{grid-template-columns:1fr}.form-group.row{grid-template-columns:1fr;gap:0}.contact-info,.contact-form{padding:2rem}}.footer{border-top:var(--glass-border);padding:2rem 0}.footer-container{justify-content:space-between;align-items:center;display:flex}.copyright{color:var(--text-secondary);font-size:.9rem}.back-to-top{width:40px;height:40px;color:var(--text-primary);border:var(--glass-border);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.back-to-top:hover{background:var(--accent-gradient);transform:translateY(-3px)}:root{--bg-primary:#fdf5ef;--bg-secondary:transparent;--bg-glass:#ffffff73;--text-primary:#2b3467;--text-secondary:#5c6280;--accent-primary:#f27b9b;--accent-secondary:#8c9eff;--accent-gradient:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));--border-color:#fffc;--glass-border:1px solid #fff9;--glass-shadow:0 8px 32px 0 #1f268714;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-primary);-webkit-font-smoothing:antialiased;background:linear-gradient(135deg,#fcd3b6 0%,#fdfaf6 50%,#c1c9ff 100%) fixed;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em}a{color:inherit;text-decoration:none;transition:color .3s}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}.text-gradient{background:linear-gradient(135deg,#2b3467,#5c6280);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.section-title{text-align:center;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.section-subtitle{color:var(--text-secondary);text-align:center;max-width:600px;margin:0 auto 4rem;font-size:1.1rem}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.section{flex-direction:column;justify-content:center;min-height:100vh;padding:6rem 0;display:flex}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border:var(--glass-border);box-shadow:var(--glass-shadow);border-radius:20px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#2b346733;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2b346766}
