@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Inter:wght@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{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle);background:#030712d9;padding:1rem 0;box-shadow:0 4px 30px #0000001a}.navbar-container{justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;padding:0 2rem;display:flex}.navbar-logo{font-family:var(--font-display);background:var(--accent-gradient);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;text-decoration:none}.nav-menu{align-items:center;gap:2.5rem;display:flex}.nav-link{color:var(--text-primary);letter-spacing:.02em;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.nav-link:hover{color:var(--accent-1)}.nav-link:after{content:"";background:var(--accent-gradient);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.mobile-menu-btn{color:#fff;cursor:pointer;z-index:1001;background:#0ea5e926;border:1px solid #0ea5e966;border-radius:8px;padding:.5rem;display:none;position:relative}@media (width<=992px){.navbar-container{padding:0 1.5rem}.mobile-menu-btn{justify-content:center;align-items:center;display:flex!important}.nav-menu{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle);clip-path:circle(0% at 100% 0);background:#030712fa;flex-direction:column;gap:1.5rem;width:100%;padding:2rem;transition:clip-path .4s ease-out;position:absolute;top:100%;left:0}.nav-menu.active{clip-path:circle(150% at 100% 0)}.nav-link{font-size:1.1rem}}.hero-container{align-items:center;min-height:90vh;display:flex;position:relative}.hero-layout{z-index:2;justify-content:space-between;align-items:center;gap:4rem;width:100%;display:flex;position:relative}.hero-content{flex:1;max-width:700px}.hero-image-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:400px;height:400px;display:flex;position:relative}.hero-image-wrapper:before{content:"";z-index:0;border:2px solid #0ea5e94d;border-radius:50%;width:340px;height:340px;animation:4s ease-in-out infinite alternate pulseGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 30px #0ea5e933,inset 0 0 20px #0ea5e91a}@keyframes pulseGlow{0%{border-color:#0ea5e94d;box-shadow:0 0 30px #0ea5e933,inset 0 0 20px #0ea5e91a}to{border-color:#0ea5e999;box-shadow:0 0 50px #0ea5e980,inset 0 0 40px #0ea5e94d}}.hero-image-wrapper:after{content:"";filter:blur(25px);z-index:2;pointer-events:none;background:radial-gradient(at bottom,#0ea5e999 0%,#03071200 70%);width:140%;height:150px;animation:5s ease-in-out infinite alternate digitalMist;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@keyframes digitalMist{0%{opacity:.5;height:130px}to{opacity:.8;background:radial-gradient(at bottom,#6366f199 0%,#03071200 70%);height:160px}}.hero-avatar-right{z-index:1;object-fit:contain;filter:drop-shadow(0 -10px 30px #0009);width:320px;height:auto;transition:transform .5s cubic-bezier(.175,.885,.32,1.275);position:relative;-webkit-mask-image:linear-gradient(#000 75%,#0000 100%);mask-image:linear-gradient(#000 75%,#0000 100%)}.hero-avatar-right:hover{filter:drop-shadow(0 30px 40px #0ea5e94d);transform:scale(1.05)translateY(-10px)}.hero-greeting{font-family:var(--font-display);color:var(--accent-1);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:1.2rem;font-weight:600;display:block}.hero-name{letter-spacing:-.03em;background:linear-gradient(90deg,#fff,#9ca3af);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.1}.hero-title{color:var(--text-secondary);margin-bottom:3rem;font-size:2rem;font-weight:500;line-height:1.4}.hero-title strong{color:var(--text-primary);font-weight:600}.hero-contacts{flex-wrap:wrap;gap:1.5rem;display:flex}.contact-pill{border:1px solid var(--border-subtle);color:var(--text-primary);background:#ffffff08;border-radius:100px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.contact-pill:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.contact-icon{color:var(--accent-1);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.hero-decorative-shape{filter:blur(80px);z-index:1;opacity:.5;background:conic-gradient(from 180deg,#0ea5e955 0deg,#6366f155 180deg,#0ea5e955 360deg);border-radius:50%;width:500px;height:500px;animation:20s linear infinite rotateGlow;position:absolute;top:50%;right:-10%;transform:translateY(-50%)}@keyframes rotateGlow{0%{transform:translateY(-50%)rotate(0)}to{transform:translateY(-50%)rotate(360deg)}}@media (width<=1024px){.hero-layout{text-align:center;flex-direction:column-reverse;gap:3rem}.hero-content{flex-direction:column;align-items:center;width:100%;display:flex}.hero-contacts{justify-content:center;width:100%}.hero-image-wrapper{aspect-ratio:1;width:100%;max-width:320px;height:auto;margin:0 auto}.hero-image-wrapper:before{width:90%;height:90%}.hero-image-wrapper:after{width:140%;height:120px}.hero-avatar-right{object-fit:contain;width:100%;max-width:280px;height:auto;margin:0 auto;display:block}}@media (width<=768px){.hero-name{font-size:2.5rem}.hero-title{font-size:1.1rem}.hero-decorative-shape{width:250px;height:250px;right:-20%}.contact-pill{text-align:center;justify-content:center;width:100%;padding:.8rem 1rem;font-size:.95rem}.hero-image-wrapper{max-width:260px}.hero-image-wrapper:before{width:90%;height:90%}.hero-avatar-right{max-width:230px}}.summary-container{margin-bottom:2rem}.summary-text{color:var(--text-primary);font-size:1.25rem;font-weight:300;line-height:1.8}.summary-text strong{color:var(--accent-1);font-weight:600}@media (width<=768px){.summary-text{font-size:1.1rem;line-height:1.7}}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.skill-card{background:linear-gradient(#1f293766 0%,#111827cc 100%);flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex;position:relative;overflow:hidden}.skill-card:before{content:"";background:var(--accent-gradient);opacity:0;width:100%;height:3px;transition:opacity .3s;position:absolute;top:0;left:0}.skill-card:hover:before{opacity:1}.skill-icon-wrapper{width:48px;height:48px;color:var(--accent-1);background:#0ea5e91a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.skill-category{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;font-size:1.4rem;font-weight:700}.skill-specialization{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.skill-card p{color:var(--text-secondary);text-align:justify;line-height:1.6}@media (width<=768px){.skills-grid{grid-template-columns:1fr;gap:1rem}.skill-card{padding:1.25rem}.skill-category{font-size:1.2rem}}.projects-list{flex-direction:column;gap:4rem;display:flex}.project-card{background:#11182766;flex-direction:column;gap:2rem;padding:3rem;display:flex}.project-header{border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:1rem;padding-bottom:1.5rem;display:flex}.project-title-wrapper{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.project-title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;font-size:1.75rem;font-weight:800;line-height:1.3}.project-badge{color:#38bdf8;white-space:nowrap;letter-spacing:.05em;text-transform:uppercase;background:#0ea5e91a;border:1px solid #0ea5e933;border-radius:100px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600}.project-meta{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:1rem;display:flex}.project-meta strong{color:var(--text-primary)}.star-container{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.star-item{border:1px solid var(--border-subtle);background:#ffffff05;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.star-item:hover{background:#ffffff0a;transform:translateY(-2px)}.star-letter{min-width:40px;height:40px;font-family:var(--font-display);color:#fff;border-radius:10px;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex;box-shadow:0 4px 12px #0000004d}.s-bg{background:linear-gradient(135deg,#f43f5e,#be123c)}.t-bg{background:linear-gradient(135deg,#f59e0b,#b45309)}.a-bg{background:linear-gradient(135deg,#0ea5e9,#0369a1)}.r-bg{background:linear-gradient(135deg,#10b981,#047857)}.star-item p{color:var(--text-secondary);text-align:justify;flex:1;line-height:1.6}.star-item p strong{color:var(--text-primary)}.metric-box{background:linear-gradient(#0f172acc 0%,#020617e6 100%);border:1px solid #0ea5e933;border-radius:20px;margin-top:1rem;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 20px 40px -15px #0009}.metric-box:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#0ea5e91a,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.metric-box h4{font-family:var(--font-display);color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem;font-size:1.1rem}.metric-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem}.metric-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.metric-stat-card{border:1px solid var(--border-subtle);background:#ffffff08;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem 1.5rem;transition:all .3s;display:flex}.metric-stat-card:hover{background:#ffffff0f;border-color:#0ea5e966;transform:translateY(-5px)}.metric-value{font-family:var(--font-display);color:#0000;background:var(--accent-gradient);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;line-height:1}.metric-label{color:var(--text-secondary);text-align:center;font-size:.9rem;font-weight:500}.funnel-container{flex-direction:column;gap:1.25rem;display:flex}.funnel-row{align-items:center;gap:1.5rem;display:flex}.funnel-bar-wrapper{background:#ffffff0d;border-radius:12px;flex:1;height:24px;overflow:hidden}.funnel-bar{background:linear-gradient(90deg, var(--accent-2), var(--accent-1));border-radius:12px;height:100%;position:relative}.funnel-bar:after{content:"";background:linear-gradient(90deg,#fff0 0%,#fff3 50%,#fff0 100%) 0 0/200% 100%;animation:2s linear infinite shimmer;position:absolute;inset:0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.funnel-label{min-width:280px;color:var(--text-primary);justify-content:space-between;font-size:.95rem;font-weight:500;display:flex}.funnel-percent{font-family:var(--font-display);color:var(--accent-1);font-weight:700}@media (width<=1024px){.star-container{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,1fr)}.funnel-row{flex-direction:column;align-items:flex-start;gap:.5rem}.funnel-bar-wrapper{width:100%}.funnel-label{min-width:100%;font-size:.85rem}}@media (width<=768px){.project-title-wrapper{flex-direction:column;gap:1rem}.project-title{font-size:1.3rem}.project-card{gap:1.5rem;padding:1.25rem}.metric-box{padding:1.25rem}.metric-grid{grid-template-columns:1fr;gap:1rem}.star-item{text-align:center;flex-direction:column;align-items:center;padding:1rem}}.extra-info-card{background:#0ea5e90d}.extra-info-card p{color:var(--text-primary);text-align:justify;font-size:1.1rem;line-height:1.8}@media (width<=768px){.extra-info-card p{text-align:left;font-size:1rem}}.contact-card{flex-direction:column;align-items:center;gap:2.5rem;width:100%;padding:3rem;display:flex}.contact-description{color:var(--text-secondary);text-align:center;max-width:700px;font-size:1.1rem;line-height:1.6}.contact-methods{justify-content:center;gap:2rem;width:100%;display:flex}.contact-icon-only{border:1px solid var(--border-subtle);width:70px;height:70px;color:var(--text-primary);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.contact-icon-only:hover{border-color:var(--hover-color,var(--accent-1));background:#0ea5e91a;transform:translateY(-5px)scale(1.1);box-shadow:0 10px 25px #0000004d;color:var(--hover-color,var(--accent-1))!important}@media (width<=768px){.contact-methods{flex-flow:wrap;gap:1.5rem}.contact-card{padding:2rem 1.5rem}}.footer-container{text-align:center;padding-top:4rem;padding-bottom:2rem}.footer-line{background:var(--border-color);width:100%;height:1px;margin-bottom:2rem}.footer-text{color:var(--text-secondary);letter-spacing:.5px;font-size:.95rem}:root{--bg-main:#030712;--bg-card:#111827b3;--bg-card-hover:#1f2937cc;--text-primary:#f9fafb;--text-secondary:#9ca3af;--text-muted:#6b7280;--accent-1:#0ea5e9;--accent-2:#6366f1;--accent-gradient:linear-gradient(135deg, var(--accent-1), var(--accent-2));--border-subtle:#ffffff0d;--border-focus:#ffffff26;--font-display:"Plus Jakarta Sans", sans-serif;--font-body:"Inter", sans-serif;--shadow-glass:0 8px 32px 0 #0000004d}html{scroll-behavior:smooth;scroll-padding-top:100px;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 15% 0,#0ea5e914 0%,#0000 40%),radial-gradient(circle at 85% 100%,#6366f114 0%,#0000 40%);background-attachment:fixed;line-height:1.7;overflow-x:hidden}::selection{color:#fff;background:#0ea5e94d}h1,h2,h3,h4,h5,h6{font-family:var(--font-display)}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 4rem}.app-container{flex-direction:column;gap:10rem;padding-bottom:8rem;display:flex}.section-title{letter-spacing:-.02em;align-items:center;gap:1rem;margin-bottom:3rem;font-size:2.5rem;font-weight:800;display:flex;position:relative}.section-title:before{content:"";background:var(--accent-gradient);border-radius:4px;width:48px;height:4px;display:block}.glass-panel{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-subtle);box-shadow:var(--shadow-glass);border-top:1px solid #ffffff1a;border-radius:24px;padding:3rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.glass-panel:hover{border-color:var(--border-focus);transform:translateY(-5px);box-shadow:0 15px 40px -10px #00000080,0 0 20px #0ea5e91a}@keyframes slideUpFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:1s cubic-bezier(.16,1,.3,1) forwards slideUpFade}@media (width<=1024px){.container{padding:0 2rem}}@media (width<=768px){.container{padding:0 1.5rem}.app-container{gap:4rem;padding-bottom:3rem}.section-title{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem;font-size:1.6rem}.glass-panel{border-radius:12px;padding:1.25rem}}
