@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}section{min-height:100vh;scroll-snap-align:start}.app{scroll-snap-type:y proximity;overflow-y:scroll;height:auto}@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}.not-found{display:flex;justify-content:center;align-items:center;height:100vh}.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:#0e6251;color:#fff}.btn-secondary:hover{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{display:flex;flex-direction:column;gap:2rem;justify-content:space-between}.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-form small{font-size:.8rem;color:#6b7280}.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;justify-content:space-between;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}.form-group{display:flex;flex-direction:column;gap:.5rem}.error-message{color:red;font-size:.9rem;text-align:center}.success-message{color:#0e6251;font-size:.9rem;text-align:center}.form-label{font-weight:600;color:#bcbec0;font-size:.9rem}.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;background-color:#f9fafb;color:#8e8f90}.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}.radio-group{display:flex;flex-direction:column;gap:.75rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.radio-label:hover{background-color:#f9fafb}.radio-label input[type=radio]{width:14px;height:14px;accent-color:#0E6251;cursor:pointer;background-color:transparent;border:2px solid #d1d5db;border-radius:50%;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;padding:10px}.radio-label input[type=radio]:checked{background-color:#0e6251;border-color:#0e6251}.radio-label input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:4px;background-color:#fff;border-radius:50%}.radio-text{font-size:1rem;color:#8e8f90;font-weight:500}.checkbox-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.checkbox-label:hover{background-color:#f9fafb}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#0E6251;cursor:pointer;margin-top:.125rem;flex-shrink:0;background-color:transparent;border:2px solid #d1d5db;border-radius:4px;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative}.checkbox-label input[type=checkbox]:checked{background-color:#0e6251;border-color:#0e6251}.checkbox-label input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.checkbox-text{font-size:.9rem;color:#6b7280;line-height:1.5}.checkbox-text a{color:#0e6251;text-decoration:none;font-weight:500}.checkbox-text a:hover{text-decoration:underline}@media (max-width: 768px){.contact-form{padding:1.5rem}.radio-group{gap:.5rem}.radio-label,.checkbox-label{padding:.25rem}.checkbox-text{font-size:.85rem}}.btn-primary.disabled{background-color:#0e6251;opacity:.5;cursor:not-allowed}.footer{background:#000;color:#fff;padding:3rem 0 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.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;justify-content:center}.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}}.legal-page{padding:120px 0 60px}.legal-page .container{height:auto!important;flex-direction:column!important;justify-content:flex-start!important}.footer>.container{max-width:1600px!important}.legal-content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 10px 30px #0000001a;max-width:900px;margin:0 auto;width:100%}.legal-content h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.legal-content .last-updated{text-align:center;font-style:italic;margin-bottom:2rem;font-size:.9rem}.legal-content div{margin-bottom:3.5rem;padding:0}.legal-content h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.legal-content p{color:#555;line-height:1.6;margin-bottom:1rem}.legal-content ul{margin:1rem 0;padding-left:1.5rem}.legal-content li{color:#555;line-height:1.6;margin-bottom:.5rem}.legal-content strong{color:#333;font-weight:600}.legal-content a{color:#0e6251;text-decoration:none;font-weight:500}.legal-content a:hover{text-decoration:underline}@media (max-width: 768px){.legal-page{padding:100px 0 40px}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.3rem}}@media (max-width: 480px){.legal-content{padding:1.5rem}.legal-content h1{font-size:1.8rem}.legal-content h2{font-size:1.2rem}}.faq{background:#f8fafc;padding:80px 0;scroll-snap-align:none!important}.faq>.container{scroll-snap-align:none!important;height:100%}.section-subtitle{text-align:center;font-size:1.1rem;color:#6b7280;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e5e7eb;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 12px #0e62511a;border-color:#0e6251}.faq-question{width:100%;padding:1.5rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;color:#374151;transition:all .3s ease}.faq-question:hover{background-color:#f9fafb}.faq-question.active{background-color:#f0f9ff;color:#0e6251}.faq-question-text{flex:1;margin-right:1rem}.faq-icon{font-size:1.5rem;font-weight:700;color:#0e6251;transition:transform .3s ease;min-width:20px;text-align:center}.faq-question.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background-color:#f9fafb}.faq-answer.active{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer-content{color:#6b7280;line-height:1.6;font-size:1rem}.faq-contact{text-align:center;margin-top:3rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;border:1px solid #e5e7eb}.faq-contact p{font-size:1.1rem;color:#6b7280;margin-bottom:1.5rem}@media (max-width: 768px){.faq{padding:60px 0}.faq-container{margin:0 1rem}.faq-question{padding:1rem;font-size:1rem}.faq-answer.active{padding:0 1rem 1rem}.faq-contact{margin:2rem 1rem 0;padding:1.5rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}}@media (max-width: 480px){.faq-question{padding:.75rem;font-size:.95rem}.faq-answer-content{font-size:.9rem}.faq-contact p{font-size:1rem}}.form-faq-section{margin-top:2rem;padding:1.5rem;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb;background:#fff}.form-faq-content{text-align:center}.form-faq-content h4{font-size:1.1rem;font-weight:600;color:#0e6251;margin-bottom:.5rem}.form-faq-content p{font-size:.9rem;color:#6b7280;margin-bottom:1rem;line-height:1.5}.form-faq-links{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.form-faq-or{font-size:.8rem;color:#9ca3af;font-weight:500}.form-faq-link{color:#0e6251;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.form-faq-link:hover{color:#0a4a3d;text-decoration:underline}@media (max-width: 768px){.form-faq-section{margin-top:1.5rem;padding:1rem}.form-faq-content h4{font-size:1rem}.form-faq-content p,.form-faq-link{font-size:.85rem}}
