@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--header-height: 72px;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:auto;scroll-snap-align:none}.app{scroll-snap-type:none}.home-scroll{height:100vh;overflow-x:hidden;overflow-y:auto;scroll-snap-type:y proximity;scroll-padding-top:var(--header-height)}@media(max-width:768px){.app{scroll-snap-type:none}.home-scroll{height:auto;overflow-y:visible;scroll-snap-type:none;scroll-padding-top:0}section{scroll-snap-align:none}.container{height:auto!important}}.container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:center;flex-direction:column;height:auto}[dir=rtl]{direction:rtl;text-align:right}[dir=rtl] .nav-menu{flex-direction:row-reverse}[dir=rtl] .solution-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:#ffffffe0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-height)}.nav{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;max-width:1200px;margin:0 auto;position:relative;gap:1.5rem;height:100%}.nav-brand{display:flex;align-items:baseline;gap:1rem;flex-shrink:0}.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}.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;flex:1;justify-content:flex-end}.nav-menu{display:flex;list-style:none;gap:2rem}@media(max-width:1100px){.nav-menu{gap:1.15rem}.nav{padding:0 1.25rem;gap:1rem}}.nav-menu a{text-decoration:none;color:#3d5c54;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 .85rem;border:1.5px solid #e5e7eb;border-radius:999px;background:#fff;font-size:.85rem;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}.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)}section{scroll-snap-align:none;padding:80px 0}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#0e6251}.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;border-radius:5px}.contact-info p{font-size:1.1rem;color:#6b7280;margin-bottom:2rem}.contact-form small{font-size:.8rem;color:#6b7280}.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}.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;min-height:100vh}.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}.footer-stores{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1.35rem}.footer-store-btn{display:inline-flex;align-items:center;gap:.7rem;min-width:168px;padding:.55rem 1.05rem .55rem .85rem;background:#000;color:#9ca3af;border-radius:10px;text-align:left;transition:transform .2s ease,background .2s ease;border:0px solid #48494a}.footer-store-btn svg{width:22px;height:22px;flex-shrink:0}.footer-store-btn small{display:block;font-size:.62rem;font-weight:500;line-height:1.2;color:#4b5563}.footer-store-btn span{font-size:.98rem;font-weight:700;line-height:1.15}[dir=rtl] .footer-store-btn{text-align:right}@media(max-width:768px){.nav{flex-direction:row;gap:.5rem;padding:0 1rem;align-items:center}.nav-brand{gap:.5rem}.nav-brand-text{font-size:.9rem}.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;flex:none}.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;margin-inline-start:auto}.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}.contact-content{grid-template-columns:1fr;gap:2rem}.section-title{font-size:2rem}section{padding:40px 0;min-height:auto}.footer{min-height:auto}}@media(max-width:480px){.nav{padding:.5rem}.nav-menu{gap:.25rem;font-size:.8rem}.btn{padding:10px 20px;font-size:.9rem}.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;height:-webkit-fill-available}.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%}@media(max-width:768px){.form-faq-section{margin-top:1.5rem;padding:1rem}.form-faq-content h4{font-size:1rem}.form-faq-content p{font-size:.85rem}}.solution-content,.section-title,.contact-content{z-index:100}@media(max-width:1280px){.nav-brand-text{display:none}}.about-page{background:#fff;color:#041f1a;text-align:initial}.about-page section{padding:4rem 0;min-height:auto}.about-page .container{height:auto;justify-content:flex-start}.about-page .about-hero{position:relative;padding:calc(var(--header-height) + 2.25rem) 0 3.25rem;background:linear-gradient(180deg,#041f1a9e,#0e6251b3),url(/assets/office_background-DxfgeLN6.webp) center / cover no-repeat;color:#fff}.about-hero .about-back,.about-hero .about-eyebrow{color:#b8d5b8}.about-hero .about-title{color:#fff}.about-hero .about-subtitle{color:#ffffffe6}.about-back{display:inline-block;margin-bottom:1.5rem;font-size:.92rem;font-weight:600;color:#0e6251}.about-back:hover{text-decoration:underline}.about-eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#0e6251;margin-bottom:.7rem}.about-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;margin-bottom:.85rem;max-width:720px}.about-subtitle{font-size:1.08rem;line-height:1.7;color:#4b625b;max-width:680px}.about-heading{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.02em;color:#041f1a;margin-bottom:1.5rem;text-align:left}.about-lead{max-width:640px;margin-bottom:1.75rem;color:#5b6f69;line-height:1.7}.about-page .about-stats{padding:0;background:#fff;border-bottom:1px solid rgba(14,98,81,.1)}.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.about-stat{padding:1.5rem 1rem;text-align:left;border-right:1px solid rgba(14,98,81,.1)}.about-stat:last-child{border-right:none}.about-stat strong{display:block;font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:#0e6251;margin-bottom:.25rem}.about-stat span{font-size:.9rem;color:#5b6f69}.about-intro{background:#f0f7f4}.about-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.about-intro-grid h2{font-size:1.2rem;font-weight:700;color:#0e6251;margin-bottom:.7rem}.about-intro-grid p{color:#4b625b;line-height:1.7}.about-story-content{max-width:680px}.about-story-content p{font-size:1.05rem;line-height:1.8;color:#3d524c;margin-bottom:1.15rem}.about-story-content p:last-child{margin-bottom:0}.about-values{background:#f8fafc}.about-values-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.about-values-grid article{background:#fff;border:1px solid rgba(14,98,81,.1);border-radius:14px;padding:1.5rem 1.4rem;text-align:left}.about-values-grid h3{font-size:1.1rem;font-weight:700;color:#041f1a;margin-bottom:.5rem}.about-values-grid p{color:#5b6f69;line-height:1.65;font-size:.98rem}.about-founder{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;align-items:start;max-width:720px;text-align:left}.about-founder-initials{width:56px;height:56px;border-radius:12px;background:#0e6251;color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;letter-spacing:.04em}.about-founder h3{font-size:1.2rem;margin-bottom:.2rem}.about-founder-role{color:#0e6251;font-weight:600;margin-bottom:.7rem}.about-founder p{color:#4b625b;line-height:1.7}.about-cta{background:#041f1a;color:#fff;text-align:center}.about-cta h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:.75rem;color:#fff}.about-cta p{max-width:560px;margin:0 auto 1.5rem;color:#fffc;line-height:1.7}.about-cta .btn-primary{border-radius:999px;padding:14px 24px}[dir=rtl] .about-heading,[dir=rtl] .about-stat,[dir=rtl] .about-values-grid article,[dir=rtl] .about-founder{text-align:right}[dir=rtl] .about-stat{border-right:none;border-left:1px solid rgba(14,98,81,.1)}[dir=rtl] .about-stat:last-child{border-left:none}@media(max-width:768px){.about-page section{padding:3rem 0}.about-page .about-hero{padding:calc(var(--header-height) + 1.5rem) 0 2rem}.about-stats-grid,.about-intro-grid,.about-values-grid{grid-template-columns:1fr}.about-stat{border-right:none;border-bottom:1px solid rgba(14,98,81,.1);padding:1.15rem 0}.about-stat:last-child{border-bottom:none}[dir=rtl] .about-stat{border-left:none}.about-founder{grid-template-columns:1fr}}.hero{position:relative;display:flex;align-items:center;min-height:100vh;min-height:100svh;padding:var(--header-height) 2rem 2.5rem;color:#041f1a;overflow:hidden;background:#f0f7f4}.hero-bg{position:absolute;inset:0;pointer-events:none}.hero-gradient{position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 85% 20%,rgba(184,213,184,.55) 0%,transparent 60%),radial-gradient(ellipse 50% 45% at 10% 80%,rgba(14,98,81,.08) 0%,transparent 55%),linear-gradient(180deg,#fff,#f0f7f4 55%,#e8f3ec)}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);animation:heroOrbFloat 12s ease-in-out infinite}.hero-orb-1{width:380px;height:380px;background:#b8d5b88c;top:-8%;right:8%}.hero-orb-2{width:280px;height:280px;background:#0e62511f;bottom:8%;left:4%;animation-delay:-6s}@keyframes heroOrbFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-30px) scale(1.05)}66%{transform:translate(-15px,20px) scale(.95)}}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;width:100%;height:auto!important;text-align:left}.hero-content{display:flex;flex-direction:column;gap:1.35rem;align-items:flex-start}.hero-title{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:#041f1a;animation:heroFadeUp .7s ease-out .1s both}.hero-title .highlight{display:inline-block;background:linear-gradient(135deg,#0e6251,#548277 45%,#b8d5b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-title .highlight2{display:block;font-weight:500;font-size:.52em;margin-top:.4em;color:#3d5c54;line-height:1.4}.hero-subtitle{font-size:1.12rem;line-height:1.7;color:#4b625b;max-width:540px;animation:heroFadeUp .7s ease-out .2s both}.hero-buttons{display:flex;gap:.85rem;flex-wrap:wrap;animation:heroFadeUp .7s ease-out .3s both}.btn-hero-primary,.hero .btn-hero-primary{padding:14px 26px;background:#0e6251;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #0e625140;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.btn-hero-primary:hover,.hero .btn-hero-primary:hover{transform:translateY(-2px);background:#0a4a3d;box-shadow:0 12px 28px #0e62514d}.btn-hero-secondary,.hero .btn-hero-secondary{padding:14px 26px;background:#fff;color:#0e6251;border:1.5px solid rgba(14,98,81,.2);border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-hero-secondary:hover,.hero .btn-hero-secondary:hover{background:#f0fdf4;border-color:#0e6251;transform:translateY(-2px)}.play-icon{font-size:.7rem}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero-orb{animation:none}}[dir=rtl] .hero-inner{text-align:right}[dir=rtl] .hero-content{align-items:flex-end}[dir=rtl] .hero-buttons{flex-direction:row-reverse}.hero-visual{display:flex;justify-content:center;align-items:center;animation:heroFadeUp .7s ease-out .25s both}@media(max-width:1024px){.hero-inner{grid-template-columns:1fr;gap:2.5rem;text-align:center}.hero-content{align-items:center}.hero-subtitle{max-width:600px}.hero-buttons{justify-content:center}[dir=rtl] .hero-inner{text-align:center}[dir=rtl] .hero-content{align-items:center}}@media(max-width:768px){.hero{padding:calc(var(--header-height) + 24px) 1.25rem 3.5rem;min-height:auto}}@media(max-width:480px){.hero-buttons{flex-direction:column;width:100%}.hero .btn-hero-primary,.hero .btn-hero-secondary{width:100%;justify-content:center}}.home-page{background:#fff;color:#041f1a;text-align:initial}.home-page .container{height:100%;width:100%;justify-content:center;flex:1}.home-page section{min-height:calc(100vh - var(--header-height));min-height:calc(100svh - var(--header-height));scroll-snap-align:start;padding:2.5rem 0;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.home-page .hero{min-height:100vh;min-height:100svh;scroll-margin-top:0;padding:var(--header-height) 2rem 2.5rem}.section-header{text-align:center;max-width:720px;margin:0 auto 3.5rem}.section-eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#0e6251;margin-bottom:.85rem}.home-page .section-title{font-size:36px;font-weight:800;letter-spacing:-.03em;line-height:1.2;color:#041f1a;margin-bottom:1rem}.section-lead{font-size:1.08rem;line-height:1.7;color:#5b6f69}.device-shot{width:260px;height:auto;display:block;filter:drop-shadow(0 24px 40px rgba(4,31,26,.18))}.hero .device-shot{width:280px}.benefits{background:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.audience-card{background:#fff;border:1px solid rgba(14,98,81,.1);border-radius:24px;padding:2rem 1.75rem;text-align:left;box-shadow:0 10px 30px #041f1a0a;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.audience-card:hover{transform:translateY(-6px);border-color:#b8d5b8;box-shadow:0 18px 40px #0e62511f}.audience-icon{width:56px;height:56px;border-radius:16px;background:#f0f7f4;display:inline-flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:1.1rem}.audience-card h3{font-size:1.25rem;font-weight:700;color:#041f1a;margin-bottom:.6rem;text-align:left}.audience-description{color:#5b6f69;margin-bottom:1.25rem;line-height:1.6}.audience-card ul{list-style:none;display:flex;flex-direction:column;gap:.55rem}.audience-card li,.feature-points li{position:relative;padding-left:1.5rem;color:#3d5c54;font-size:.95rem;line-height:1.5;border:none}.audience-card li:before,.feature-points li:before{content:"";position:absolute;left:0;top:.45rem;width:8px;height:8px;border-radius:50%;background:#0e6251}[dir=rtl] .audience-card,[dir=rtl] .audience-card h3{text-align:right}[dir=rtl] .audience-card li,[dir=rtl] .feature-points li{padding-left:0;padding-right:1.5rem}[dir=rtl] .audience-card li:before,[dir=rtl] .feature-points li:before{left:auto;right:0}.solution{background:#f0f7f4}.solution-content{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.solution-text p{font-size:1.08rem;margin-bottom:1.25rem;color:#4b625b;line-height:1.75}.solution-text p:last-child{margin-bottom:0}.solution-stats{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#b8d5b82e;border-radius:16px;overflow:hidden;border:1px solid rgba(14,98,81,.16);box-shadow:0 18px 40px #041f1a1a}.solution .stat{margin:0;text-align:left;border:none;box-shadow:none;border-radius:0}.stat-featured{grid-column:1 / -1;display:flex;align-items:center;gap:1.5rem;padding:1.7rem 1.8rem;background:radial-gradient(ellipse 70% 90% at 12% 50%,rgba(184,213,184,.16) 0%,transparent 60%),#041f1a}.stat-ring{--progress: 95;width:112px;height:112px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;position:relative;background:conic-gradient(#b8d5b8 calc(var(--progress) * 1%),#b8d5b824 0)}.stat-ring:before{content:"";position:absolute;inset:10px;border-radius:50%;background:#041f1a}.stat-ring span{position:relative;z-index:1;font-size:1.35rem;font-weight:800;letter-spacing:-.04em;color:#fff}.stat-featured .stat-body p{margin:0;font-size:1.15rem;font-weight:600;color:#b8d5b8;line-height:1.4}.stat-secondary{display:flex;align-items:flex-start;gap:.9rem;padding:1.35rem 1.3rem 1.25rem;background:#0e6251}.stat-icon{width:40px;height:40px;flex-shrink:0;border-radius:10px;background:#b8d5b829;color:#b8d5b8;display:inline-flex;align-items:center;justify-content:center}.stat-icon svg{width:20px;height:20px}.stat-secondary .stat-body{flex:1;min-width:0}.stat-value{display:block;font-size:1.85rem;font-weight:800;letter-spacing:-.04em;line-height:1.1;color:#fff;margin-bottom:.2rem}.stat-secondary p{margin:0 0 .7rem;color:#f0f7f4d1;font-size:.88rem;font-weight:500;line-height:1.35}.stat-bar{display:block;height:4px;width:100%;border-radius:999px;background:#b8d5b82e;overflow:hidden}.stat-bar:after{content:"";display:block;height:100%;width:70%;border-radius:inherit;background:#b8d5b8}.stat-bar-communities:after{width:62%}.stat-bar-residents:after{width:78%}[dir=rtl] .solution .stat{text-align:right}.features-modern{background:#fff}.feature-stories{display:flex;flex-direction:column;gap:5.5rem}.feature-story{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.feature-story.reverse{direction:rtl}.feature-story.reverse>*{direction:ltr}[dir=rtl] .feature-story.reverse{direction:ltr}[dir=rtl] .feature-story.reverse>*{direction:rtl}.feature-story-copy{text-align:left}[dir=rtl] .feature-story-copy{text-align:right}.feature-story-heading{display:flex;align-items:center;gap:.85rem;margin-bottom:1.2rem}.feature-story-icon{width:52px;height:52px;border-radius:16px;background:#f0f7f4;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.feature-story-copy h3{font-size:clamp(1.6rem,2.5vw,2.1rem);font-weight:800;letter-spacing:-.02em;color:#041f1a;margin:0}.did-you-know{background:#f0f7f4;border-radius:18px;padding:1.15rem 1.3rem;margin-bottom:1.15rem;border:1px solid rgba(14,98,81,.08)}.did-you-know-label{font-weight:700;color:#0e6251;margin-bottom:.35rem}.did-you-know p:last-child,.feature-story-text{color:#4b625b;line-height:1.7}.feature-story-text{margin-bottom:1.2rem}.feature-points{display:flex;flex-direction:column;gap:.55rem}.feature-story-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:420px}.feature-story-visual .add-observation{width:420px;-webkit-mask-image:linear-gradient(to bottom,#000 58%,transparent 100%),linear-gradient(to right,#000 88%,transparent 100%);-webkit-mask-composite:destination-in;mask-image:linear-gradient(to bottom,#000 58%,transparent 100%),linear-gradient(to right,#000 88%,transparent 100%);mask-composite:intersect}.feature-lifestyle{width:min(100%,420px);border-radius:28px;overflow:hidden}.feature-lifestyle img{width:100%;height:460px;object-fit:contain;display:block}.home-page .contact{background:#f8fafc}.home-page .contact-form{border-radius:24px;padding:2.25rem;box-shadow:0 16px 40px #041f1a0f;border:1px solid rgba(14,98,81,.08)}.home-page .contact-features,.home-page .form-faq-section{border-radius:18px}.home-page .contact-info h3{font-size:1.6rem;letter-spacing:-.02em;text-align:left}.home-page .contact-info p{text-align:left}[dir=rtl] .home-page .contact-info h3,[dir=rtl] .home-page .contact-info p{text-align:right}.home-page .contact-form .btn-primary{border-radius:999px;padding:14px 24px}.home-page .contact-form input,.home-page .contact-form textarea{border-radius:12px}@media(max-width:1024px){.benefits-grid,.feature-story,.solution-content{grid-template-columns:1fr}.feature-story.reverse{direction:ltr}.feature-story-visual{order:-1;min-height:auto}.feature-lifestyle img{height:320px}}@media(max-width:768px){.home-page section{min-height:auto;scroll-snap-align:none;padding:64px 0}.home-page .hero{min-height:auto;padding:calc(var(--header-height) + 24px) 1.25rem 3rem}.section-header{margin-bottom:2.25rem}.feature-stories{gap:3.5rem}.device-shot,.hero .device-shot{width:220px}.audience-card{padding:1.5rem}.stat-featured{padding:1.4rem 1.3rem;gap:1.1rem}.stat-ring{width:96px;height:96px}.stat-ring span{font-size:1.15rem}.stat-secondary{flex-direction:column;gap:.7rem}}
