@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}#root{width:100%;margin:0 auto;text-align:center}button:focus,input:focus,textarea:focus{outline:2px solid #0E6251;outline-offset:2px}button{border:none;background:none;cursor:pointer;font-family:inherit}ul,ol{list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden}.app{min-height:100vh}section{min-height:100vh;scroll-snap-align:start}.app{scroll-snap-type:y proximity;overflow-y:scroll;height:100vh}@media (max-width: 768px){.app{scroll-snap-type:none}section{scroll-snap-align:none}.container{height:100%!important}}.container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:center;flex-direction:column;height:-webkit-fill-available}[dir=rtl]{direction:rtl;text-align:right}[dir=rtl] .nav-menu,[dir=rtl] .hero-buttons{flex-direction:row-reverse}[dir=rtl] .about-content,[dir=rtl] .contact-content,[dir=rtl] .footer-content{direction:rtl}@media (max-width: 768px){[dir=rtl] .nav-menu-container{right:auto;left:-100%}[dir=rtl] .nav-menu-container.open{right:auto;left:0}[dir=rtl] .nav-menu{flex-direction:column}}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid rgba(0,0,0,.1)}.nav{display:flex;justify-content:space-between;align-items:baseline;padding:1rem 2rem;max-width:1200px;margin:0 auto;position:relative}.nav-brand{display:flex;align-items:baseline;gap:1rem}.nav-brand-text{display:flex;flex-direction:row;gap:.3rem}.nav-brand-text-highlight{font-weight:300;letter-spacing:.1em}.nav-brand-text-highlight2{font-weight:600}.logo{width:40px;height:30px}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{width:100%;height:3px;background:#333;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.nav-menu-container{display:flex;align-items:center;gap:2rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:#0e6251}.desktop-language-switcher{display:block}.mobile-language-switcher{display:none}.language-switcher{margin-left:1rem}.language-select{padding:.5rem 1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;font-size:.9rem;font-weight:500;color:#333;cursor:pointer;transition:border-color .3s ease}.language-select:focus{outline:none;border-color:#0e6251}.language-select option{padding:.5rem}.hero{display:flex;align-items:center;min-height:100vh;padding:120px 2rem 2rem;background:linear-gradient(135deg,#0e6251,#000);color:#fff;position:relative}.hero-content{flex:1;max-width:600px}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-align:right}.highlight{color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.highlight2{color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-weight:400}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9;line-height:1.6;text-align:left}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:#0e6251;color:#fff}.btn-primary:hover{background:#0a4a3d;transform:translateY(-2px);box-shadow:0 4px 12px #0e62514d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#0e6251;transform:translateY(-2px)}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero-placeholder{width:300px;height:300px;background:#ffffff1a;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:8rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.carousel-section{padding:0;background:#f8fafc;min-height:100vh}.carousel-container{max-width:100%;overflow:hidden;height:100vh}.carousel{position:relative;width:100%;height:100vh;overflow:hidden}.carousel-track{display:flex;transition:transform .5s ease-in-out;height:100%}.carousel-slide{min-width:100%;position:relative;height:100%}.carousel-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.carousel-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0e6251cc,#0009);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.carousel-content{max-width:600px;padding:2rem}.carousel-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.carousel-content p{font-size:1.2rem;opacity:.9;line-height:1.6}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;font-weight:700;color:#0e6251;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center}.carousel-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #0003}.carousel-prev{left:20px}.carousel-next{right:20px}.carousel-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:#fff;transform:scale(1.2)}.carousel-dot:hover{background:#ffffff80}section{scroll-snap-align:start;padding:80px 0}.hero,.carousel-section{min-height:100vh}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#0e6251}.about{background:#f8fafc}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#4b5563}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d}.stat h3{font-size:2.5rem;font-weight:800;color:#0e6251;margin-bottom:.5rem}.stat p{color:#6b7280;font-weight:500}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f3f4f6}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0e62511a;border-color:#0e6251}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#0e6251}.service-card p{color:#6b7280;line-height:1.6}.benefits{background:#f8fafc}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.benefit-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f3f4f6}.benefit-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0e62511a;border-color:#0e6251}.benefit-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#0e6251;text-align:center}.benefit-card ul{list-style:none}.benefit-card li{padding:.5rem 0;color:#4b5563;font-size:1rem;border-bottom:1px solid #f3f4f6}.benefit-card li:last-child{border-bottom:none}.contact{background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#0e6251}.contact-info p{font-size:1.1rem;color:#6b7280;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:1rem;font-size:1.1rem}.contact-icon{font-size:1.5rem}.contact-features{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000000d;border:1px solid #e5e7eb}.contact-features h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#0e6251}.contact-features ul{list-style:none}.contact-features li{padding:.25rem 0;color:#6b7280}.contact-form{display:flex;flex-direction:column;gap:1rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb}.contact-form h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#0e6251;text-align:center}.contact-form input,.contact-form textarea,.contact-form select{padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:#0e6251}.contact-form textarea{resize:vertical;min-height:120px}.contact-form select{background:#fff;cursor:pointer}.footer{background:#000;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-brand h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#0e6251}.footer-brand p{color:#d1d5db}.footer-links h4,.footer-social h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#0e6251}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#0e6251}.social-links{display:flex;gap:1rem}.social-links a{display:inline-block;font-size:1.5rem;transition:transform .3s ease}.social-links a:hover{transform:translateY(-2px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}@media (max-width: 768px){.nav{flex-direction:row;gap:.5rem;padding:.5rem 1rem;align-items:center}.nav-brand{gap:.5rem}.nav-brand-text{font-size:.9rem}.logo{width:30px;height:22px}.nav-menu-container{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:80px 2rem 2rem;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;z-index:1000;gap:0}.nav-menu-container.open{right:0}.nav-menu{flex-direction:column;gap:1rem;width:100%;margin-bottom:2rem}.nav-menu li{width:100%}.nav-menu a{display:block;padding:1rem 0;font-size:1.1rem;border-bottom:1px solid #f3f4f6}.nav-menu a:last-child{border-bottom:none}.mobile-menu-toggle{display:flex}.mobile-menu-overlay{display:block}.desktop-language-switcher{display:none}.mobile-language-switcher{display:block;width:100%}.mobile-language-switcher .language-switcher{margin-left:0}.language-switcher{margin-left:.5rem;margin-top:0}.language-select{padding:.25rem .5rem;font-size:.8rem}.hero{flex-direction:column;text-align:center;padding:80px 1rem 2rem;min-height:100vh}.hero-title{font-size:2.5rem}.hero-placeholder{width:200px;height:200px;font-size:5rem;margin-top:2rem}.carousel-section{min-height:100vh}.carousel{height:100vh}.carousel-content h2{font-size:2rem}.carousel-content p{font-size:1rem}.carousel-nav{width:40px;height:40px;font-size:1.2rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-stats{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.section-title{font-size:2rem}.hero-buttons{justify-content:center}.benefits-grid{grid-template-columns:1fr}section{padding:40px 0;min-height:auto}}@media (max-width: 480px){.nav{padding:.5rem}.nav-menu{gap:.25rem;font-size:.8rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.btn{padding:10px 20px;font-size:.9rem}.carousel-section{min-height:100vh}.carousel{height:100vh}.carousel-content h2{font-size:1.5rem}.carousel-nav{width:35px;height:35px;font-size:1rem}.services-grid{grid-template-columns:1fr}.contact-form{padding:1.5rem}section{padding:30px 0}}
