@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;700;800&family=Manrope:wght@400;700;800&display=swap";:root{--primary-color: #1e3c72;--dark-color: #121212;--medium-grey: #888;--light-grey: #f8f9fa;--background-color: #ffffff;--card-bg: #ffffff;--border-radius-lg: 20px;--border-radius-md: 12px;--shadow-sm: 0 4px 6px rgba(0,0,0,.04);--shadow-md: 0 10px 20px rgba(0,0,0,.07);--shadow-lg: 0 20px 40px rgba(0,0,0,.1);--gradient-primary: linear-gradient(45deg, #2c3e50, #1e3c72);--heading-color: #1a1a1a;--text-color: #4a4a4a;--button-bg: var(--primary-color);--button-text: #ffffff;--accent-green: #22c55e}.minimal-seek-container{position:absolute;bottom:0;left:0;width:100%;height:60px;display:flex;align-items:flex-end;padding:0 0 10px;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%);opacity:0;transition:opacity .3s ease;z-index:10}.intro-video-framed:hover .minimal-seek-container{opacity:1}@media(max-width:992px){.minimal-seek-container{opacity:1;height:40px}}#video-seek-slider{width:100%;height:6px;-webkit-appearance:none;background:#fff3;outline:none;cursor:pointer;margin:0;padding:0;display:block}#video-seek-slider::-webkit-slider-runnable-track{width:100%;height:6px;cursor:pointer;background:#fff3}#video-seek-slider::-webkit-slider-thumb{height:16px;width:16px;border-radius:50%;background:#fff;cursor:pointer;-webkit-appearance:none;margin-top:-5px;box-shadow:0 0 10px #00000080;border:2px solid var(--primary-color)}#video-seek-slider::-moz-range-thumb{height:16px;width:16px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 0 10px #00000080;border:2px solid var(--primary-color)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.modal-overlay.active{display:flex;opacity:1}.gallery-modal-content{position:relative;max-width:90%;max-height:90%;display:flex;align-items:center;justify-content:center}#gallery-modal-image{max-width:100%;max-height:85vh;border-radius:8px;box-shadow:0 0 30px #00000080;object-fit:contain}.gallery-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:2010}.gallery-nav-btn:hover:not(:disabled){background:#fff;color:#000}.gallery-nav-btn:disabled{opacity:.3;cursor:not-allowed}#gallery-prev-btn{left:-70px}#gallery-next-btn{right:-70px}@media(max-width:900px){#gallery-prev-btn{left:10px}#gallery-next-btn{right:10px}}.modal-close-btn{position:absolute;top:30px;right:30px;background:none;border:none;color:#fff;font-size:40px;cursor:pointer;line-height:1;opacity:.7;transition:opacity .2s ease}.modal-close-btn:hover{opacity:1}.downloads-section{padding:8rem 0;background-color:var(--light-grey);text-align:center}.download-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.download-card{background-color:#fff;padding:2.5rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:space-between;border:1px solid rgba(0,0,0,.05)}.download-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.download-icon{margin-bottom:1.5rem;color:var(--primary-color);opacity:.8}.download-card h3{font-size:1.25rem;margin-bottom:1.5rem;font-weight:700;color:var(--heading-color);min-height:3rem;display:flex;align-items:center}.btn-download{width:100%;font-size:.9rem;padding:.8rem 1.5rem}@media(max-width:992px){.download-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.download-grid{grid-template-columns:1fr}.downloads-section{padding:4rem 0}}.control-guide-section{padding:8rem 0;background-color:#fff}.control-guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.control-text-column h2{font-size:clamp(2.25rem,4vw,3rem);margin-bottom:1.5rem;color:var(--heading-color)}.control-intro{font-size:1.25rem;color:var(--text-color);margin-bottom:3rem}.control-steps-list{display:flex;flex-direction:column;gap:2.5rem}.control-step-item{display:flex;align-items:flex-start;gap:1.5rem}.control-step-circle{width:48px;height:48px;background-color:#1e40af;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem;flex-shrink:0}.control-step-content h3{font-size:1.35rem;margin-bottom:.4rem;font-weight:800}.control-step-content p{font-size:1.05rem;color:var(--text-color);line-height:1.5}.control-images-column{display:flex;flex-direction:column;gap:2rem}.installation-image-container{width:100%;aspect-ratio:16/9;border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid rgba(0,0,0,.05);background-color:#fff;transition:transform .3s ease,box-shadow .3s ease;display:flex;align-items:center;justify-content:center}.installation-image-container:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.control-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}@media(max-width:992px){.control-guide-grid{grid-template-columns:1fr;gap:4rem}}.final-cta-section{position:relative;padding:8rem 0;text-align:center;color:#fff;background-image:linear-gradient(#0a1629cc,#0a1629cc),url(https://cloud.exactstreet.com/s/tZoCkKxnoJ3GsDo/preview);background-size:cover;background-position:center;background-attachment:fixed}.final-cta-section .section-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.final-cta-section h2{color:#fff;font-size:clamp(2.2rem,5vw,3.5rem);max-width:900px;text-shadow:0 4px 15px rgba(0,0,0,.3);line-height:1.2}.final-cta-section .btn{padding:1.5rem 4rem;font-size:1.25rem}@media(max-width:768px){.final-cta-section{padding:5rem 0;background-attachment:scroll}.final-cta-section h2{font-size:1.8rem}.final-cta-section .btn{padding:1.2rem 2.5rem;font-size:1.1rem}}[dir=rtl]{font-family:Cairo,sans-serif;text-align:right}[dir=rtl] .hero-info{align-items:flex-start;text-align:right}[dir=rtl] .hero-info h1{letter-spacing:normal}[dir=rtl] .desktop-nav{gap:1.5rem}[dir=rtl] .lang-switcher-menu{right:auto;left:0}[dir=rtl] .about-esos-link svg,[dir=rtl] .hero-info .btn svg,[dir=rtl] .partnership-cta .btn svg{transform:scaleX(-1)}[dir=rtl] .feature-card{text-align:right}:focus-visible{outline:2px solid var(--primary-color);outline-offset:3px;border-radius:4px}:focus:not(:focus-visible){outline:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes message-intro{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes ping-mini{75%,to{transform:scale(2.5);opacity:0}}@keyframes scrollHint{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform:scaleY(1);transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--background-color);color:var(--text-color);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.no-scroll{overflow:hidden}.mt-8{margin-top:2rem}.max-w-4xl{max-width:896px}.mx-auto{margin-left:auto;margin-right:auto}.relative{position:relative}.z-10{z-index:10}.w-full{width:100%}.h-auto{height:auto}.rounded-2xl{border-radius:1rem}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.border{border:1px solid transparent}.border-slate-200{border-color:#e2e8f0}.progress-container{position:fixed;top:0;left:0;width:100%;height:4px;z-index:1002;background-color:transparent}.progress-bar{height:100%;width:0%;background-image:var(--gradient-primary)}#root{width:100%;height:100vh;overflow-y:scroll;overflow-x:hidden}.hidden{display:none!important}h1,h2,h3{color:var(--heading-color);font-weight:800;line-height:1.2}p{max-width:65ch}a.btn{text-decoration:none}.btn{background-image:var(--gradient-primary);background-size:150% auto;color:var(--button-text);border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:var(--shadow-sm);text-shadow:0 1px 2px rgba(0,0,0,.1)}.btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #1e3c7240;background-position:right center}.btn.btn-secondary{background:transparent;border:2px solid var(--button-text);color:var(--button-text)}.btn.btn-secondary:hover{background:#ffffff1a;border-color:var(--button-text)}.btn.disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.section-wrapper{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-subtitle{font-size:1.25rem;margin:0 auto 3rem;max-width:600px;color:var(--medium-grey);text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.animate-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.165,.84,.44,1),transform .8s cubic-bezier(.165,.84,.44,1)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.site-header{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:.6rem 2rem;z-index:1001;background:#fff9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:none;transition:background .4s ease,box-shadow .4s ease,padding .4s ease}.site-header.scrolled{background:#fffc;box-shadow:0 2px 10px #00000012}.logo-wrapper{display:flex;align-items:center;gap:1.25rem}.site-header .logo{display:flex;align-items:center;text-decoration:none;transition:opacity .3s ease}.site-header .logo:hover{opacity:.85}.logo-img{height:42px;width:auto;display:block}.logo-text-append{font-weight:800;font-size:2.2rem;color:var(--heading-color);margin-left:.5rem;white-space:nowrap;display:flex;align-items:center;line-height:1}.status-indicator-mini{display:flex;align-items:center;gap:.4rem;background:#0000000a;padding:.2rem .6rem;border-radius:20px;border:1px solid rgba(0,0,0,.05)}.status-dot-mini{position:relative;width:6px;height:6px;background-color:var(--accent-green);border-radius:50%}.status-dot-mini:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--accent-green);border-radius:50%;animation:ping-mini 1.5s cubic-bezier(0,0,.2,1) infinite;opacity:.6}.status-text-mini{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--text-color);opacity:.7;white-space:nowrap}.desktop-nav{display:flex;align-items:center;gap:2rem}.desktop-nav a{color:var(--text-color);text-decoration:none;font-weight:700;transition:color .3s ease;padding-bottom:4px;position:relative;font-size:.85rem;text-shadow:none}.desktop-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.desktop-nav a:hover:after,.desktop-nav a.active:after{width:100%}.desktop-nav a:hover,.desktop-nav a.active{color:var(--primary-color)}.language-switcher{position:relative}.lang-switcher-btn{background:transparent;border:none;color:var(--text-color);font-family:inherit;font-size:inherit;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:0 0 4px;transition:color .3s ease}.lang-switcher-btn:hover,.lang-switcher-btn[aria-expanded=true]{color:var(--primary-color)}.lang-switcher-btn .chevron-down{transition:transform .3s ease}.lang-switcher-btn[aria-expanded=true] .chevron-down{transform:rotate(180deg)}.lang-switcher-menu{position:absolute;top:calc(100% + 10px);right:0;background-color:#fff;border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);list-style:none;padding:.5rem 0;margin:0;width:150px;z-index:10;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease,visibility 0s .3s;border:1px solid rgba(0,0,0,.05)}.lang-switcher-menu.open{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.lang-switcher-menu a{display:block;padding:.75rem 1.5rem;color:var(--dark-color);text-decoration:none;font-weight:700;transition:background-color .2s ease,color .2s ease}.lang-switcher-menu a:hover{background-color:var(--light-grey);color:var(--primary-color)}.globe-icon{flex-shrink:0;margin-right:4px;vertical-align:middle}.mobile-nav-toggle{display:none;z-index:1010;background:transparent;border:none;width:44px;height:44px;cursor:pointer;position:relative;padding:0}.hamburger-box{width:28px;height:20px;display:inline-block;position:relative}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:28px;height:3px;background-color:#fff;border-radius:4px;position:absolute;transition:all .3s ease}.site-header.scrolled .hamburger-inner,.site-header.scrolled .hamburger-inner:before,.site-header.scrolled .hamburger-inner:after{background-color:var(--heading-color)}.hamburger-inner{top:50%;transform:translateY(-50%)}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:-9px}.hamburger-inner:after{bottom:-9px}.mobile-nav-toggle.is-active .hamburger-inner{transform:rotate(225deg);background-color:#fff!important}.mobile-nav-toggle.is-active .hamburger-inner:before{top:0;opacity:0}.mobile-nav-toggle.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);background-color:#fff!important}.mobile-nav-menu{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0a1629fa;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);z-index:1005;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;transform:scale(1.05);transition:opacity .4s ease,visibility 0s .4s,transform .4s cubic-bezier(.165,.84,.44,1)}.mobile-nav-menu.is-active{opacity:1;visibility:visible;transform:scale(1);transition:opacity .4s ease,transform .4s cubic-bezier(.165,.84,.44,1)}.mobile-nav-menu ul{list-style-type:none;padding:0;margin:0;text-align:center}.mobile-nav-menu li{margin-bottom:.75rem}.mobile-nav-menu a{color:#fff;text-decoration:none;font-size:1.5rem;font-weight:800;padding:.25rem 1rem;transition:color .2s ease;display:block}.mobile-nav-menu a:hover{color:#3b82f6}.language-switcher-mobile{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;border-top:1px solid rgba(255,255,255,.1);padding:1rem 1.25rem}.language-switcher-mobile .lang-label{width:100%;text-align:center;margin-bottom:.25rem;font-size:.6rem;color:#64748b;font-weight:600;text-transform:uppercase}.language-switcher-mobile a{font-size:.7rem!important;padding:.2rem .4rem!important;color:#94a3b8!important;border:1px solid transparent;transition:all .3s ease}.language-switcher-mobile a.active{color:#fff!important;border-color:#3b82f6;border-radius:6px;background:#3b82f633}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;overflow:hidden;background-color:var(--dark-color);padding:8rem 2rem 4rem}.hero-video-bg{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%);z-index:1;filter:brightness(.7) contrast(1.1)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000c,#0006,#000c);z-index:1}.hero-content-detailed{position:relative;z-index:2;max-width:1000px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;animation:message-intro 1s ease-out}.hero-title-detailed{font-size:clamp(2.5rem,5vw,4rem);color:#fff;line-height:1.1;margin-bottom:.5rem;text-shadow:0 4px 15px rgba(0,0,0,.5)}.hero-highlight-glass{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1.5rem 2rem;border-radius:var(--border-radius-md);width:fit-content}.hero-highlight-glass h2{color:#fff;font-size:1.75rem;margin-bottom:.5rem}.hero-italic{font-style:italic;font-weight:500;color:#ffffffe6}.hero-p-main{font-size:1.15rem;font-weight:600;max-width:800px;text-shadow:0 2px 4px rgba(0,0,0,.4)}.hero-bez-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.hero-bez-list li{display:flex;align-items:center;gap:.75rem;font-weight:800;font-size:.95rem;text-shadow:0 2px 4px rgba(0,0,0,.5);color:#fff}.hero-description-detailed{font-size:1rem;line-height:1.6;color:#ffffffd9;max-width:850px;text-align:justify}.hero-actions{margin-top:1rem}.btn-hero-tech{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1.2rem 3rem;text-transform:uppercase;letter-spacing:.15em;font-size:.9rem;transition:all .4s cubic-bezier(.165,.84,.44,1);box-shadow:0 10px 30px #0003}.btn-hero-tech:hover{background:#fff;color:var(--dark-color);border-color:#fff;transform:translateY(-5px)}.video-intro-section{padding:8rem 0;background:#fff;text-align:center;overflow:hidden}.installation-section{padding:8rem 0;background:#fff;text-align:center}.intro-video-framed{position:relative;max-width:1100px;margin:3rem auto 0;border-radius:24px;overflow:hidden;box-shadow:0 30px 60px -12px #00000040,0 18px 36px -18px #0000004d;border:1px solid rgba(0,0,0,.08);background:#000}.intro-video-framed video{width:100%;height:auto;display:block}.intro-badge{display:inline-block;background-color:#2563eb;color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-weight:700;font-size:.875rem;margin-bottom:2rem;text-transform:none}.intro-heading{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;margin-bottom:1.5rem;color:var(--heading-color);letter-spacing:-.02em;line-height:1.1;text-align:center}.intro-text{max-width:800px;margin:0 auto 1.5rem;font-size:1.25rem;color:var(--text-color);line-height:1.5;text-align:center}.applications-section{padding:8rem 0;background-color:var(--light-grey)}.applications-section h2{text-align:center;font-size:clamp(2.25rem,4.5vw,3rem);margin-bottom:1.5rem}.features-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:4rem auto 0}.feature-card{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.feature-icon{background:#dbeafe;color:#2563eb;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px}.feature-icon svg{width:24px;height:24px}.feature-text h3{font-size:1.25rem;font-weight:800;margin-bottom:.75rem;color:#111827}.feature-text p{font-size:1rem;line-height:1.5;color:#4b5563}.about-esos-section{padding:8rem 0;background-color:var(--background-color)}.about-esos-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-esos-heading{font-size:clamp(2.25rem,5vw,3rem)}.about-esos-details p{font-size:1.1rem;margin-bottom:2rem;color:var(--medium-grey);text-align:justify}.gallery-section{padding:6rem 0;text-align:center}.gallery-section h2,.gallery-section .section-subtitle{margin-left:auto;margin-right:auto}.gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:250px;gap:1rem;margin-bottom:3rem}.gallery-item{overflow:hidden;border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm)}.gallery-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover .gallery-img{transform:scale(1.05)}.team-section{padding:8rem 0;background-color:#f1f5f9;text-align:center}.team-section h2{text-align:center;margin-bottom:1rem}.team-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:4rem}.team-member-card{text-align:center;background-color:#fff;padding:2rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);flex:0 1 270px}.team-member-image-container{position:relative;width:150px;height:150px;margin:0 auto 1.5rem}.team-member-img{width:100%;height:100%;border-radius:var(--border-radius-md);object-fit:cover;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.team-member-card:hover .team-member-img{transform:scale(1.02)}.linkedin-badge{position:absolute;bottom:-8px;right:-8px;background-color:#0077b5;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0003;border:3px solid #fff;transition:transform .2s ease,background-color .2s ease;z-index:2}.linkedin-badge:hover{transform:scale(1.15);background-color:#005582}.site-footer{padding:3rem 0;background-color:var(--dark-color);color:#ffffff80;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.footer-content{font-size:.9rem;font-weight:500}.scroll-to-top-btn{position:fixed;bottom:1.5rem;right:1.5rem;background-image:var(--gradient-primary);color:#fff;width:50px;height:50px;border-radius:50%;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.scroll-to-top-btn.visible{opacity:1;visibility:visible}@media(max-width:992px){.desktop-nav{display:none}.mobile-nav-toggle{display:flex;align-items:center;justify-content:center}.logo-text-append,.status-indicator-mini{display:none!important}.logo-img{height:30px!important}.site-header{padding:.75rem 1rem;background:#ffffffd9}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{background-color:var(--primary-color)}.hero-section{justify-content:flex-start;text-align:left;padding-top:7rem}.features-list{grid-template-columns:repeat(2,1fr)}.video-intro-section{padding:4rem 0!important}.intro-video-framed{border-radius:12px;margin-top:2rem}}@media(max-width:768px){.intro-badge{margin-bottom:1rem;padding:.4rem 1rem;font-size:.75rem}.intro-heading{font-size:2.2rem!important;margin-bottom:1rem;line-height:1.2}.intro-text{font-size:1rem!important;margin-bottom:1.5rem;padding:0 1rem}.hero-section{min-height:100vh;padding:6rem 1.25rem 3rem;align-items:flex-start}.hero-content-detailed{gap:1rem}.hero-title-detailed{font-size:1.8rem}.hero-highlight-glass{padding:1rem}.hero-highlight-glass h2{font-size:1.25rem}.hero-italic{font-size:.9rem}.hero-p-main{font-size:.95rem}.hero-bez-list li{font-size:.8rem}.hero-description-detailed{font-size:.85rem;line-height:1.4}.applications-section,.about-esos-section,.gallery-section,.team-section{padding:3rem 0!important}.section-wrapper{padding:0 1.25rem}.section-subtitle{font-size:1rem!important;margin-bottom:2rem}.features-list{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.feature-card{padding:2rem;gap:1.25rem;align-items:center;text-align:center}.feature-icon{width:56px;height:56px}.feature-icon svg{width:28px;height:28px}.feature-text h3{font-size:1.2rem;margin-bottom:.5rem}.mobile-hide{display:none!important}.gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px;gap:.5rem}.team-grid{gap:1.5rem}.team-member-card{flex:1 1 100%;padding:1.5rem}.team-member-image-container{width:100px;height:100px}.site-footer{padding:2rem 0}}@media(max-width:640px){.features-list{grid-template-columns:1fr}}
