:root{--primary-color:#1a5f3f;--primary-dark:#0f3d27;--primary-light:#2d8659;--secondary-color:#d4a574;--secondary-dark:#b8934f;--accent-color:#c9a961;--dark-color:#0f1419;--light-color:#f8f9fa;--light-gray:#f0f2f5;--medium-gray:#e8eaed;--border-color:#d8dce1;--text-color:#2c3e50;--text-light:#6c757d;--success-color:#27ae60;--error-color:#e74c3c;--warning-color:#f39c12;--font-primary:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell",sans-serif;--font-secondary:"Poppins","Georgia",serif;--transition:all 0.4s cubic-bezier(0.4,0,0.2,1);--transition-fast:all 0.2s cubic-bezier(0.4,0,0.2,1);--transition-slow:all 0.6s cubic-bezier(0.4,0,0.2,1);--shadow-xs:0 1px 2px rgba(0,0,0,0.05);--shadow-sm:0 2px 8px rgba(0,0,0,0.08);--shadow-md:0 4px 16px rgba(0,0,0,0.12);--shadow-lg:0 8px 32px rgba(0,0,0,0.15);--shadow-xl:0 16px 48px rgba(0,0,0,0.18);--shadow-premium:0 20px 60px rgba(15,61,39,0.12)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);color:var(--text-color);background-color:#fff;line-height:1.7;letter-spacing:.3px;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(45,134,89,.02) 0,transparent 50%);pointer-events:none;z-index:-1}.ar body{font-family:Arabic Typesetting,Segoe UI,Tahoma,sans-serif;text-align:right;direction:rtl}.en body{text-align:left;direction:ltr}.container-fluid{max-width:1320px;margin:0 auto;padding:0 40px;width:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-secondary);color:var(--dark-color);font-weight:700;letter-spacing:-.5px;line-height:1.2}h1{font-size:3.5rem;font-weight:800;line-height:1.1}h2{font-size:2.8rem;font-weight:750;margin-bottom:1.5rem}h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem}h4{font-size:1.3rem}h4,h5{font-weight:600}h5{font-size:1.1rem}p{margin-bottom:1.2rem;line-height:1.8;color:var(--text-light);font-weight:400}strong{color:var(--text-color);font-weight:600}a{color:var(--primary-color);text-decoration:none;transition:var(--transition-fast)}a:hover{color:var(--primary-light)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border:2px solid transparent;border-radius:6px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:var(--transition);text-align:center;letter-spacing:.5px;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.2);transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:0}.btn:hover:before{width:300px;height:300px}.btn>*{position:relative;z-index:1}.btn-lg{padding:16px 44px;font-size:1.1rem}.btn-sm{padding:10px 20px;font-size:.9rem}.btn-primary{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);color:#fff;box-shadow:var(--shadow-md);border:2px solid var(--primary-color)}.btn-primary:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);background:linear-gradient(135deg,var(--primary-light) 0,var(--primary-color) 100%)}.btn-primary:active{transform:translateY(-1px)}.btn-secondary{background:linear-gradient(135deg,var(--secondary-color) 0,var(--secondary-dark) 100%);color:#fff;box-shadow:var(--shadow-md);border:2px solid var(--secondary-color)}.btn-secondary:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#e0b47f 0,var(--secondary-color) 100%)}.btn-secondary:active{transform:translateY(-1px)}.btn-outline{border-color:var(--primary-color);color:var(--primary-color);background-color:transparent}.btn-outline:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-success{background-color:var(--success-color);color:#fff}.btn-success:hover{background-color:#229954;transform:translateY(-2px);box-shadow:var(--shadow-md)}.site-header{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-xs);position:-webkit-sticky;position:sticky;top:0;z-index:100;transition:var(--transition);border-bottom:1px solid var(--medium-gray);animation:slideDownFade .8s ease}.site-header.scrolled{box-shadow:var(--shadow-md);background:rgba(255,255,255,.98);padding:8px 0}.header-top{display:flex;align-items:center;justify-content:space-between;padding:18px 0;gap:40px}.logo-section{flex-shrink:0;animation:slideInLeft .8s ease .1s backwards}.logo{display:flex;align-items:center;gap:12px;font-size:1.8rem;font-weight:800;color:var(--primary-color);font-family:var(--font-secondary);text-decoration:none;transition:var(--transition-fast);letter-spacing:-.5px}.logo:hover{color:var(--primary-light);transform:translateY(-2px)}.logo-img{height:50px;width:auto;object-fit:contain;border-radius:8px;transition:var(--transition-fast)}.logo:hover .logo-img{transform:scale(1.05)}.navbar-menu{display:flex;gap:50px;flex:1 1;align-items:center;animation:slideInTop .8s ease .2s backwards}@keyframes slideInTop{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.navbar-menu .nav-link{position:relative;display:inline-block;padding:8px 0;color:var(--text-color);font-weight:500;font-size:.95rem;transition:color .3s ease;letter-spacing:.3px}.navbar-menu .nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--primary-color),var(--primary-light));transition:width .4s cubic-bezier(.4,0,.2,1)}.en .navbar-menu .nav-link:after{left:0}.ar .navbar-menu .nav-link:after{right:0}html[dir=rtl] .navbar-menu .nav-link:after{left:auto;right:0}.navbar-menu .nav-link:hover{color:var(--primary-color)}.navbar-menu .nav-link.active:after,.navbar-menu .nav-link:hover:after{width:100%}.navbar-menu .nav-link.active{color:var(--primary-color);font-weight:600}.header-controls{display:flex;align-items:center;gap:30px;flex-shrink:0;animation:slideInRight .8s ease .3s backwards}.language-switcher{display:flex;align-items:center;gap:12px;font-weight:600;font-size:.9rem}.lang-btn{cursor:pointer;color:var(--text-light);transition:var(--transition-fast);padding:6px 12px;border-radius:4px;font-weight:500}.lang-btn.active,.lang-btn:hover{color:var(--primary-color);background:rgba(26,95,63,.08);font-weight:600}.lang-separator{color:var(--border-color);opacity:.5}.search-bar-wrapper{max-width:350px}.search-bar{background:linear-gradient(135deg,var(--light-gray) 0,#f5f7fa 100%);border:2px solid var(--medium-gray);border-radius:8px;padding:10px 18px;transition:var(--transition-fast);box-shadow:var(--shadow-xs)}.search-bar:focus-within{box-shadow:0 0 0 3px rgba(26,95,63,.1),var(--shadow-sm)}.search-input{font-weight:400}.search-input::placeholder{color:var(--text-light);font-weight:400}.search-btn{transition:var(--transition-fast);flex-shrink:0}.search-btn:hover{color:var(--primary-light);transform:scale(1.15)}.search-results{border-radius:12px;margin-top:12px;box-shadow:var(--shadow-lg);border:1px solid var(--medium-gray)}.search-result-item{padding:14px 18px;border-bottom:1px solid var(--medium-gray);gap:14px}.search-result-item:hover{background:linear-gradient(90deg,rgba(26,95,63,.05),transparent);padding-left:22px}.search-result-icon{font-size:1rem;flex-shrink:0;width:24px;text-align:center}.search-result-title{margin-bottom:3px;font-size:.95rem}.search-result-desc{font-size:.8rem;color:var(--text-light);line-height:1.4}.search-bar-wrapper{position:relative;flex:1 1;max-width:400px;margin:0 20px}.search-bar{display:flex;align-items:center;background:linear-gradient(135deg,#f5f5f5,#f0f0f0);border:2px solid #e0e0e0;border-radius:25px;padding:8px 16px;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05)}.search-bar:focus-within{border-color:var(--primary-color);box-shadow:0 4px 16px rgba(45,127,47,.15);background:#fff}.search-input{flex:1 1;border:none;background:transparent;padding:6px 12px;font-size:.95rem;color:var(--text-color);outline:none;font-family:var(--font-primary)}.search-input::placeholder{color:#999}.search-btn{background:none;border:none;color:var(--primary-color);font-size:1rem;cursor:pointer;padding:4px 8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.search-btn:hover{color:#1f5921;transform:scale(1.1)}.search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:8px;max-height:400px;overflow-y:auto;margin-top:8px;box-shadow:0 4px 16px rgba(0,0,0,.1);display:none;z-index:1000;border:1px solid var(--border-color)}.search-results.show{display:block;animation:slideDownFade .3s ease}.search-result-item{padding:12px 16px;border-bottom:1px solid var(--border-color);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:12px}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background-color:#f5f5f5;padding-left:20px}.search-result-icon{color:var(--primary-color);font-size:.9rem}.search-result-text{flex:1 1}.search-result-title{font-weight:600;color:var(--text-color);margin-bottom:2px}.search-result-desc{font-size:.85rem;color:#999}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-color)}.mobile-menu{display:none;flex-direction:column;gap:10px;padding:20px 0}.mobile-nav-link{padding:10px 0;color:var(--text-color);border-bottom:1px solid var(--border-color)}.hero-slider{position:relative;height:400px;margin-bottom:0;background:linear-gradient(135deg,#0d1419,#1a3d2a)}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:flex-end;background-size:cover!important;background-position:100%!important;background-repeat:no-repeat!important}.hero-slide:before{background:linear-gradient(90deg,rgba(13,20,25,.88),rgba(26,61,42,.65) 45%,rgba(0,0,0,.25));transition:opacity .8s ease}.hero-slide:after,.hero-slide:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-slide:after{background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.3))}.hero-slide.active{opacity:1}.hero-content{text-align:right;color:#fff;max-width:600px;padding:20px 30px;position:relative;z-index:2;margin-left:auto;margin-right:20px;opacity:0;animation:heroSlideIn 1s cubic-bezier(.4,0,.2,1) forwards}@keyframes heroSlideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.hero-slide.active .hero-content{animation:heroSlideIn 1s cubic-bezier(.4,0,.2,1) forwards}.hero-headline{color:#fff;font-size:2.8rem;font-weight:800;margin-bottom:.5rem;text-shadow:2px 2px 12px rgba(0,0,0,.5);line-height:1.2;letter-spacing:-.5px;opacity:0;animation:heroHeadlineIn 1s cubic-bezier(.4,0,.2,1) .2s forwards}@keyframes heroHeadlineIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{color:#e8f0ed;font-size:1rem;margin-bottom:.5rem;text-shadow:1px 1px 8px rgba(0,0,0,.6);line-height:1.5;font-weight:500;letter-spacing:.3px;opacity:0;animation:heroSubtitleIn 1s cubic-bezier(.4,0,.2,1) .4s forwards}@keyframes heroSubtitleIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content>p:last-of-type{color:#d0dcd7;font-size:.95rem;margin-bottom:.8rem;line-height:1.6;opacity:0;animation:heroDescIn 1s cubic-bezier(.4,0,.2,1) .6s forwards;text-shadow:1px 1px 6px rgba(0,0,0,.4)}@keyframes heroDescIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-buttons{display:flex;gap:15px;justify-content:flex-start;flex-wrap:wrap;opacity:0;animation:heroButtonsIn 1s cubic-bezier(.4,0,.2,1) .8s forwards}@keyframes heroButtonsIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-controls{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:15px;z-index:10;animation:slideUpFade 1s ease 1.2s backwards}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-next,.hero-prev{background:rgba(255,255,255,.9);border:none;width:56px;height:56px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition);color:var(--primary-color);font-size:1.3rem;box-shadow:0 8px 24px rgba(0,0,0,.2);font-weight:700}.hero-next:hover,.hero-prev:hover{background:var(--primary-color);color:#fff;transform:scale(1.12);box-shadow:0 12px 36px rgba(26,95,63,.4)}.hero-next:active,.hero-prev:active{transform:scale(1.05)}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes glow{0%,to{box-shadow:0 0 10px rgba(26,95,63,.3)}50%{box-shadow:0 0 20px rgba(26,95,63,.6)}}.reveal-item{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.reveal-item.revealed{opacity:1;transform:translateY(0)}.reveal-item:first-child.revealed{transition-delay:.1s}.reveal-item:nth-child(2).revealed{transition-delay:.2s}.reveal-item:nth-child(3).revealed{transition-delay:.3s}.reveal-item:nth-child(4).revealed{transition-delay:.4s}.reveal-item:nth-child(5).revealed{transition-delay:.5s}.reveal-item:nth-child(6).revealed{transition-delay:.6s}.reveal-item:nth-child(7).revealed{transition-delay:.7s}.reveal-item:nth-child(8).revealed{transition-delay:.8s}.section-reveal{opacity:0}.section-reveal,.section-reveal.visible{animation:slideUp .9s cubic-bezier(.4,0,.2,1) forwards}.section-header{text-align:center;margin-bottom:4.5rem;opacity:0;animation:slideUp .8s ease forwards}.section-header h2{position:relative;display:inline-block;margin-bottom:1.5rem}.section-header h2:before{top:-20px;width:60px;background:linear-gradient(90deg,transparent,var(--primary-color),transparent);animation:slideUp .8s ease .2s forwards}.section-header h2:after,.section-header h2:before{content:"";position:absolute;left:50%;transform:translateX(-50%);height:4px;border-radius:2px;opacity:0}.section-header h2:after{bottom:-15px;width:100px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));animation:slideUp .8s ease .3s forwards}.section-header p{font-size:1.15rem;color:var(--text-light);max-width:700px;margin:2rem auto 0;line-height:1.9;opacity:0;animation:fadeIn .8s ease .4s forwards;font-weight:400;letter-spacing:.4px}.featured-services{padding:6rem 0;background:linear-gradient(180deg,#fff,rgba(26,95,63,.02));position:relative}.featured-services:before{content:"";position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,rgba(212,165,116,.05) 0,transparent 70%);border-radius:50%;z-index:0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:3rem;position:relative;z-index:1}.service-card{background:#fff;padding:3rem;border-radius:12px;text-align:right;border:1px solid var(--medium-gray);transition:var(--transition);cursor:pointer;position:relative;overflow:hidden;box-shadow:var(--shadow-sm);opacity:0;animation:slideUp .7s cubic-bezier(.4,0,.2,1) forwards}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:before{width:100%;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.4,0,.2,1);z-index:10}.service-card:after,.service-card:before{content:"";position:absolute;top:0;left:0}.service-card:after{right:0;bottom:0;background:linear-gradient(135deg,rgba(26,95,63,.08),transparent);opacity:0;transition:opacity .4s ease;z-index:0}.service-card:hover:before{transform:scaleX(1)}.service-card:hover:after{opacity:1}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--primary-color)}.service-icon{font-size:3.5rem;color:var(--primary-color);margin-bottom:1.5rem;margin-left:auto;margin-right:0;transition:all .4s ease;position:relative;z-index:2}.service-card:hover .service-icon{transform:translateY(-10px) scale(1.15);color:var(--primary-light)}.service-card h3{margin-bottom:1.2rem;color:var(--dark-color);font-size:1.6rem;position:relative;z-index:2;transition:color .4s ease}.service-card:hover h3{color:var(--primary-color)}.service-card p{color:var(--text-light);line-height:1.9;margin-bottom:1.8rem;font-size:.98rem;position:relative;z-index:2;transition:color .4s ease}.service-card:hover p{color:var(--text-color)}.service-card a{color:var(--primary-color);font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:gap .4s ease;position:relative;z-index:2}.service-card a:hover{gap:15px;color:var(--primary-light)}.section-cta{text-align:center;margin-top:2rem}.services-sector-section{position:relative;background:linear-gradient(120deg,rgba(13,31,20,.78),rgba(35,78,50,.72)),url(/images/services-header.jpg) 50%/cover no-repeat}.services-sector-section .container-fluid{position:relative;z-index:1}.services-intro{text-align:center;max-width:900px;margin:0 auto 2.4rem}.services-intro h2{color:#f2f8f3;margin-bottom:.8rem}.services-intro p{color:#d9e6db;font-size:1.08rem;line-height:1.8}.services-sector-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.4rem;gap:1.4rem}.service-sector-card{background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.7);border-radius:12px;padding:1.5rem 1.3rem;box-shadow:0 12px 32px rgba(0,0,0,.12);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.service-sector-card:hover{transform:translateY(-6px);box-shadow:0 16px 36px rgba(0,0,0,.18)}.service-sector-head{display:flex;align-items:center;gap:10px;margin-bottom:.85rem}.service-sector-head i{font-size:1.4rem;color:var(--primary-color)}.service-sector-head h3{font-size:1.2rem;margin:0}.service-sector-intro{color:#4f5951;font-size:.95rem;line-height:1.8;margin-bottom:.8rem}.service-sector-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.55rem}.service-sector-list li{display:flex;align-items:flex-start;gap:8px;color:#4a4a4a;font-size:.9rem;line-height:1.55}.service-sector-list i{color:var(--primary-color);margin-top:3px;flex-shrink:0}.service-sector-subtitle{font-weight:700;color:#1f5921;margin:.3rem 0 .7rem}.service-sub-list li i{color:#3e6fbd}.service-sector-card .btn{margin-top:auto}.services-designer-note{margin-top:1.6rem;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);border-radius:10px;padding:1rem 1.2rem}.services-designer-note h4{color:#eef4ef;margin-bottom:.6rem}.services-designer-note ul{margin:0;-webkit-padding-start:1.1rem;padding-inline-start:1.1rem}.services-designer-note li{color:#dce9de;margin-bottom:.35rem}.featured-products-slider{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#fff);position:relative;overflow:hidden}.products-slider-container{position:relative;max-width:1200px;margin:0 auto;padding:0 2rem}.products-slider{display:flex;transition:transform .8s cubic-bezier(.4,0,.2,1);gap:2rem}.slider-product-card{display:none;min-width:100%;padding:3rem;background:white;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);display:flex;gap:3rem;align-items:center;animation:slideInProduct .8s cubic-bezier(.4,0,.2,1)}.slider-product-card.active{display:flex}@keyframes slideInProduct{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slider-product-image{flex:0 0 40%;min-height:300px}.slider-product-image img{width:100%;height:100%;object-fit:contain;border-radius:8px}.slider-product-content{flex:1 1;padding:1rem}.slider-product-content h2{font-size:2.5rem;font-weight:800;color:var(--primary-color);margin-bottom:1.5rem;line-height:1.2}.slider-product-desc{font-size:1.1rem;color:var(--text-color);margin-bottom:1.5rem;line-height:1.8}.slider-product-quality{font-size:1rem;color:var(--text-light);margin-bottom:2rem;line-height:1.6;padding:1rem;background:var(--light-gray);border-left:4px solid var(--primary-color);border-radius:4px}.slider-product-footer{display:flex;gap:1.5rem;margin-top:2rem}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:var(--primary-color);color:white;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:var(--transition);z-index:10}.slider-nav:hover{background:var(--primary-dark);transform:translateY(-50%) scale(1.1)}.slider-prev{left:20px}.slider-next{right:20px}.slider-indicators{display:flex;justify-content:center;gap:12px;margin-top:2rem}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid var(--primary-color);background:transparent;cursor:pointer;transition:var(--transition);padding:0}.indicator.active{background:var(--primary-color);transform:scale(1.3)}.indicator:hover{background:var(--primary-light)}@media (max-width:1024px){.slider-product-card{flex-direction:column;padding:2rem}.slider-product-image{flex:0 0 60%;min-height:250px}.slider-product-content h2{font-size:2rem}.slider-nav{width:40px;height:40px;font-size:1rem}.slider-prev{left:10px}.slider-next{right:10px}}@media (max-width:768px){.featured-products-slider{padding:2rem 0}.slider-product-card{padding:1.5rem;gap:1.5rem}.slider-product-image{flex:0 0 100%;min-height:200px}.slider-product-content{padding:0}.slider-product-content h2{font-size:1.6rem}.slider-product-desc{font-size:1rem}.slider-nav{width:35px;height:35px;font-size:.9rem}}.featured-products,.products-section{padding:6rem 0;background:linear-gradient(180deg,var(--light-gray) 0,#fff 100%)}.filter-section{padding:2.5rem 0;background:#fff;margin-bottom:2rem}.filter-buttons{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.filter-btn{padding:12px 30px;border:2px solid var(--primary-color);background-color:#fff;color:var(--primary-color);border-radius:8px;cursor:pointer;font-weight:600;transition:var(--transition);letter-spacing:.5px;font-size:.95rem}.filter-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.filter-btn.active{background:linear-gradient(135deg,var(--primary-color),var(--primary-light));color:#fff;box-shadow:var(--shadow-md)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-bottom:3rem}.product-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid var(--medium-gray);transition:var(--transition);display:flex;flex-direction:column;box-shadow:var(--shadow-sm);opacity:0;animation:slideUp .7s cubic-bezier(.4,0,.2,1) forwards}.product-card:first-child{animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4){animation-delay:.4s}.product-card:nth-child(5){animation-delay:.5s}.product-card:nth-child(6){animation-delay:.6s}.product-card:hover{transform:translateY(-12px);box-shadow:var(--shadow-premium);border-color:var(--primary-color)}.product-card.hidden{display:none}.product-image{position:relative;height:auto;min-height:0;overflow:hidden;background:linear-gradient(135deg,var(--light-gray),var(--medium-gray));display:flex;align-items:center;justify-content:center}.product-image>img{width:100%;height:auto;object-fit:contain;object-position:center;display:block;transition:var(--transition)}.product-card:hover .product-image>img{transform:none;filter:brightness(1.03)}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(26,95,63,.85),rgba(15,61,39,.9));display:flex;align-items:center;justify-content:center;opacity:0;transition:var(--transition);z-index:5}.product-card:hover .product-overlay{opacity:1}.product-content{padding:2rem;flex-grow:1;display:flex;flex-direction:column}.product-content h3{margin-bottom:.8rem;font-size:1.4rem;color:var(--dark-color)}.product-content p{color:var(--text-light);font-size:.95rem;line-height:1.8;flex-grow:1;margin-bottom:1.2rem}.product-quality{font-weight:700;color:var(--primary-color)!important;margin-bottom:1rem!important;display:flex;align-items:center;gap:8px}.product-quality:before{content:"✓";font-size:1.3rem}.product-specs{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.6rem}.product-specs li{display:flex;align-items:flex-start;gap:10px;color:var(--text-color);font-size:.9rem;line-height:1.6}.product-specs i{color:var(--primary-color);margin-top:2px;flex-shrink:0;font-size:1rem}.product-footer{padding-top:1.5rem;border-top:1px solid var(--medium-gray)}.price{font-size:1.3rem;letter-spacing:-.5px}.quote-section{background:linear-gradient(135deg,var(--primary-color) 0,#0d4a31 50%,var(--dark-color) 100%);color:#fff;padding:5rem 0;margin:4rem 0;border-radius:16px;overflow:hidden;position:relative}.quote-section:before{top:-40%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.08) 0,transparent 70%);animation:float 6s ease-in-out infinite}.quote-section:after,.quote-section:before{content:"";position:absolute;border-radius:50%;z-index:0}.quote-section:after{bottom:-20%;left:10%;width:500px;height:500px;background:radial-gradient(circle,rgba(212,165,116,.08) 0,transparent 70%);animation:float 8s ease-in-out 1s infinite}.quote-content{max-width:1000px;margin:0 auto;position:relative;z-index:1;opacity:0;animation:slideUp .9s ease forwards}.quote-header{text-align:center;margin-bottom:3rem}.quote-header h2{color:#fff;font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.3)}.quote-header p{color:rgba(255,255,255,.95);font-size:1.15rem;line-height:1.8;font-weight:400}.quote-form{background:#fff;padding:3rem;border-radius:14px;color:var(--text-color);box-shadow:0 20px 60px rgba(0,0,0,.3);opacity:0;animation:scaleIn .8s ease .3s forwards}.quote-steps{background:linear-gradient(135deg,rgba(26,95,63,.08),rgba(212,165,116,.05));border:1px solid rgba(26,95,63,.2);border-radius:10px;padding:1.5rem;margin-bottom:2rem}.quote-steps-title{font-weight:700;color:var(--primary-color);margin-bottom:.8rem;font-size:1.05rem}.form-group label{font-size:.95rem;font-weight:600;margin-bottom:.6rem;color:var(--text-color);letter-spacing:.3px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group input,.form-group select,.form-group textarea{padding:14px 16px;border:2px solid var(--medium-gray);border-radius:8px;font-family:var(--font-primary);font-size:1rem;transition:var(--transition-fast);background:var(--light-gray);font-weight:400}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px rgba(26,95,63,.1)}.form-group input::placeholder{color:var(--text-light)}.btn-submit{width:100%;padding:16px;margin-top:1.5rem;font-size:1.05rem;letter-spacing:1px}.product-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--border-color)}.price{font-weight:700;color:var(--secondary-color);font-size:1.1rem}.products-commitment{margin-top:2rem;padding:2rem;border-radius:10px;background:linear-gradient(135deg,#f4faf4,#eef7ef);border:1px solid #d7ebd8;text-align:center}.products-commitment h3{margin-bottom:.8rem;color:var(--primary-color)}.products-commitment p{color:#4f5e4f;margin:0}.market-news{padding:4rem 0;background-color:#f9f9f9;margin:3rem 0;border-radius:8px}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.news-card{background:#fff;padding:1.5rem;border-radius:8px;border-left:4px solid var(--primary-color);box-shadow:var(--shadow-sm);transition:var(--transition)}.news-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.news-header h3{margin-bottom:.5rem;font-size:1.2rem}.news-date{font-size:.85rem;color:#999;display:block;margin-bottom:1rem}.news-body .price{display:block;margin-bottom:.8rem;font-size:1.1rem}.news-body p{color:#666;line-height:1.6;font-size:.95rem}.home-services-section{background:linear-gradient(180deg,#fff,#f9fafb 50%,#f3f4f6)}.services-view-all{text-align:center;margin-top:3rem;opacity:0;animation:slideUp .8s ease .6s forwards}.services-view-all .btn-lg{min-width:280px}.products-view-all{text-align:center;margin-top:3rem;opacity:0;animation:slideUp .8s ease .6s forwards}.products-view-all .btn-lg{min-width:280px}.premium-services-section{padding:6rem 2rem;background:linear-gradient(180deg,#f9fafb,#f3f4f6 50%,#fff);position:relative;overflow:hidden}.premium-services-section:before{top:0;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(26,95,63,.05) 0,transparent 70%)}.premium-services-section:after,.premium-services-section:before{content:"";position:absolute;border-radius:50%;z-index:0;pointer-events:none}.premium-services-section:after{bottom:-5%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(212,165,116,.04) 0,transparent 70%)}.services-header{text-align:center;max-width:900px;margin:0 auto 5rem;position:relative;z-index:1;opacity:0;animation:slideUp .9s cubic-bezier(.4,0,.2,1) forwards}.services-main-title{font-size:2.8rem;font-weight:800;color:var(--primary-color);margin-bottom:1.2rem;letter-spacing:-.5px;line-height:1.2}.services-main-subtitle{font-size:1.25rem;color:var(--text-light);line-height:1.8;margin-bottom:2rem;font-weight:400;letter-spacing:.3px}.services-header-divider{width:80px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));margin:0 auto;border-radius:2px;opacity:0;animation:slideUp .9s ease .2s forwards}.services-premium-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:4rem;position:relative;z-index:1}.premium-service-card{background:#fff;border-radius:16px;border:1px solid rgba(26,95,63,.08);overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:all .4s cubic-bezier(.4,0,.2,1);height:100%;position:relative;opacity:0;animation:slideUp .8s cubic-bezier(.4,0,.2,1) forwards}.premium-service-card:first-child{animation-delay:.1s}.premium-service-card:nth-child(2){animation-delay:.25s}.premium-service-card:nth-child(3){animation-delay:.4s}.premium-service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transform:scaleX(0);transform-origin:center;transition:transform .6s cubic-bezier(.4,0,.2,1);z-index:10}.premium-service-card:hover{transform:translateY(-16px);box-shadow:0 16px 50px rgba(26,95,63,.15);border-color:rgba(26,95,63,.2)}.premium-service-card:hover:before{transform:scaleX(1)}.service-card-header{padding:2.5rem 2.5rem 0;text-align:center;position:relative;z-index:2}.service-icon-wrapper{width:80px;height:80px;background:linear-gradient(135deg,rgba(26,95,63,.1),rgba(212,165,116,.08));border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .4s ease;font-size:2.4rem;color:var(--primary-color)}.premium-service-card:hover .service-icon-wrapper{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;transform:scale(1.1) translateY(-8px);box-shadow:0 12px 30px rgba(26,95,63,.2)}.service-card-header h3{font-size:1.6rem;font-weight:700;color:var(--text-color);margin:0;letter-spacing:-.5px;transition:color .3s ease}.premium-service-card:hover .service-card-header h3{color:var(--primary-color)}.service-card-divider{width:60px;height:3px;background:linear-gradient(90deg,var(--primary-color),transparent);margin:1.5rem auto;border-radius:2px;transition:width .4s ease}.premium-service-card:hover .service-card-divider{width:100px}.service-card-body{padding:1.5rem 2.5rem;flex-grow:1;display:flex;flex-direction:column;position:relative;z-index:2}.service-intro-text{font-size:.95rem;color:var(--text-light);line-height:1.7;margin-bottom:1.5rem;font-weight:400}.service-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.service-list-item{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;line-height:1.6;color:var(--text-color);transition:color .3s ease}.list-icon,.service-list-item:hover{color:var(--primary-color)}.list-icon{width:24px;height:24px;background:rgba(26,95,63,.08);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.85rem;transition:all .3s ease}.service-list-item:hover .list-icon{background:var(--primary-color);color:#fff;transform:scale(1.1)}.list-text{flex:1 1}.service-multimodal{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(26,95,63,.08)}.multimodal-title{font-size:1.05rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.multimodal-list .list-icon.transport{background:rgba(212,165,116,.15);color:var(--secondary-color)}.multimodal-list .service-list-item:hover .list-icon.transport{background:var(--secondary-color);color:#fff}.service-card-footer{padding:1rem 2.5rem 2.5rem;position:relative;z-index:2}.service-cta-btn{display:inline-block;width:100%;padding:14px 24px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;letter-spacing:.5px;position:relative;overflow:hidden;box-shadow:0 8px 20px rgba(26,95,63,.15)}.service-cta-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.2);transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:0}.service-cta-btn:hover:before{width:300px;height:300px}.service-cta-btn:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(26,95,63,.25);background:linear-gradient(135deg,var(--primary-light),var(--primary-color))}.service-cta-btn:active{transform:translateY(-2px)}.service-cta-btn>*,.services-design-note{position:relative;z-index:1}.services-design-note{background:linear-gradient(135deg,rgba(26,95,63,.03),rgba(212,165,116,.03));border:1px solid rgba(26,95,63,.1);border-radius:12px;padding:2.5rem;margin-top:3rem;opacity:0;animation:slideUp .8s ease .5s forwards}.design-note-header{display:flex;align-items:center;gap:12px;margin-bottom:1.5rem}.design-note-header i{font-size:1.5rem;color:var(--secondary-color)}.design-note-header h4{font-size:1.2rem;font-weight:700;color:var(--primary-color);margin:0;letter-spacing:-.3px}.design-notes-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.2rem;gap:1.2rem}.design-notes-list li{display:flex;align-items:flex-start;gap:12px;color:var(--text-light);font-size:.95rem;line-height:1.6;padding:1rem;background:rgba(255,255,255,.5);border-radius:8px;transition:all .3s ease}.design-notes-list li:before{content:"→";color:var(--secondary-color);font-weight:700;flex-shrink:0;font-size:1.1rem}.design-notes-list li:hover{background:rgba(26,95,63,.05);color:var(--text-color)}html[dir=rtl] .service-list-item{flex-direction:row-reverse}html[dir=rtl] .service-list-item .list-icon{margin-right:0;margin-left:auto}html[dir=rtl] .design-notes-list li{flex-direction:row-reverse}html[dir=rtl] .design-notes-list li:before{content:"←";margin-left:0;margin-right:0}html[dir=rtl] .design-note-header{flex-direction:row-reverse}html[dir=rtl] .service-card-header,html[dir=rtl] .services-header{text-align:center}@media (max-width:1200px){.services-premium-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.premium-services-section{padding:5rem 1.5rem}.services-main-title{font-size:2.2rem}.services-main-subtitle{font-size:1.1rem}}@media (max-width:768px){.services-premium-grid{grid-template-columns:1fr;gap:2rem}.premium-services-section{padding:3.5rem 1rem}.services-header{margin-bottom:3rem}.services-main-title{font-size:1.9rem;margin-bottom:1rem}.services-main-subtitle{font-size:1rem;margin-bottom:1.5rem}.service-card-header{padding:2rem 1.5rem 0}.service-card-body{padding:1.2rem 1.5rem}.service-card-footer{padding:1rem 1.5rem 1.5rem}.service-icon-wrapper{width:70px;height:70px;font-size:2rem}.service-list-item{font-size:.9rem}.design-notes-list{grid-template-columns:1fr}.services-design-note{padding:1.5rem}.design-note-header i{font-size:1.3rem}.design-note-header h4{font-size:1.05rem}}@media (max-width:480px){.premium-services-section{padding:2.5rem .75rem}.services-main-title{font-size:1.5rem}.services-main-subtitle{font-size:.95rem}.service-icon-wrapper{width:60px;height:60px;font-size:1.8rem}.service-card-header h3{font-size:1.3rem}.service-intro-text{font-size:.9rem}.service-list-item{font-size:.85rem;gap:10px}.service-cta-btn{padding:12px 20px;font-size:.9rem}.services-design-note{padding:1.2rem;margin-top:2rem}.design-notes-list li{padding:.8rem;font-size:.85rem}.multimodal-title{font-size:.95rem}}.why-choose-us-optimized{padding:6rem 2rem;background:linear-gradient(135deg,#f8f9fa,#fff);position:relative;overflow:hidden}.why-choose-us-optimized:before{content:"";position:absolute;top:-300px;right:-300px;width:600px;height:600px;background:radial-gradient(circle at center,rgba(26,95,63,.08),transparent 70%);border-radius:50%;z-index:0}.wcu-wrapper{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1400px;margin:0 auto;z-index:1}.wcu-visual-box,.wcu-visual-side,.wcu-wrapper{position:relative}.wcu-visual-box{animation:slideInLeft .8s cubic-bezier(.4,0,.2,1) forwards;opacity:0}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}.wcu-image-frame{position:relative;height:450px;width:100%;max-width:400px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 16px 48px rgba(26,95,63,.15);border:2px solid rgba(26,95,63,.1);transition:var(--transition)}.wcu-image-frame:hover{box-shadow:0 20px 60px rgba(26,95,63,.2);transform:translateY(-8px)}.wcu-image-frame img{width:100%;height:450px;object-fit:cover;display:block}.wcu-visual-badge{position:absolute;bottom:20px;left:20px;background:white;padding:12px 20px;border-radius:50px;box-shadow:0 8px 24px rgba(0,0,0,.12);display:flex;align-items:center;gap:10px;font-weight:600;color:var(--primary-color);font-size:.95rem}.wcu-visual-badge i{font-size:1.2rem;color:var(--secondary-color)}.wcu-content-side{display:flex;flex-direction:column;gap:2.5rem}.wcu-main-title{font-size:3rem;font-weight:800;color:var(--primary-color);line-height:1.2;letter-spacing:-.8px;margin:0;opacity:0;animation:slideInRight .8s cubic-bezier(.4,0,.2,1) .1s forwards}@keyframes slideInRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.wcu-main-description{font-size:1.05rem;color:var(--text-color);line-height:1.8;margin:0;opacity:0;animation:slideInRight .8s cubic-bezier(.4,0,.2,1) .2s forwards}.wcu-features-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.8rem;gap:1.8rem;padding:0;margin:0;opacity:0;animation:slideInRight .8s cubic-bezier(.4,0,.2,1) .3s forwards}.wcu-feature-item{display:flex;gap:1.2rem;align-items:flex-start;padding:0;background:transparent;border:none;box-shadow:none;transition:var(--transition)}.wcu-feature-item:hover .feature-check-icon{transform:scale(1.15) rotate(-5deg)}.feature-check-icon{flex:0 0 48px;width:48px;height:48px;background:linear-gradient(135deg,#e8f5f0,#d4eceb);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--primary-color);font-weight:600;transition:var(--transition);flex-shrink:0}.wcu-feature-item:hover .feature-check-icon{background:linear-gradient(135deg,var(--primary-color),var(--primary-light));color:white}.feature-item-content{flex:1 1;min-width:0}.feature-item-title{font-size:.95rem;font-weight:700;color:var(--primary-color);margin:0 0 .4rem;line-height:1.3}.feature-item-desc{font-size:.85rem;color:var(--text-light);margin:0;line-height:1.5}.wcu-highlight-box{background:linear-gradient(135deg,#fef8f0,#fef5f0);border:2px solid var(--secondary-color);border-radius:14px;padding:2rem;display:flex;gap:1.8rem;align-items:flex-start;opacity:0;animation:slideInRight .8s cubic-bezier(.4,0,.2,1) .4s forwards;position:relative;overflow:hidden}.wcu-highlight-box:before{content:"";position:absolute;top:-50%;right:-50%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(212,165,116,.12),transparent 70%);border-radius:50%;pointer-events:none}.highlight-box-icon{flex:0 0 60px;width:60px;height:60px;background:linear-gradient(135deg,var(--secondary-color),var(--secondary-dark));border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:white;flex-shrink:0}.highlight-box-content{flex:1 1;position:relative;z-index:1}.highlight-box-title{font-size:1.15rem;font-weight:700;color:var(--primary-color);margin:0 0 .6rem;line-height:1.3}.highlight-box-desc{font-size:.95rem;color:var(--text-color);line-height:1.7;margin:0}.wcu-cta-section{opacity:0;animation:slideInRight .8s cubic-bezier(.4,0,.2,1) .5s forwards;margin-top:.5rem}.wcu-cta-btn{display:inline-flex;align-items:center;gap:12px;padding:16px 40px!important;font-size:1.05rem;font-weight:700;letter-spacing:.5px;border-radius:8px;transition:var(--transition);position:relative;overflow:hidden}.wcu-cta-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:rgba(255,255,255,.2);transition:left .6s ease;z-index:0}.wcu-cta-btn:hover:before{left:100%}.wcu-cta-btn span{position:relative;z-index:1}.wcu-cta-btn:hover{transform:translateY(-3px);box-shadow:0 12px 36px rgba(26,95,63,.35)}.wcu-cta-btn i{font-size:1.2rem;transition:var(--transition)}.wcu-cta-btn:hover i{transform:translateX(4px)}html[dir=rtl] .wcu-wrapper{grid-template-columns:1.1fr 1fr}html[dir=rtl] .wcu-visual-box{animation:slideInRight .8s cubic-bezier(.4,0,.2,1) forwards;opacity:0}html[dir=rtl] .wcu-main-description,html[dir=rtl] .wcu-main-title{direction:rtl;text-align:right}html[dir=rtl] .wcu-feature-item,html[dir=rtl] .wcu-highlight-box{direction:rtl;flex-direction:row-reverse}html[dir=rtl] .highlight-box-content{text-align:right}html[dir=rtl] .wcu-image-frame{animation:slideInRight .8s cubic-bezier(.4,0,.2,1) forwards}html[dir=ltr] .wcu-visual-box{animation:slideInLeft .8s cubic-bezier(.4,0,.2,1) forwards;opacity:0}html[dir=ltr] .highlight-box-content,html[dir=ltr] .wcu-main-description,html[dir=ltr] .wcu-main-title{text-align:left}@media (max-width:1200px){.wcu-wrapper{grid-template-columns:1fr;gap:3rem}.wcu-visual-side{order:-1}.wcu-main-title{font-size:2.6rem}.wcu-features-list{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.why-choose-us-optimized{padding:4rem 1rem}.wcu-wrapper{gap:2rem}.wcu-main-title{font-size:2rem}.wcu-main-description{font-size:1rem}.wcu-features-list{grid-template-columns:1fr;gap:1.2rem}.wcu-highlight-box{padding:1.5rem;gap:1.2rem}.wcu-highlight-box,html[dir=rtl] .wcu-highlight-box{flex-direction:column}.highlight-box-icon{width:50px;height:50px;font-size:1.6rem}.wcu-cta-btn{width:100%;justify-content:center}.wcu-image-frame img{height:350px}}.faq-section{position:relative;background:linear-gradient(115deg,rgba(9,18,35,.78),rgba(17,40,77,.62)),url(/images/hero-3.jpg) 50% /cover no-repeat;padding:6rem 0;overflow:hidden}.faq-section:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));pointer-events:none}.faq-section .container-fluid{position:relative;z-index:1}.faq-header{text-align:center;max-width:860px;margin:0 auto 2.5rem}.faq-title{font-size:2.8rem;font-weight:700;color:#f8fafc;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.25)}.faq-subtitle{color:#d6deeb;font-size:1.08rem;line-height:1.95;max-width:760px;margin:0 auto}.faq-wrapper{width:min(90%,1080px);margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-card{background-color:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.65);border-radius:12px;box-shadow:0 12px 28px rgba(2,8,23,.2);padding:0;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.faq-card:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(2,8,23,.26);border-color:rgba(255,255,255,.82)}.faq-question-heading{margin:0}.faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;border:none;background:transparent;cursor:pointer;text-align:right;padding:1.35rem 1.5rem;font:inherit}.faq-number{width:34px;height:34px;flex-shrink:0;background-color:#1d4ed8;color:#fff;border-radius:8px;font-size:.95rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.faq-question-text{flex:1 1;color:#1f2937;font-size:1.08rem;font-weight:700;line-height:1.7}.faq-chevron{width:10px;height:10px;border-left:2px solid #6b7280;border-bottom:2px solid #6b7280;transform:rotate(45deg);transition:transform .3s ease,border-color .3s ease;flex-shrink:0}.faq-answer-wrap{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-answer{margin:0;padding:0 1.5rem 1.4rem;color:#667085;line-height:1.95;font-size:1rem}.faq-card.is-open .faq-question-text{color:#1d4ed8}.faq-card.is-open .faq-chevron{transform:rotate(-135deg);border-color:#1d4ed8}.page-header{height:300px;display:flex;align-items:center;justify-content:center;background-size:cover!important;background-position:50%!important;margin-bottom:3rem;border-radius:0;position:relative;overflow:hidden}.page-header-content{text-align:center;color:#fff;position:relative;z-index:1}.page-header-content h1{font-size:3rem;text-shadow:2px 2px 8px rgba(0,0,0,.3)}.page-header-contact-pro{height:clamp(220px,36vh,320px);background-position:center 38%!important;background-size:cover!important;background-repeat:no-repeat!important;background-color:#f3f7fb;margin-bottom:1.5rem}.page-header-contact-pro:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(8,30,53,.2),rgba(8,30,53,.06)),radial-gradient(circle at 80% 20%,rgba(15,122,90,.1),transparent 40%);pointer-events:none}.page-header-contact-pro .page-header-content h1{color:#ffffff;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700;letter-spacing:-.15px;text-shadow:0 4px 12px rgba(0,0,0,.32),0 1px 0 rgba(0,0,0,.15)}.page-header-contact-pro .page-header-content{display:none}@media (max-width:768px){.page-header-contact-pro{height:200px;background-position:center 34%!important}}.about-section{padding:4rem 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;margin-bottom:4rem}.about-text h2{margin-bottom:.5rem}.about-subtitle{color:var(--secondary-color);font-size:1.2rem;margin-bottom:1.5rem}.about-overview{font-size:1.05rem;line-height:1.8;color:#666;margin-bottom:2rem}.about-boxes{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.about-box{background-color:#f9f9f9;padding:1.5rem;border-radius:8px;border-left:4px solid var(--primary-color)}.about-box h3{display:flex;align-items:center;gap:10px;margin-bottom:1rem;font-size:1.1rem}.about-box i{color:var(--secondary-color)}.about-box p{color:#666;line-height:1.7;margin:0}.about-image img{width:100%;border-radius:8px;box-shadow:var(--shadow-md)}.values-section{background-color:var(--light-color);padding:3rem;border-radius:8px;text-align:center}.values-section h3{margin-bottom:2rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1.5rem;gap:1.5rem}.value-item{background:#fff;padding:1.5rem;border-radius:8px;transition:var(--transition)}.value-item:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.value-item i{font-size:2rem;color:var(--primary-color);display:block;margin-bottom:.8rem}.value-item p{font-weight:600;color:var(--text-color);margin:0}.contact-section{padding:4rem 0}.contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:4rem}.contact-info{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.info-card{background:#f9f9f9;padding:2rem;border-radius:8px;text-align:center;border:1px solid var(--border-color);transition:var(--transition)}.info-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.info-icon{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem}.info-card h4{margin-bottom:.5rem}.info-card p{color:#666;margin-bottom:1.5rem}.contact-form-wrapper{background:#f9f9f9;padding:2rem;border-radius:8px}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form .form-group input,.contact-form .form-group textarea{width:100%;padding:12px;border:1px solid var(--border-color);border-radius:4px;font-family:var(--font-primary);font-size:1rem}.map-section{margin-top:4rem}.map-section h3{text-align:center;margin-bottom:2rem}.map-section-address{text-align:center;margin:-1rem 0 1.25rem;color:var(--text-muted,#58657a);font-weight:600}.map-container{border-radius:8px;overflow:hidden;box-shadow:var(--shadow-md);min-height:450px;background:#e8edf2}.map-container iframe{display:block;width:100%;min-height:450px}.map-section-link-wrap{text-align:center;margin-top:1rem}.map-section-link{color:var(--primary-color,#0d7f67);font-weight:600;text-decoration:underline}.site-footer{background-color:var(--dark-color);color:#fff;padding:4rem 0 2rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.footer-section h3{color:#fff;margin-bottom:1.5rem;font-size:1.2rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section a{color:rgba(255,255,255,.7);transition:var(--transition)}.footer-section a:hover{color:var(--secondary-color)}.footer-section p{color:rgba(255,255,255,.7);margin-bottom:.8rem}.footer-section p i{margin-right:10px;color:var(--secondary-color);width:20px}.social-links{display:flex;gap:15px}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;background-color:rgba(255,255,255,.1);border-radius:50%;font-size:1.2rem;transition:var(--transition)}.social-links a:hover{background-color:var(--secondary-color);color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-bottom p{color:rgba(255,255,255,.6);margin-bottom:.5rem}.whatsapp-float{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background-color:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:var(--transition);z-index:99}html[dir=rtl] .service-card-icon,html[dir=rtl] .service-icon{margin-left:0;margin-right:0}html[dir=rtl] .service-card,html[dir=rtl] .service-card-full{text-align:right;border-left:5px solid var(--primary-color);border-right:none}html[dir=rtl] .service-card a,html[dir=rtl] .service-card-full a{display:inline-flex;flex-direction:row-reverse}html[dir=rtl] .hero-content{text-align:right}html[dir=rtl] .hero-buttons{justify-content:flex-start}html[dir=ltr] .service-card,html[dir=ltr] .service-card-full{border-left:5px solid var(--primary-color)}html[dir=ltr] .service-card-icon,html[dir=ltr] .service-icon{margin-left:auto}html[dir=ltr] .service-card,html[dir=ltr] .service-card-full{text-align:left}html[dir=ltr] .service-card a,html[dir=ltr] .service-card-full a{display:inline-flex}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.25)}@media (max-width:1200px){.container-fluid{padding:0 15px}h1{font-size:2.5rem}h2{font-size:2rem}.hero-headline{font-size:2.5rem}}@media (max-width:768px){.services-sector-grid{grid-template-columns:1fr}.services-intro h2{font-size:1.55rem}.services-intro p{font-size:.98rem}.navbar-menu,.search-bar-wrapper{display:none}.mobile-menu-btn{display:block}.mobile-menu.active{display:flex}.header-top{gap:15px}h1{font-size:2rem}h2{font-size:1.6rem}.hero-slider{height:400px}.hero-headline{font-size:2rem}.hero-content{padding:20px;margin-right:20px;text-align:center}.hero-buttons,.hero-slide{justify-content:center}.hero-headline{font-size:1.8rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%}.section-header h2:after{width:60px}.about-grid,.contact-content,.form-row{grid-template-columns:1fr}.values-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.about-boxes,.contact-info,.footer-content{grid-template-columns:1fr}.faq-section{padding:4rem 0}.faq-title{font-size:2.2rem}.faq-subtitle{font-size:1rem;line-height:1.85}.faq-wrapper{width:min(94%,1080px);gap:.85rem}.faq-trigger{padding:1.1rem 1rem;gap:10px}.faq-number{width:30px;height:30px;border-radius:7px;font-size:.85rem}.faq-question-text{font-size:1rem;line-height:1.65}.faq-answer{padding:0 1rem 1.1rem;font-size:.95rem}.page-header{height:200px}.page-header-content h1{font-size:1.8rem}.whatsapp-float{bottom:20px;right:20px;width:55px;height:55px;font-size:1.5rem}.ar{direction:rtl}.en{direction:ltr}}@media (max-width:480px){.container-fluid{padding:0 10px}h1{font-size:1.5rem}h2{font-size:1.3rem}h3{font-size:1.1rem}.hero-slider{height:300px;margin-bottom:1.5rem}.hero-headline{font-size:1.4rem}.btn,.hero-subtitle{font-size:.9rem}.btn{padding:10px 20px}.btn-lg{padding:12px 24px;font-size:1rem}.features-grid,.products-grid,.services-grid{grid-template-columns:1fr}.hero-controls{bottom:15px;gap:10px}.hero-next,.hero-prev{width:40px;height:40px;font-size:1rem}.filter-buttons{gap:10px}.filter-btn{padding:8px 16px;font-size:.85rem}.contact-form-wrapper,.quote-form{padding:1.5rem}.whatsapp-float{width:50px;height:50px;font-size:1.3rem}.faq-section{padding:3.3rem 0}.faq-title{font-size:1.85rem}.faq-subtitle{font-size:.95rem}.faq-chevron{width:8px;height:8px}}:root{--brand-navy:#0b1f3a;--brand-emerald:#0f7a5a;--brand-emerald-dark:#0b5d45;--brand-gold:#d7a44b;--brand-sand:#f6efe2;--brand-surface:#ffffff;--brand-muted:#6b7688;--brand-border:#dfe6ee;--brand-shadow:0 14px 34px rgba(11,31,58,0.1)}body,html{background:radial-gradient(circle at 85% -5%,rgba(15,122,90,.08),transparent 28%),radial-gradient(circle at 10% 8%,rgba(215,164,75,.08),transparent 24%),#f8fbff;color:#1d2a3a}body{font-family:Inter,Cairo,Segoe UI,Tahoma,Arial,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Cairo,Inter,Segoe UI,Tahoma,Arial,sans-serif;color:var(--brand-navy);letter-spacing:-.2px}.site-header{background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,122,90,.14);box-shadow:0 8px 28px rgba(11,31,58,.07)}.site-header.scrolled{background:rgba(255,255,255,.95)}.logo span{color:var(--brand-navy);font-weight:800}.navbar-menu .nav-link.active,.navbar-menu .nav-link:hover{color:var(--brand-emerald)}.lang-btn.active,.lang-btn:hover{background:rgba(15,122,90,.12);color:var(--brand-emerald-dark)}.search-bar{border-radius:14px;border-color:#d9e4ef;background:#f7faff}.search-bar:focus-within{border-color:var(--brand-emerald);box-shadow:0 0 0 3px rgba(15,122,90,.12)}.hero-slider{border-bottom-left-radius:24px;border-bottom-right-radius:24px;overflow:hidden}.hero-headline{font-size:clamp(2rem,3.2vw,3.1rem);line-height:1.18}.hero-subtitle{color:#edf4ff}.btn{border-radius:12px}.btn-primary{background:linear-gradient(135deg,var(--brand-emerald),var(--brand-emerald-dark));border-color:var(--brand-emerald)}.btn-primary:hover{background:linear-gradient(135deg,#16916a,var(--brand-emerald))}.btn-secondary{background:linear-gradient(135deg,var(--brand-gold),#b98735);border-color:var(--brand-gold)}.btn-outline{border-color:var(--brand-emerald);color:var(--brand-emerald-dark)}.faq-title,.section-header h2,.services-main-title,.wcu-main-title{color:var(--brand-navy)}.about-section,.contact-section,.featured-products,.premium-services-section,.products-section,.why-choose-us-optimized{background:transparent}.about-box,.contact-form-wrapper,.info-card,.premium-service-card,.product-card,.products-commitment,.quote-form,.services-design-note,.slider-product-card,.value-item{border-radius:16px;border-color:var(--brand-border);box-shadow:var(--brand-shadow)}.info-card:hover,.premium-service-card:hover,.product-card:hover,.value-item:hover{transform:translateY(-8px)}.about-subtitle,.product-quality,.services-main-subtitle{color:var(--brand-emerald-dark)!important}.service-cta-btn{background:linear-gradient(135deg,var(--brand-navy),#153764)}.faq-section{background:linear-gradient(115deg,rgba(8,24,46,.84),rgba(12,53,85,.68)),url(/images/Asset%203-1.png) 50%/cover no-repeat}.faq-card{border-radius:14px}.faq-card.is-open .faq-chevron,.faq-card.is-open .faq-question-text{color:var(--brand-emerald);border-color:var(--brand-emerald)}.faq-number{background:linear-gradient(135deg,var(--brand-emerald),var(--brand-emerald-dark))}.site-footer{background:linear-gradient(180deg,#091726,#071322)}.social-links a:hover{background:var(--brand-emerald)}.premium-home{--premium-bg:#f4f7fb;--premium-surface:#ffffff;--premium-text:#0f1b2d;--premium-muted:#58657a;--premium-border:#dfe5ef;--premium-primary:#0d7f67;--premium-primary-dark:#0b5f4d;--premium-shadow:0 16px 46px rgba(15,27,45,0.08);color:var(--premium-text);background:linear-gradient(180deg,#f7fbff 0,var(--premium-bg) 100%)}.premium-container{width:min(1180px,92%);margin-inline:auto}.premium-hero-slider{position:relative;width:100%;min-height:80vh;height:80vh;overflow:hidden}.premium-hero-slide{position:absolute;inset:0;overflow:hidden;opacity:0;transform:scale(1.08);transition:opacity 1s ease,transform 1.1s ease}.premium-hero-slide>span{position:absolute!important;inset:0!important}.premium-hero-slide .hero-slide-media,.premium-hero-slide>img{z-index:0}.hero-slide-media--cover,.premium-hero-slide .hero-slide-media--cover{object-fit:cover;object-position:center center}.premium-hero-slide.active{opacity:1;transform:scale(1.03)}.premium-hero-overlay{position:absolute;inset:0;background:linear-gradient(110deg,rgba(3,20,39,.62),rgba(3,20,39,.42));z-index:1}.premium-hero-content-wrap{position:relative;z-index:2;min-height:inherit;display:flex;align-items:center}.premium-hero-copy{max-width:690px;color:#f7fbff;animation:premiumHeroContentIn .9s ease}.premium-hero-copy.is-en{text-align:left;margin-right:auto}.premium-hero-copy.is-ar{text-align:right;margin-left:auto}.premium-hero-copy h1{color:#ffffff;font-size:clamp(2rem,4.2vw,3.5rem);line-height:1.12;margin:10px 0 14px;text-shadow:0 10px 24px rgba(0,0,0,.35)}@keyframes premiumHeroContentIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.premium-hero-badge{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;border:1px solid #c8d7ea;background:#fff;color:#2d4667;font-size:.84rem;font-weight:600;margin-bottom:14px}.premium-hero-service-label{margin:0;color:#b8d9f8;font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.premium-home h1{font-size:clamp(2rem,4vw,3.3rem);line-height:1.14;margin:0 0 14px}.premium-hero-subtitle{max-width:62ch;color:#e2eef8;font-size:1.02rem;line-height:1.7;margin:0}.premium-hero-actions{margin-top:28px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.premium-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:12px;border:1px solid transparent;text-decoration:none;font-weight:600;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.premium-btn:hover{transform:translateY(-1px)}.premium-btn-primary{background:linear-gradient(135deg,var(--premium-primary),var(--premium-primary-dark));color:#fff;box-shadow:0 8px 22px rgba(11,95,77,.32)}.premium-btn-ghost{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.35);color:#fff}.premium-hero-stats-row{margin-top:20px;display:flex;flex-wrap:wrap;gap:12px}.premium-hero-stat-chip{min-width:140px;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.premium-hero-stat-chip h3{margin:0;font-size:1.4rem;color:#fff}.premium-hero-stat-chip p{margin:2px 0 0;color:#e3effa;font-size:.87rem}.premium-hero-nav{position:absolute;inset-inline:0;top:50%;transform:translateY(-50%);z-index:3;display:flex;justify-content:space-between;padding-inline:1rem;pointer-events:none}.premium-hero-nav-btn{pointer-events:auto;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(8,20,35,.45);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.premium-hero-nav-btn:hover{background:rgba(8,20,35,.72);transform:scale(1.05)}.premium-hero-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);z-index:3;display:flex;gap:8px}.premium-hero-dot{display:inline-block;width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:transparent;transition:background .3s ease,transform .3s ease}.premium-hero-dot.active{background:#fff;transform:scale(1.15)}.premium-section{padding:74px 0}.premium-section-head{margin-bottom:26px}.premium-eyebrow{margin:0 0 8px;color:var(--premium-primary-dark);font-weight:700;font-size:.84rem;letter-spacing:.08em;text-transform:uppercase}.premium-section-head h2{margin:0;font-size:clamp(1.6rem,3vw,2.2rem)}.premium-subtitle{margin:8px 0 0;color:var(--premium-muted);line-height:1.7;max-width:70ch}.premium-grid{display:grid;grid-gap:18px;gap:18px}.premium-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.premium-card{background:var(--premium-surface);border-radius:16px;border:1px solid var(--premium-border);box-shadow:var(--premium-shadow)}.premium-faq-item,.premium-service-card,.premium-why-card{padding:22px}.premium-service-card{display:flex;flex-direction:column}.premium-card h3{margin:0 0 8px;font-size:1.1rem}.premium-card p{margin:0;color:var(--premium-muted);line-height:1.7}.premium-service-footer{margin-top:14px}.premium-operations .premium-section-head{text-align:center}.operations-showcase{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,1.15fr);grid-gap:clamp(1.25rem,3vw,2.5rem);gap:clamp(1.25rem,3vw,2.5rem);align-items:center}.operations-visual{position:relative;width:100%;max-width:520px;margin-inline:auto;min-height:clamp(280px,42vw,420px);aspect-ratio:4/3;border-radius:18px;background:linear-gradient(180deg,#f0f5f9,#e8eef5);border:1px solid var(--premium-border);overflow:hidden;box-shadow:var(--premium-shadow)}.operations-visual img,.operations-visual span{object-fit:contain!important;object-position:center!important}.operations-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:stretch}.operations-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.1rem .85rem 1.25rem;border-radius:16px;background:#fff;border:1px solid var(--premium-border);box-shadow:0 10px 28px rgba(15,27,45,.06);transition:transform .25s ease,box-shadow .25s ease}.operations-step:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(15,27,45,.1)}.operations-step-icon{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.85rem;font-size:1.65rem;border:3px solid;background:#fff}.operations-step--orange,.operations-step--orange .operations-step-title{color:#e85d24}.operations-step--green,.operations-step--green .operations-step-title{color:#0f7a5a}.operations-step--teal,.operations-step--teal .operations-step-title{color:#1a6b8a}.operations-step-title{margin:0 0 .5rem;font-size:1.05rem;font-weight:800;line-height:1.35}.operations-step-desc{margin:0;color:#3d4f63;font-size:.92rem;line-height:1.65;font-weight:500}html[dir=rtl] .operations-showcase{direction:rtl}@media (max-width:1024px){.operations-showcase{grid-template-columns:1fr}.operations-visual{min-height:260px;max-width:100%}.operations-steps{grid-template-columns:1fr;max-width:420px;margin-inline:auto;width:100%}}@media (max-width:640px){.operations-steps{display:flex;flex-direction:row;overflow-x:auto;max-width:none;padding-bottom:.35rem;scroll-snap-type:x mandatory}.operations-step{flex:0 0 min(85%,280px);scroll-snap-align:center}}.premium-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;background:rgba(13,127,103,.1);color:var(--premium-primary-dark)}.premium-product-card{overflow:hidden;transition:transform .28s ease,box-shadow .28s ease;display:grid;grid-template-rows:auto 1fr}.premium-product-card:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(13,33,62,.13)}.premium-product-visual{position:relative;overflow:hidden;min-height:240px;background:linear-gradient(180deg,#eef3f9,#e4ebf4);display:flex;align-items:center;justify-content:center}.premium-product-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,21,38,.76) 0,rgba(5,21,38,.22) 46%,rgba(5,21,38,.04));z-index:1}.premium-product-title-wrap{position:absolute;z-index:2;inset-inline:14px;bottom:12px}.premium-product-title-wrap h3{margin:0;color:#fff;font-size:1.17rem;line-height:1.35;text-shadow:0 8px 16px rgba(0,0,0,.34)}.premium-product-visual>img{width:100%;height:auto;object-fit:contain;object-position:center;display:block;transition:filter .3s ease}.premium-product-visual.is-sesame img{object-position:center}.premium-product-card:hover .premium-product-visual>img{transform:none;filter:brightness(1.02)}.premium-product-copy{padding:18px 18px 20px;border-top:1px solid #e5ecf4}.premium-center-cta{margin-top:22px;text-align:center}.premium-contact-layout{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:18px;gap:18px}.premium-contact-form{background:var(--premium-surface);border:1px solid var(--premium-border);border-radius:16px;box-shadow:var(--premium-shadow);padding:22px;display:grid;grid-gap:12px;gap:12px}.premium-contact-form input,.premium-contact-form textarea{width:100%;border:1px solid #d4ddea;border-radius:12px;padding:12px 14px;font:inherit;color:#13243b}.premium-contact-form input:focus,.premium-contact-form textarea:focus{outline:none;border-color:var(--premium-primary);box-shadow:0 0 0 3px rgba(13,127,103,.12)}.premium-form-status{margin:0;color:#225786;font-weight:500}.premium-contact-card{padding:22px;display:grid;align-content:start;grid-gap:14px;gap:14px}@media (max-width:1024px){.premium-hero-slider{min-height:60vh;height:60vh}.premium-hero-copy{max-width:100%}.premium-hero-stats-row{gap:10px}.premium-contact-layout{grid-template-columns:1fr}}@media (max-width:860px){.premium-hero-slider{min-height:58vh;height:58vh;max-height:520px}.premium-home .premium-hero-slide{transform:none!important;padding:0}.premium-home .premium-hero-slide.active{transform:none!important}.premium-home .hero-slide-media,.premium-home .premium-hero-slide img{object-fit:cover!important;object-position:center 38%!important}.premium-home .premium-hero-overlay{background:linear-gradient(110deg,rgba(3,20,39,.72),rgba(3,20,39,.48))}.premium-hero-content-wrap{align-items:center;padding-bottom:0}.premium-hero-copy h1{font-size:clamp(1.5rem,6.5vw,2.1rem)}.premium-hero-subtitle{font-size:.95rem}.premium-hero-actions{flex-wrap:wrap;gap:.5rem}.premium-grid-2,.premium-grid-3{grid-template-columns:1fr}.premium-hero-stats-row{display:none}}@media (max-width:768px){.premium-home .premium-hero-slider{min-height:clamp(240px,42vw,340px)!important;height:clamp(240px,42vw,340px)!important;max-height:340px!important}.premium-home .premium-hero-slide{padding:0}.premium-home .hero-slide-media,.premium-home .premium-hero-slide img{object-fit:cover!important;object-position:center 36%!important}.premium-home .premium-hero-overlay{background:linear-gradient(0deg,rgba(3,20,39,.94) 0,rgba(3,20,39,.55) 42%,rgba(3,20,39,.08))!important}.premium-home .premium-hero-content-wrap{align-items:flex-end;justify-content:flex-end;padding-bottom:.85rem}.premium-home .premium-hero-copy{max-width:100%;padding:0 .65rem}.premium-home .premium-hero-copy h1{font-size:clamp(1.2rem,5.2vw,1.55rem);line-height:1.25;margin:6px 0 8px}.premium-home .premium-hero-subtitle{font-size:.82rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.premium-home .premium-hero-badge,.premium-home .premium-hero-service-label{font-size:.72rem;padding:5px 10px}.premium-home .premium-hero-actions{gap:.4rem;margin-top:4px}.premium-home .premium-hero-dots{bottom:.55rem}}.about-premium-section{padding:1.5rem 0 4rem}.about-premium-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:1.4rem;gap:1.4rem;align-items:stretch}.about-premium-main-card,.about-premium-side-card,.about-purpose-card,.about-quote-intro,.about-values-premium{background:#fff;border:1px solid #dde6f0;border-radius:18px;box-shadow:0 16px 44px rgba(12,31,60,.08)}.about-premium-main-card{padding:2rem}.about-kicker{display:inline-flex;align-items:center;padding:.45rem .85rem;border-radius:999px;border:1px solid rgba(13,127,103,.24);color:#0c6b56;background:rgba(13,127,103,.08);margin:0 0 .9rem;font-size:.84rem;font-weight:700}.about-premium-main-card h2{margin:0;font-size:clamp(1.55rem,2.7vw,2.2rem);line-height:1.3}.about-premium-subtitle{margin:.8rem 0 0;color:#0f7a5a;font-weight:600;line-height:1.7}.about-premium-overview{margin:.9rem 0 0;color:#56687e;line-height:1.92;font-size:1.02rem}.about-premium-cta{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.72rem}.about-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 1rem;border-radius:12px;text-decoration:none;font-weight:600;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.about-btn:hover{transform:translateY(-1px)}.about-btn-primary{color:#fff;background:linear-gradient(135deg,#0f7a5a,#0b5d45);box-shadow:0 10px 26px rgba(11,93,69,.28)}.about-btn-ghost{color:#17314f;border-color:#ccd7e5;background:#fff}.about-premium-side-card{padding:1rem;display:grid;grid-template-rows:auto auto;grid-gap:1rem;gap:1rem}.about-premium-image-wrap{position:relative;height:250px;overflow:hidden;border-radius:14px}.about-premium-image-wrap img{width:100%;height:250px;object-fit:cover;display:block}.about-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.7rem;gap:.7rem}.about-stat-item{background:#f5f9ff;border:1px solid #dce8f7;border-radius:12px;text-align:center;padding:.85rem .65rem}.about-stat-item h3{margin:0;font-size:1.15rem;color:#1a3d68}.about-stat-item p{margin:.35rem 0 0;font-size:.83rem;color:#5c6e84}.about-purpose-grid{margin-top:1.2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.about-purpose-card{padding:1.4rem}.about-purpose-card h3{margin:0 0 .7rem;display:flex;align-items:center;gap:10px;font-size:1.08rem}.about-purpose-card h3 i{color:#0f7a5a}.about-purpose-card p{margin:0;color:#5d6f84;line-height:1.84}.about-values-premium{margin-top:1.2rem;padding:1.4rem}.about-values-head h3{margin:0}.about-values-head p{margin:.6rem 0 0;color:#5f7288;line-height:1.76}.about-values-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.about-value-card{padding:1rem;border-radius:12px;background:#f8fbff;border:1px solid #dfe8f4}.about-value-icon{width:35px;height:35px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#0f7a5a;background:rgba(15,122,90,.12)}.about-value-card p{margin:.6rem 0 0;color:#2a405c;font-weight:600}.about-quote-shell{padding:0 0 1rem}.about-quote-intro{padding:1.2rem 1.4rem;margin-bottom:1.2rem}.about-quote-intro h3{margin:0}.about-quote-intro p{margin:.55rem 0 0;color:#5f7187}@media (max-width:1050px){.about-premium-grid{grid-template-columns:1fr}}@media (max-width:900px){.about-values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-purpose-grid{grid-template-columns:1fr}}@media (max-width:640px){.about-premium-main-card,.about-purpose-card,.about-values-premium{padding:1rem}.about-stat-grid,.about-values-grid{grid-template-columns:1fr}}