:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--dusty-blue: #6e7e9d;--earthy-green: #7a8059;--soft-lavender: #d5d0e6;--muted-sky-blue: #607dbf;--pale-olive: #c9cc8f}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:var(--soft-lavender);color:var(--dusty-blue)}a{font-weight:500;color:var(--muted-sky-blue);text-decoration:inherit}a:hover{color:var(--earthy-green)}h1{font-size:3.2em;line-height:1.1;padding:1rem}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--muted-sky-blue);color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--earthy-green)}@media (prefers-color-scheme: light){:root{color:var(--dusty-blue);background-color:var(--soft-lavender)}a:hover{color:var(--pale-olive)}button{background-color:var(--muted-sky-blue);color:#fff}button:hover{border-color:var(--earthy-green)}}header{background-color:#7a8059;padding:.8rem 0;position:fixed;width:100vw;overflow-x:hidden;top:0;z-index:900}.navbar{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;max-width:1200px;margin:0 auto;width:100%;position:relative}.logo img{height:50px;border-radius:50%;object-fit:cover;margin-right:1rem}.lang-toggle{color:#fff;font-weight:700;font-size:.9rem;margin-left:1rem}.desktop-toggle{display:block}.nav-links{display:flex;list-style:none;gap:1.5rem;margin-right:5%}.nav-links a{color:#fff;text-decoration:none;font-weight:700;font-size:1rem;transition:color .3s ease}.nav-links a:hover{color:#d5d0e6}.hamburger{display:none;font-size:2rem;cursor:pointer;color:#fff;margin-left:auto;justify-self:end;background:none;border:none;padding:0 1rem}@media (max-width: 768px){header{z-index:0}.nav-links{display:block;position:fixed;top:70px;left:0;right:0;width:100%;background-color:#7a8059;max-height:0;overflow:hidden;transition:max-height .3s ease;z-index:9999;padding:0!important;margin:0!important;border:none!important;pointer-events:none}.nav-links.open{max-height:400px;padding:1rem 0!important;margin:0!important;pointer-events:auto}.nav-links li{width:100%;text-align:center;margin:1rem 0}.hamburger{display:block;position:absolute;right:5rem}.desktop-toggle{display:none}.mobile-toggle{display:block;font-size:.9rem;color:#fff}}.hero-section{padding:4rem 2rem;margin-top:100px;display:flex;justify-content:center}.hero-wrapper{display:flex;align-items:center;max-width:1000px;gap:2rem;flex-wrap:wrap}.hero-avatar{width:160px;height:160px;object-fit:cover;border-radius:40%;box-shadow:0 4px 8px #0003}.hero-content{flex:1;color:#1b3427;text-align:left}.hero-content h1{font-size:3rem;margin-bottom:1rem;color:#1b3427}.intro-text{font-size:1.2rem;line-height:1.6;max-width:600px;margin-bottom:2rem;color:#1b3427}.typewriter-wrapper{display:inline-block;min-width:200px;color:#1b3427;font-weight:600}.button-container{display:flex;gap:1rem;flex-wrap:wrap}.cta-button{background:#7a8059;color:#fff;padding:.8rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.cta-button:hover{background:transparent;color:#7a8059;border-color:#7a8059;transform:translateY(-3px)}@media (max-width: 768px){.hero-wrapper{flex-direction:column;text-align:center}.hero-content{text-align:center}.hero-content h1{font-size:2rem}.intro-text{font-size:1rem}.cta-button{width:100%}}.about-container{text-align:center;border-radius:5px;color:#1b1b1b}.about-title{color:#1b3427;font-size:2.5rem;margin-bottom:2rem}.about-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:2rem;flex-direction:column}.about-img{width:300px;height:300px;border-radius:50%;object-fit:cover;border:4px solid #7a8059}.about-text{flex:1;text-align:left;color:#333;font-size:1.1rem;line-height:1.7}.about-text strong{color:#607dbf}.about-text p{margin-bottom:1.5rem}.about-columns{display:flex;gap:2rem;flex-wrap:wrap;margin-top:2rem}.about-text-column{flex:1;min-width:300px;background-color:#f5f5f5;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000000d}.about-text-column h2{color:#607dbf;margin-bottom:1rem}.about-text-column p{font-size:1rem;line-height:1.6;color:#333}@media (min-width: 992px){.about-content{flex-direction:row}.about-img{margin:0}}.projects-container{padding:4rem 2rem;text-align:center;color:#1b3427;border-radius:10px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:2rem auto 0}.project-card{background:#c9cc8f;border-radius:10px;padding:1rem;box-shadow:0 4px 6px #0000001a;color:#7a8059}.project-image{width:100%;height:auto;border-radius:10px}.project-info{padding:1rem}.project-info h3{font-size:1.5rem;margin-bottom:1rem;color:#607dbf}.project-info p{font-size:1rem;margin-bottom:1rem}.project-link{background:#607dbf;color:#fff;padding:10px 20px;text-decoration:none;border-radius:5px;transition:background .3s ease}.project-link:hover{background:#6e7e9d;color:#fff}.project-link{background:#7a8059;padding:10px 20px;text-decoration:none;border-radius:5px;margin-right:10px;display:inline-block;margin-top:10px;transition:background .3s ease}@media (max-width: 480px){.projects-grid{grid-template-columns:1fr}.project-info h3{font-size:1.3rem}}.contact{padding:4rem 2rem;text-align:center;color:#1b3427}.contact h2{font-size:2.5rem;margin-bottom:2rem;color:#1b3427}.contact form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;background-color:#ffffffd9;padding:2rem;border-radius:10px;box-shadow:0 4px 12px #0000001a}.contact label{font-size:1.2rem;text-align:left;color:#6e7e9d}.contact input,.contact textarea{padding:10px;font-size:1rem;border:1px solid #ccc;border-radius:5px;background-color:#fff;color:#333}.contact input:focus,.contact textarea:focus{outline:none;border-color:#7a8059;box-shadow:0 0 4px #7a8059}.contact button{background:#7a8059;color:#fff;padding:10px 20px;border:none;border-radius:5px;font-size:1.2rem;cursor:pointer;transition:background .3s ease}.contact button:hover{background:#607dbf}.footer{background:#c9cc8f;color:#fff;padding:1rem 0;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.footer-links{margin-top:.5rem}.footer-links a{color:#fff;margin:0 10px;font-size:1.2rem;transition:color .3s ease}.footer-links a:hover{color:#c9cc8f}.services-section{padding:4rem 2rem;text-align:center;background-color:#ffffffd9;color:#1b3427}.services-section h2{font-size:2.5rem;margin-bottom:1rem}.services-section .intro{font-size:1.2rem;margin-bottom:2rem}.services-list{list-style:none;padding:0;font-size:1.1rem;line-height:2;max-width:600px;margin:0 auto 2rem}.pricing-note{font-size:1rem;font-weight:700;color:#7a8059}html,body{margin:0;padding:0;min-height:100vh;width:100%;font-family:Arial,sans-serif;line-height:1.6;color:#6e7e9d}h1,h2,h3{margin:0}a{color:inherit;text-decoration:none;font-weight:500}a:hover{color:#607dbf}#root{display:flex;flex-direction:column;min-height:100vh;width:100%}.App.parallax-website{background-image:url(/assets/website-bg-Bv5neKV-.jpg);background-attachment:fixed;background-size:cover;background-position:center;flex:1;display:flex;flex-direction:column}.content-wrapper{flex:1;background:#d5d0e699;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}section{padding:4rem 2rem}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;background-color:#607dbf;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#7a8059}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (max-width: 768px){.App.parallax-website{background-attachment:scroll}.content-wrapper{background:#d5d0e6eb}section{padding:3rem 1rem}h1{font-size:2.2em}button{padding:.5em 1em;font-size:.95em}}
