body{font-family:Work Sans,sans-serif;margin:0;padding:0}.app-container{font-family:DM Sans,sans-serif;min-height:100vh;background-color:#f9f9f9;color:#333}.hero-section{display:flex;justify-content:center;align-items:center;min-height:90vh;padding:0 5%;background-color:#fff}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:4rem;max-width:1200px;width:100%}.hero-text{font-family:DM Sans,sans-serif;font-weight:700;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;color:#252525;display:flex;flex-direction:column;margin-bottom:1.5rem}.hero-subtitle{font-family:Work Sans,sans-serif;font-size:1.2rem;color:#666;max-width:500px;line-height:1.6}.hero-image-container{flex:1;display:flex;justify-content:center}.hero-img{width:100%;max-width:400px;border-radius:20px;box-shadow:20px 20px #e0e0e0;transition:transform .3s ease}.hero-img:hover{transform:translateY(-10px)}@media (max-width: 768px){.hero-content{flex-direction:column-reverse;text-align:center;gap:2rem}.hero-text{align-items:center}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-line{animation-fill-mode:both}.hero-line:nth-child(1){animation:fadeIn .8s ease-out forwards;animation-delay:.2s}.hero-line:nth-child(2){animation:fadeIn .8s ease-out forwards;animation-delay:.6s}.header{background-color:transparent;position:fixed;top:0;left:0;width:100%;padding:1.5rem 0;display:flex;justify-content:center;z-index:1000;transition:all .3s ease}.header.scrolled{padding:1.5rem 0;background-color:#fffffff2;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 2px 10px #0000001a}.nav{display:flex;align-items:center;justify-content:center;width:100%;max-width:1200px;padding:0}.menu-icon{display:none;font-size:1.8rem;cursor:pointer;color:#333}.nav-menu{display:flex;align-items:center}.header__nav-list{display:flex;gap:3rem;list-style:none;margin:0;padding:0}.header__nav-item a{font-family:Work Sans,sans-serif;font-size:1rem;color:#555;text-decoration:none;position:relative;transition:color .3s ease;font-weight:500}.header__nav-item a:hover,.header__nav-item .active{color:#000}.header__nav-item a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:#043b27;transition:width .3s ease}.header__nav-item a:hover:after,.header__nav-item .active:after{width:100%}.lang-btn{background:transparent;border:1px solid #333;padding:6px 16px;border-radius:20px;cursor:pointer;font-family:DM Sans,sans-serif;font-weight:600;margin-left:30px;transition:all .3s ease}.lang-btn:hover{background:#333;color:#fff}@media (max-width: 768px){.header{justify-content:space-between;padding:1.5rem 0;background-color:#fffffff2}.nav{justify-content:flex-end;padding:0;margin:0 1rem}.menu-icon{display:block;z-index:1001}.nav-menu{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#fff;transition:right .4s ease-in-out;box-shadow:-2px 0 10px #0000001a;gap:2rem}.nav-menu.active{right:0}.header__nav-list{flex-direction:column;text-align:center;gap:2.5rem}.header__nav-item a{font-size:1.5rem}.lang-btn{margin-left:0;margin-top:1rem;padding:10px 30px;font-size:1.1rem}}@media (max-width: 480px){.header{padding:1rem 5%}.header__nav-item a{font-size:1.3rem}}.footer{display:flex;justify-content:space-between;align-items:center;padding:2rem 5%;font-family:Work Sans,sans-serif;background-color:#fff;border-top:1px solid #eaeaea}.footer-colophon p{font-size:.9rem;color:#666;margin:0}.footer-social{display:flex;gap:1.5rem}.social-icon{font-size:1.2rem;color:#333;transition:color .3s ease}.social-icon:hover{color:#000}.footer-links{display:flex;gap:2rem}.footer-links a{text-decoration:none;color:#333;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;position:relative;transition:color .3s ease}.footer-links a:hover{color:#000}.footer-links a:after{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:0;background-color:#000;transition:width .3s ease}.footer-links a:hover:after{width:100%}@media (max-width: 768px){.footer{flex-direction:column;gap:1.5rem;text-align:center}.footer-links{order:-1;margin-bottom:1rem}}.work-section{padding:4rem 5%;max-width:1200px;margin:0 auto}.section-title{font-family:DM Sans,sans-serif;font-size:2.5rem;color:#043b27;margin-bottom:3rem;text-align:center}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#fff;border-radius:16px;padding:2rem;text-decoration:none;color:inherit;border:1px solid #eaeaea;transition:all .3s ease;box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column;justify-content:space-between;min-height:250px}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:#043b27}.project-links{margin-top:1rem}.project-link{margin-top:2rem;padding-top:1.5rem;font-weight:600;color:#043b27;text-decoration:none;font-size:.9rem}.project-link:hover{cursor:pointer;text-decoration:underline}.card-content h3{font-size:1.5rem;margin-bottom:.5rem;color:#333}.tags{display:flex;gap:.5rem;margin-top:1.5rem;flex-wrap:wrap}.tags span{background:#f0f0f0;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;color:#666}.about-section{padding:6rem 5%;background-color:#fff}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.section-title{font-family:DM Sans,sans-serif;font-size:2.5rem;color:#2d3748;margin-bottom:2rem}.subsection-title{font-family:DM Sans,sans-serif;font-size:1.5rem;color:#2d3748;margin-bottom:1.5rem;border-bottom:2px solid #eaeaea;padding-bottom:.5rem}.bio-text{font-family:Work Sans,sans-serif;font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:1.5rem}.skills-grid{display:flex;flex-wrap:wrap;gap:.8rem}.skill-tag{background-color:#f3f4f6;color:#2d3748;padding:.5rem 1rem;border-radius:8px;font-family:Work Sans,sans-serif;font-size:.9rem;font-weight:500}.timeline{display:flex;flex-direction:column;gap:2rem}.timeline-item{position:relative;padding-left:1.5rem;border-left:2px solid #e2e8f0}.timeline-period{font-family:DM Sans,sans-serif;font-size:.85rem;color:#888;text-transform:uppercase;letter-spacing:1px;background:#fff;padding:.2rem 0}.timeline-role{font-size:1.2rem;color:#2d3748;margin:.5rem 0 .2rem}.timeline-company{font-size:1rem;color:#043b27;margin:0 0 .5rem;font-weight:600}.timeline-desc{font-size:.95rem;color:#666;line-height:1.6;margin:0}@media (max-width: 768px){.about-container{grid-template-columns:1fr}}.contact-section{padding:6rem 5%;background-color:#f9f9f9;text-align:center}.contact-content{max-width:600px;margin:0 auto}.contact-section .section-title{color:#2d3748;font-size:3rem;margin-bottom:1.5rem}.contact-text{font-size:1.2rem;color:#666;line-height:1.6;margin-bottom:3rem}.email-button{display:inline-block;background-color:#043b27;color:#fff;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.email-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px #043b2733;background-color:#054d33}
