*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{height:100%}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#0f172a;background:#f8fafc;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navigation{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #e2e8f0}.navigation__container{max-width:1200px;margin:0 auto;padding:0 2rem}.navigation__list{display:flex;list-style:none;gap:2rem;padding:1rem 0;justify-content:center}@media(max-width:768px){.navigation__list{gap:1rem;flex-wrap:wrap}}.navigation__link{color:#334155;text-decoration:none;font-weight:500;font-size:.875rem;transition:color .3s ease}.navigation__link.active,.navigation__link:hover{color:#2563eb}.main-container{padding-top:80px}.section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;position:relative}.section--hero{background:linear-gradient(135deg,#fff,#f1f5f9);align-items:center;text-align:center}.section--content{background:#fff}.section--content:nth-child(2n){background:#f8fafc}.section__container{max-width:1200px;margin:0 auto;width:100%}.section__title{font-size:2.25rem;font-weight:700;margin-bottom:2rem;color:#0f172a;text-align:center}@media(max-width:768px){.section__title{font-size:1.875rem}}.section__subtitle{font-size:1.25rem;color:#334155;margin-bottom:3rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.hero__avatar{width:200px;height:200px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);margin-bottom:2rem}@media(max-width:768px){.hero__avatar{width:160px;height:160px}}.hero__name{font-size:2.25rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.hero__name{font-size:1.875rem}}.hero__title{font-size:1.5rem;color:#334155;margin-bottom:2rem;font-weight:400}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .3s ease;cursor:pointer;border:none}.button--primary{background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.button--primary:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.button--secondary{background:#fff;color:#0f172a;border:2px solid #e2e8f0}.button--secondary:hover{border-color:#2563eb;color:#2563eb}.content-grid{display:grid;grid-gap:2rem;gap:2rem}.content-grid--two-column{grid-template-columns:1fr 1fr}@media(max-width:1024px){.content-grid--two-column{grid-template-columns:1fr}}.content-grid--three-column{grid-template-columns:repeat(3,1fr)}@media(max-width:1024px){.content-grid--three-column{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.content-grid--three-column{grid-template-columns:1fr}}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .3s ease}.card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);transform:translateY(-4px)}.card__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#0f172a}.card__subtitle{font-size:1rem;color:#334155;margin-bottom:1rem;font-weight:600}.card__content{color:#334155;line-height:1.6}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem;margin-top:2rem}.skill-item{background:#fff;padding:1rem 1.5rem;border-radius:12px;border:1px solid #e2e8f0;font-weight:500;text-align:center;transition:all .3s ease}.skill-item:hover{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.experience-timeline{position:relative;margin:2rem 0}.experience-timeline:before{content:"";position:absolute;left:2rem;top:0;bottom:0;width:2px;background:#e2e8f0}@media(max-width:768px){.experience-timeline:before{left:1rem}}.experience-item{position:relative;margin-bottom:3rem;padding-left:5rem}@media(max-width:768px){.experience-item{padding-left:3rem}}.experience-item:before{content:"";position:absolute;left:1.5rem;top:.5rem;width:1rem;height:1rem;background:#2563eb;border-radius:50%}@media(max-width:768px){.experience-item:before{left:.5rem}}.experience-item__title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.experience-item__position{font-size:1rem;color:#2563eb;font-weight:600;margin-bottom:1rem}.experience-item__description{color:#334155;margin-bottom:1rem}.experience-item__projects{margin-top:1.5rem}.experience-item__projects h4{font-size:1.125rem;margin-bottom:1rem;color:#0f172a}.list{list-style:none;margin:0;padding:0}.list--styled li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#334155}.list--styled li:before{content:"•";position:absolute;left:0;color:#2563eb;font-weight:700}.list--projects li{margin-bottom:1.5rem}.list--projects li strong{color:#0f172a;font-size:1.125rem}.list--projects li ul{margin-top:.5rem;margin-left:1rem}.pdf-embed{width:100%;height:80vh;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.footer{background:#0f172a;color:#fff;padding:2rem;font-size:.875rem}.footer,.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .8s ease-out}html{scroll-padding-top:80px}