@import 'https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@300;400;600&display=swap';:root{--primary-color:#0077b6;--secondary-color:#90e0ef;--text-color:#333333;--background-color:#ffffff;--footer-bg:#0077b6;--footer-text:#ffffff;--header-font:'Montserrat', sans-serif;--body-font:'Open Sans', sans-serif;--section-padding:4rem 0;--border-radius:8px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--body-font);color:var(--text-color);line-height:1.6;background-color:var(--background-color)}.container{width:90%;max-width:1200px;margin:0 auto;padding:0 15px}h1,h2,h3,h4,h5,h6{font-family:var(--header-font);margin-bottom:1rem;font-weight:600;color:var(--primary-color)}h1{font-size:2rem;margin-bottom:1.5rem;line-height:1.3}h2{font-size:1.7rem;margin-top:2rem;margin-bottom:1rem}h3{font-size:1.4rem}p{margin-bottom:1.5rem}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary-color)}.site-header{padding:1rem 0;background-color:var(--background-color);box-shadow:0 2px 5px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.site-header .container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;flex-direction:column;align-items:flex-start}.logo a{display:flex;align-items:center;text-decoration:none}.logo img{height:25px}.logo p{font-size:1.1rem;margin-top:5px;margin-bottom:0;color:var(--primary-color);font-family:var(--header-font);font-weight:500}.main-nav ul{display:flex;list-style:none}.main-nav li{margin-left:1.5rem}.main-nav a{color:var(--text-color);font-weight:600;transition:color .3s ease}.main-nav a:hover{color:var(--primary-color)}.main-nav a.active{color:var(--primary-color);border-bottom:2px solid var(--primary-color)}.language-switcher{display:flex;gap:10px}.language-switcher a{padding:5px 10px;border-radius:var(--border-radius);transition:background-color .3s ease}.language-switcher a.active{background-color:var(--primary-color);color:#fff}.language-switcher a:hover:not(.active){background-color:var(--secondary-color)}.home-hero,.hero-section{padding:4rem 0;text-align:left;color:#fff;position:relative;background-image:url(/images/profile/profile.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat}.home-hero::before,.hero-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,119,182,.7);z-index:0}.home-hero h1,.hero-section h1,.home-hero .hero-content,.hero-section .hero-content{position:relative;z-index:1;margin-left:5%;max-width:90%}.hero-content{font-size:1.1rem}.hero-content h1{font-weight:700;margin-bottom:2rem;color:#fff}.hero-content h2{font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#fff}.hero-content ul{list-style-type:disc;margin-left:2rem;margin-bottom:2rem}.hero-content ul li{margin-bottom:0}.hero-content blockquote{border-left:3px solid var(--secondary-color);padding-left:1rem;margin-left:1rem;margin-bottom:1.5rem;font-style:italic}.home-content{padding:3rem 0;background-color:var(--background-color);color:var(--text-color);text-align:left}.home-content h2,.home-content p{margin-left:5%;max-width:90%}.experience-section{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;margin-left:5%;width:90%}.projects-section{padding:var(--section-padding);background-color:#f8f9fa}.projects-section h2{margin-left:5%;margin-bottom:2rem}.project-grid{margin-left:5%;width:90%}.contact-section{padding:var(--section-padding);background-color:var(--background-color)}.contact-info{max-width:600px;margin:0 auto;text-align:center}.site-footer{background-color:var(--footer-bg);color:var(--footer-text);padding:2rem 0}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between}.contact-info{flex:1;min-width:250px}.contact-info h3{color:var(--footer-text)}.contact-info a{color:var(--secondary-color)}.contact-info a:hover{color:var(--background-color);text-decoration:underline}.copyright{margin-top:2rem;text-align:center;width:100%}.btn{display:inline-block;padding:.6rem 1.2rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius);cursor:pointer;transition:background-color .3s ease;font-family:var(--header-font);font-weight:500}.btn:hover{background-color:var(--secondary-color);color:var(--text-color)}.btn-secondary{background-color:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:#fff}@media(max-width:768px){.site-header .container{flex-direction:column;text-align:center}.logo{align-items:center}.logo a{flex-direction:column;align-items:center}.logo img{margin-bottom:10px}.main-nav{margin-top:1rem}.main-nav ul{justify-content:center;flex-wrap:wrap}.main-nav li{margin:.5rem .75rem}.main-nav li:first-child{margin-left:.75rem}.language-dropdown{margin-top:1rem;align-self:center}h1{font-size:1.8rem}h2{font-size:1.5rem}.home-hero,.hero-section{padding:3rem 0}.experience-section{grid-template-columns:1fr}.footer-content{flex-direction:column;text-align:center}.contact-info{margin-bottom:1.5rem}}@media(max-width:480px){h1{font-size:1.6rem}h2{font-size:1.3rem}.hero-content{font-size:1rem}.home-hero,.hero-section{padding:2rem 0}.container{width:95%;padding:0 10px}}