.badgelogo{-webkit-backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #00cc0029;border-radius:20px;justify-content:center;align-items:center;gap:0;width:min(100%,460px);max-width:100%;margin:1.35rem 0 0;padding:16px 22px;display:inline-flex;box-shadow:0 12px 30px #0000002e,inset 0 1px #ffffff0d}.logos-container{flex-flow:column wrap;align-items:flex-start;gap:16px;width:100%;display:flex}.badgelogo,.badgelogo1{align-items:center;display:flex}.badgelogo img,.badgelogo1 img{object-fit:contain;filter:drop-shadow(0 4px 14px #00000040);max-width:170px;height:auto;max-height:56px;margin:0;padding:0}.badgelogo img+img,.badgelogo1 img+img{border-left:1px solid #ffffff2e;margin-left:18px;padding-left:18px}.heroSection{box-sizing:border-box;background:linear-gradient(135deg,#0a0a0a 0%,#111 50%,#0d0d0d 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.heroSection:before{content:"";filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#00cc0014 0%,#0000 60%);width:800px;height:800px;animation:8s ease-in-out infinite floatGlow;position:absolute;top:-50%;right:-20%}.heroSection:after{content:"";filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#00cc000d 0%,#0000 70%);width:600px;height:600px;animation:10s ease-in-out infinite reverse floatGlow;position:absolute;bottom:-30%;left:-10%}@keyframes floatGlow{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.1)}}.overlay{z-index:1;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.heroContainer{z-index:10;box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:90%;max-width:1400px;margin:0 auto;padding:120px 0;display:grid;position:relative}.heroLeft{color:#fff;padding-right:2rem;animation:1s ease-out fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.heroBadge{color:#000;background:linear-gradient(135deg,#0c0 0%,#0a0 100%);border-radius:50px;align-items:center;gap:6px;margin-bottom:1rem;padding:8px 18px;font-size:.8rem;font-weight:600;animation:3s ease-in-out infinite pulse;display:inline-flex;box-shadow:0 4px 15px #0c06,0 0 30px #0c03}@keyframes pulse{0%,to{box-shadow:0 4px 15px #0c06,0 0 30px #0c03}50%{box-shadow:0 4px 20px #0c09,0 0 40px #00cc004d}}.heroTitle{text-align:justify;color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.4rem,3vw,2.5rem);line-height:1.25}.heroTitle span{background:linear-gradient(135deg,#0c0 0%,#0f4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.heroSubtitle{color:#fffc;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.heroActions{flex-wrap:wrap;gap:1.15rem;margin-top:2rem;display:flex}.heroActions .btnSecondary{color:#dfffd9;-webkit-backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #00cc0052;min-width:260px;min-height:56px;padding:0 30px;box-shadow:0 10px 28px #0000002e,inset 0 1px #ffffff0a}.heroActions .btnSecondary:first-child{color:#000;background:linear-gradient(135deg,#0c0 0%,#0a0 100%);border-color:#0000;box-shadow:0 14px 34px #00cc005c}.heroActions .btnSecondary:last-child{color:#caffc6;background:#0000002e}.btnPrimary{color:#000;cursor:pointer;background:linear-gradient(135deg,#0c0 0%,#0a0 100%);border:none;border-radius:50px;justify-content:center;align-items:center;padding:12px 24px;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00cc004d}.btnPrimary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btnPrimary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00cc0080}.btnPrimary:hover:before{left:100%}.btnSecondary{color:#0c0;cursor:pointer;background:0 0;border:1px solid #0c0;border-radius:999px;justify-content:center;align-items:center;min-height:56px;padding:0 28px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btnSecondary:hover{color:#000;background:#0c0;transform:translateY(-2px);box-shadow:0 12px 28px #00cc0047}.heroActions .btnSecondary:hover{transform:translateY(-2px);box-shadow:0 16px 36px #00cc0047}.heroActions .btnSecondary:first-child:hover{background:linear-gradient(135deg,#00e600 0%,#00b800 100%);box-shadow:0 18px 40px #00cc006b}.heroActions .btnSecondary:last-child:hover{color:#fff;background:#00cc001f}.heroImageBox{justify-content:center;align-items:center;animation:1s ease-out .3s both fadeInRight;display:flex}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.heroImageWrapper{aspect-ratio:4/3;border-radius:24px;width:100%;max-width:550px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 25px 50px #0006}.heroImageWrapper:before{content:"";z-index:-1;opacity:0;background:linear-gradient(135deg,#0c0,#0000,#0c0);border-radius:26px;transition:opacity .4s;position:absolute;inset:-2px}.heroImageWrapper:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 35px 70px #00000080}.heroImageWrapper:hover:before{opacity:.5}.heroMainImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.heroImageWrapper:hover .heroMainImage{transform:scale(1.08)}.heroLogosRow{box-sizing:border-box;background:linear-gradient(#fff 0%,#f8fbf8 100%);border:1px solid #00cc001f;border-radius:24px;grid-template-columns:repeat(5,minmax(0,1fr));place-items:center;gap:18px 14px;width:100%;margin-top:0;padding:24px 20px;display:grid;box-shadow:0 16px 40px #00000014}.heroLogoItem{flex-direction:column;flex-shrink:0;align-items:center;gap:8px;display:flex}.heroLogoItem span{color:#1f2937;text-transform:uppercase;letter-spacing:.5px;text-align:center;opacity:.9;font-size:.72rem;font-weight:500;transition:all .3s}.heroLogoItem:hover span{color:#0c0;opacity:1}.heroLogosRow img{object-fit:contain;opacity:1;flex-shrink:0;width:auto;max-width:140px;height:42px;transition:all .3s}.heroLogoItem:first-child img,.heroLogoItem:nth-child(2) img{height:48px}.heroLogoItem:nth-child(5) img{height:38px}.heroLogosRow img.satelixLogo{max-width:90px;height:34px}.heroLogosRow img:hover{transform:scale(1.15)}.solutionsLogosSection{background:linear-gradient(#f8f9fa 0%,#fff 100%)}.solutionsLogosTitle{margin-bottom:1.5rem}.section{padding:60px 0;position:relative;overflow:hidden}.valueSection{background:linear-gradient(#f8f9fa 0%,#fff 50%,#f8f9fa 100%);position:relative}.valueSection:before{content:"";background:linear-gradient(90deg,#0000,#0c0,#0000);height:4px;position:absolute;top:0;left:0;right:0}.certSection{flex-direction:row;align-items:center;gap:48px;width:100%;max-width:1000px;margin:0 auto;display:flex}.certText{text-align:left;flex-direction:column;flex:0 0 340px;align-items:flex-start;display:flex}.certBadges{flex:1;grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.certBadges img{object-fit:contain;height:120px}.valueBox{box-sizing:border-box;background:#fff;border-radius:24px;max-width:1100px;margin:0 auto;padding:40px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000014,0 0 0 1px #00cc001a}.valueBox:before{content:"";background:linear-gradient(90deg,#0c0,#0f4,#0c0);width:100%;height:6px;position:absolute;top:0;left:0}.valueBox:hover{transform:translateY(-5px);box-shadow:0 30px 80px #0000001f,0 0 0 1px #0c03}.valueContent{grid-template-columns:1.2fr .8fr;align-items:center;gap:60px;display:grid}.valueText h2{color:#0c0;margin-bottom:1rem;font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:800;line-height:1.3}.valueText p{color:#333;font-size:.95rem;line-height:1.7}.Imagepage1{border-radius:20px;width:100%;max-width:450px;line-height:0;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 20px 50px #00cc0026,0 0 0 3px #0c03}.Imagepage1:before{content:"";z-index:-1;opacity:.7;background:linear-gradient(135deg,#0c0,#0f4,#0c0);border-radius:23px;position:absolute;inset:-3px}.Imagepage1:hover{transform:scale(1.03)rotate(1deg);box-shadow:0 30px 70px #00cc0040,0 0 0 3px #0c06}.Imagepage1 img{object-fit:cover;object-position:center;width:100%;height:300px;margin:0;padding:0;transition:transform .4s;display:block}.Imagepage1:hover img{transform:scale(1.05)}.productsSection{background:linear-gradient(#000 0%,#0a0a0a 100%);padding:60px 0}.container{box-sizing:border-box;max-width:1400px;margin:0 auto;padding:0 24px}.vertfelafiTitle{text-align:center;background:linear-gradient(135deg,#0c0 0%,#0f4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-weight:800}.productsSection h3{text-align:center;color:#ffffffb3;margin-bottom:3rem;font-weight:500}.productsGrid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:30px;display:grid}.productsGrid>div{height:100%;display:flex}.productCard{background:#fff;border-radius:16px;flex-direction:row;align-items:center;width:100%;min-height:180px;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0003,0 0 0 1px #00cc001a}.productCard:before{content:"";transform-origin:0;background:linear-gradient(90deg,#0c0,#35854a);height:8px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.productCard:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000040,0 0 20px #00cc001a}.productCard:hover:before{transform:scaleX(1)}.productCardText{background:#fff;flex-direction:column;flex:1;min-width:0;padding:20px 24px;display:flex}.productCardText h3{color:#0c0;text-align:left;margin-bottom:.5rem;font-size:1.1rem;font-weight:800}.productCardText p{color:#333;flex:1;margin-bottom:.75rem;font-size:.8rem;line-height:1.5}.productCardText .btnPrimary{align-self:flex-start}.productCardVisual{background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:180px;padding:20px;display:flex}.productCardVisual img{object-fit:contain;max-width:150px;height:auto;max-height:80px;box-shadow:none;border-radius:0;transition:transform .4s}.productCard:hover .productCardVisual img{transform:scale(1.05)}.sliderContainer{justify-content:center;align-items:center;min-height:150px;padding:20px;display:flex}.sliderImage{background:#fff;border-radius:12px;max-width:180px;height:auto;padding:15px;transition:all .5s;box-shadow:0 8px 25px #0000001a}.review-section{grid-column:1/-1;justify-content:center;align-items:center;width:100%;margin:6px 0;display:flex}.review-card:hover{transform:translateY(-5px)}.review-text{color:#171717b3;margin-bottom:25px;font-size:16px}.review-button{color:#000;background:#0c0;border-radius:999px;padding:12px 25px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.review-button:hover{background:#0c0;transform:scale(1.05)}.contactFormSection{box-sizing:border-box;background:linear-gradient(#f8faf8 0%,#efffec 50%,#f8f9fa 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;padding:60px 20px;display:flex;position:relative}.contactFormSection:before{content:"";pointer-events:none;background:radial-gradient(#00cc000d 0%,#0000 70%);position:absolute;inset:0}.contactFormSection h2{text-align:center;width:100%;max-width:700px;margin-bottom:2rem}.contactFormSection .highlight{background:linear-gradient(135deg,#0c0 0%,#0f4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.contactFormContainer{z-index:1;box-sizing:border-box;background:#fff;border-radius:20px;width:100%;max-width:700px;margin:0 auto;padding:35px;position:relative;box-shadow:0 25px 60px #00000026}.contactForm{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;display:grid}.formGroup{flex-direction:column;width:100%;min-width:0;display:flex}.formGroup.fullWidth{grid-column:1/-1}.formGroup label{color:#333;margin-bottom:.4rem;font-size:.85rem;font-weight:600}.formGroup input,.formGroup textarea,.formGroup select{color:#333;box-sizing:border-box;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:10px 14px;font-size:.875rem;transition:all .3s}.formGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 18px center;background-repeat:no-repeat;padding-right:45px}.formGroup input:focus,.formGroup textarea:focus,.formGroup select:focus{background-color:#fff;border-color:#0c0;outline:none;box-shadow:0 0 0 4px #00cc001a}.formGroup input::placeholder,.formGroup textarea::placeholder{color:#999}.required{color:#f44;margin-left:2px;font-weight:600}.formNote{text-align:center;color:#666;grid-column:1/-1;margin:.5rem 0;font-size:.85rem}.contactForm button{grid-column:1/-1;justify-self:center;margin-top:1rem}.checkboxGroup{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:.5rem;display:grid}.checkboxLabel{cursor:pointer;background:#f8f9fa;border:2px solid #0000;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;transition:all .3s;display:flex}.checkboxLabel:hover{background:#f0f0f0;border-color:#00cc004d}.checkboxLabel input[type=checkbox]{accent-color:#0c0;cursor:pointer;width:20px;height:20px}.checkboxLabel span{color:#333;font-size:.95rem;font-weight:500}.checkboxLabel:has(input:checked){background:#00cc001a;border-color:#0c0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-25px)}to{opacity:1;transform:translateY(0)}}.fadeIn{animation:.6s ease-out fadeIn}.fade-in{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translateY(40px)}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translate(-50px)}.fade-in-left.visible{opacity:1;transform:translate(0)}.fade-in-right{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translate(50px)}.fade-in-right.visible{opacity:1;transform:translate(0)}.scale-in{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);transform:scale(.9)}.scale-in.visible{opacity:1;transform:scale(1)}.sectionTitle{text-align:center;color:#fff;margin-bottom:2.5rem}.sectionTitle h2{margin-bottom:.75rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:800}.sectionTitle p{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:.95rem;line-height:1.6}.statsSection{background:linear-gradient(135deg,#0a0a0a 0%,#111 100%);padding:60px 0;position:relative}.statsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.statCard{text-align:center;background:#fff;border-radius:16px;padding:28px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 15px 40px #0003}.statCard:before{content:"";background:linear-gradient(90deg,#0c0,#0f4);height:4px;position:absolute;top:0;left:0;right:0}.statCard:hover{transform:translateY(-10px);box-shadow:0 25px 60px #0000004d}.statNumber{background:linear-gradient(135deg,#0c0 0%,#0f4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.4rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:800;display:block}.statLabel{color:#333;font-size:.875rem;font-weight:500}.testimonialsSection{background:linear-gradient(#000 0%,#050f05 50%,#000 100%);padding:80px 0;position:relative;overflow:hidden}.testimonialsSection:before{content:"";pointer-events:none;background:radial-gradient(circle,#00cc0014 0%,#0000 65%);width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.testimonialsGrid{box-sizing:border-box;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:28px;max-width:1400px;margin:0 auto;padding:0 24px;display:grid}.testimonialsGrid>div{height:100%;display:flex}.testimonialCard{box-sizing:border-box;background:#fff;border:1px solid #0c03;border-radius:24px;flex-direction:column;gap:20px;width:100%;padding:36px 28px 28px;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000f}.testimonialCard:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#0c0,#0000);height:3px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.testimonialCard:hover{border-color:#00cc0080;transform:translateY(-8px);box-shadow:0 20px 50px #00cc001f,0 0 0 1px #00cc0040}.testimonialCard:hover:before{opacity:1}.testimonialCard--featured{background:linear-gradient(145deg,#f0faf0 0%,#e8f5e8 100%);border-color:#00cc0073;transform:translateY(-6px);box-shadow:0 12px 40px #00cc001f,0 0 0 1px #00cc004d}.testimonialCard--featured:before{opacity:1}.testimonialCard--featured:hover{transform:translateY(-14px)}.testimonialQuote{color:#0c0;opacity:.7;-webkit-user-select:none;user-select:none;font-family:Georgia,serif;font-size:4rem;line-height:.6}.testimonialText{color:#333;flex:1;margin:0;font-size:.9rem;font-style:italic;line-height:1.75}.testimonialAuthor{align-items:center;gap:14px;display:flex}.testimonialAvatar{color:#000;letter-spacing:.5px;background:linear-gradient(135deg,#0c0,#070);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:.78rem;font-weight:800;display:flex}.testimonialInfo{flex-direction:column;gap:2px;display:flex}.testimonialInfo strong{color:#1a1a1a;font-size:.9rem;font-weight:700}.testimonialInfo span{color:#0c0;font-size:.78rem;font-weight:500}.testimonialStars{color:#0c0;letter-spacing:3px;opacity:.9;font-size:1rem}.videoBox{aspect-ratio:16/9;border-radius:20px;width:100%;max-width:450px;overflow:hidden}.servicesDetailsSection{background:linear-gradient(#000 0%,#0a0a0a 100%);padding:100px 0}.servicesDetailsGrid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1300px;margin:0 auto;padding:0 24px;display:grid}.servicesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.whyContent{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.whyText h2{color:#0c0;margin-bottom:1.5rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800}.whyText p{color:#333;font-size:1.1rem;line-height:1.8}.whyImage{justify-content:center;display:flex}.whyImage img{border-radius:20px;width:100%;max-width:450px;transition:all .4s;box-shadow:0 20px 50px #00000026}.whyImage img:hover{transform:scale(1.03)rotate(1deg);box-shadow:0 30px 70px #0c03}.scroll-to-top{color:#000;cursor:pointer;z-index:1000;opacity:0;visibility:hidden;background:linear-gradient(135deg,#0c0 0%,#0a0 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:1.2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:30px;right:30px;transform:translateY(20px);box-shadow:0 6px 25px #0c06}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{transform:translateY(-5px);box-shadow:0 10px 35px #0c09}.scroll-to-top:active{transform:translateY(-2px)}.scroll-to-top svg{transition:transform .3s}.scroll-to-top:hover svg{transform:translateY(-2px)}.floating-phone{color:#fff;cursor:pointer;z-index:9999;background:linear-gradient(135deg,#0c0,#0a0);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:26px;text-decoration:none;transition:transform .3s;animation:1.8s infinite pulse-ring;display:flex;position:fixed;bottom:100px;right:20px}.floating-phone:hover{transform:scale(1.1)}@keyframes pulse-ring{0%{box-shadow:0 0 #0c09}70%{box-shadow:0 0 0 18px #0c00}to{box-shadow:0 0 #0c00}}.phone-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#020617;border-radius:8px;padding:6px 12px;font-size:.82rem;transition:all .3s;position:absolute;right:66px;transform:translate(10px)}.floating-phone:hover .phone-tooltip{opacity:1;transform:translate(0)}.text-center{text-align:center}.highlight{background:linear-gradient(135deg,#0c0 0%,#0f4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (max-width:1200px){.productsGrid{grid-template-columns:1fr;max-width:700px;margin:0 auto}.productCard{min-height:auto}}@media (max-width:1024px){.testimonialsGrid{grid-template-columns:1fr 1fr;gap:20px}.testimonialCard--featured{transform:none}.testimonialCard--featured:hover{transform:translateY(-8px)}.servicesDetailsGrid{grid-template-columns:1fr 1fr}.whyContent{gap:40px}}@media (max-width:968px){.heroSection{min-height:auto;padding-bottom:0}.heroContainer{text-align:center;grid-template-columns:1fr;gap:24px;padding:90px 0 32px}.heroLeft{padding-right:0}.heroBadge{margin:0 auto 1rem}.badgelogo{justify-content:center;width:min(100%,420px)}.heroActions{justify-content:center}.heroImageBox{order:-1}.heroImageWrapper{max-width:340px;margin:0 auto}.heroLogosRow{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:14px 12px;padding:20px 16px}.heroLogoItem span{font-size:.65rem}.heroLogosRow img{max-width:110px;height:34px}.heroLogoItem:first-child img,.heroLogoItem:nth-child(2) img{height:38px}.heroLogoItem:nth-child(5) img{height:30px}.heroLogosRow img.satelixLogo{max-width:70px;height:20px}.productCard{flex-direction:column}.productCardText{order:2;width:100%}.productCardVisual{order:1;width:100%;height:120px}.valueContent{text-align:center;grid-template-columns:1fr;gap:24px}.Imagepage1{max-width:340px;margin:0 auto}.valueBox{margin:0 16px;padding:28px 20px}.contactFormContainer{max-width:calc(100% - 32px);padding:28px 18px}.contactForm{grid-template-columns:1fr}.section{padding:48px 0}.whyContent{text-align:center;grid-template-columns:1fr}.servicesDetailsGrid{grid-template-columns:1fr}.testimonialsSection{padding:50px 0}.testimonialsGrid{gap:20px}.testimonialCard{gap:16px;padding:28px 22px 22px}.productsSection{padding:48px 0}.productsSection h3{margin-bottom:2rem}.productsGrid{gap:20px}}@media (max-width:640px){.scroll-to-top{display:none!important}.certSection{flex-direction:column;gap:32px;padding:0 16px}.certText{text-align:center;flex:none;align-items:center;width:100%}.certBadges{grid-template-columns:repeat(2,1fr);gap:12px;width:100%}.certBadges img{height:90px}.heroSection:before,.heroSection:after{width:300px;height:300px}.heroContainer{gap:16px;width:94%;padding:76px 0 20px}.heroTitle{text-align:center;margin-bottom:.5rem;font-size:clamp(1.15rem,4.5vw,1.5rem)}.heroSubtitle{margin-bottom:.75rem;font-size:.85rem}.heroBadge{margin:0 auto .75rem;padding:6px 12px;font-size:.7rem}.heroBadge:before{font-size:.9rem}.badgelogo{width:100%;margin:.75rem 0;padding:14px 16px}.badgelogo img{max-width:140px;max-height:44px}.badgelogo img+img,.badgelogo1 img+img{margin-left:12px;padding-left:12px}.heroImageWrapper{border-radius:16px;max-width:220px}.heroActions{flex-direction:column;align-items:center;gap:8px;margin-top:1rem}.btnPrimary,.btnSecondary{width:100%;min-width:0;max-width:280px;padding:0 18px;font-size:.82rem}.heroLogosRow{grid-template-columns:repeat(3,1fr);gap:10px 8px;padding:14px 10px}.heroLogoItem{gap:3px}.heroLogoItem span{letter-spacing:0;font-size:.55rem}.heroLogosRow img{max-width:70px;height:24px}.heroLogoItem:first-child img,.heroLogoItem:nth-child(2) img{height:28px}.heroLogoItem:nth-child(5) img{height:22px}.heroLogosRow img.satelixLogo{max-width:54px;height:16px}.valueSection{padding:32px 0}.valueBox{border-radius:14px;margin:0 10px;padding:20px 14px}.valueBox:before{height:4px}.valueBox:hover{transform:none}.valueContent{gap:16px}.valueText h2{margin-bottom:.5rem;font-size:1.15rem}.valueText p{font-size:.84rem;line-height:1.55}.Imagepage1{border-radius:14px;max-width:100%}.Imagepage1 img{height:170px}.Imagepage1:hover{transform:none}.productsSection{padding:32px 0}.productsSection h3{margin-bottom:1.5rem;font-size:.85rem}.productsGrid{gap:14px}.productCard{border-radius:12px;flex-direction:row;align-items:center;min-height:auto}.productCard:hover{transform:none}.productCardVisual{border-radius:0;flex-shrink:0;order:0;justify-content:center;align-self:stretch;align-items:center;width:80px;height:auto;min-height:80px;padding:10px;display:flex}.productCardVisual img{max-width:55px;max-height:40px}.productCardText{flex:1;order:1;width:auto;padding:12px 14px}.productCardText h3{margin-bottom:4px;font-size:.95rem}.productCardText p{margin-bottom:8px;font-size:.76rem;line-height:1.4}.productCardText .btnPrimary{padding:7px 14px;font-size:.75rem}.sliderImage{border-radius:6px;max-width:55px;padding:6px}.sliderContainer{min-height:auto;padding:10px}.testimonialsSection{padding:32px 0}.testimonialsSection:before{width:300px;height:300px}.testimonialsGrid{grid-template-columns:1fr;gap:12px;padding:0 12px}.testimonialCard{border-radius:16px;gap:12px;padding:20px 16px 16px}.testimonialCard:hover,.testimonialCard--featured,.testimonialCard--featured:hover{transform:none}.testimonialQuote{font-size:2.5rem;line-height:.5}.testimonialText{font-size:.82rem;line-height:1.55}.testimonialAuthor{gap:10px}.testimonialAvatar{width:36px;height:36px;font-size:.65rem}.testimonialInfo strong{font-size:.8rem}.testimonialInfo span{font-size:.7rem}.testimonialStars{letter-spacing:2px;font-size:.85rem}.contactFormSection{padding:32px 10px}.contactFormSection h2{margin-bottom:1.25rem}.contactFormContainer{border-radius:14px;width:100%;max-width:100%;padding:18px 14px}.contactForm{grid-template-columns:1fr;gap:.75rem}.formGroup label{margin-bottom:3px;font-size:.78rem}.formGroup input,.formGroup textarea,.formGroup select{border-radius:8px;padding:10px 12px;font-size:16px}.formGroup textarea{min-height:80px}.checkboxGroup{grid-template-columns:1fr;gap:.5rem}.checkboxLabel{border-radius:8px;padding:.65rem .75rem}.checkboxLabel span{font-size:.82rem}.formNote{color:#555;margin:.25rem 0;font-size:.78rem}.contactForm button{margin-top:.5rem}.statsSection{padding:32px 0}.statsGrid{grid-template-columns:repeat(2,1fr);gap:10px;padding:0 12px}.statCard{border-radius:12px;padding:18px 12px}.statNumber{font-size:1.6rem}.statLabel{font-size:.75rem}.sectionTitle{margin-bottom:1.25rem}.sectionTitle h2{margin-bottom:.4rem;font-size:clamp(1.1rem,4vw,1.5rem)}.sectionTitle p{font-size:.82rem}.floating-phone{width:46px;height:46px;font-size:20px;bottom:70px;right:12px}.phone-tooltip{padding:5px 10px;font-size:.72rem;right:55px}.section{padding:32px 0}.container{padding:0 12px}}@media (max-width:480px){.heroContainer{gap:12px;padding:70px 0 16px}.heroTitle{font-size:clamp(1.05rem,4.2vw,1.35rem)}.heroImageWrapper{max-width:190px}.badgelogo img{max-width:130px}.btnPrimary,.btnSecondary{max-width:260px;padding:10px 16px;font-size:.8rem}.productCardVisual{width:70px;padding:8px}.productCardVisual img{max-width:70px;max-height:60px}.productCardText{padding:10px 12px}.productCardText h3{font-size:.88rem}.productCardText p{font-size:.73rem}.productCardText .btnPrimary{padding:6px 12px;font-size:.72rem}.testimonialCard{border-radius:14px;gap:10px;padding:16px 14px 14px}.testimonialQuote{font-size:2rem}.testimonialText{font-size:.78rem}.valueBox{margin:0 8px;padding:16px 12px}.valueText h2{font-size:1.05rem}.valueText p{font-size:.8rem}.Imagepage1 img{height:150px}.contactFormContainer{padding:16px 12px}.formGroup input,.formGroup textarea,.formGroup select{padding:9px 10px}}@media (max-width:380px){.heroContainer{gap:10px;width:96%;padding:64px 0 12px}.heroTitle{font-size:1rem}.heroBadge{padding:5px 10px;font-size:.65rem}.heroLogosRow{grid-template-columns:repeat(2,1fr);gap:8px;padding:10px 8px}.heroLogosRow img{max-width:60px;height:20px}.heroLogoItem span{font-size:.5rem}.heroImageWrapper{max-width:170px}.valueBox{margin:0 6px;padding:14px 10px}.valueText h2{font-size:.95rem}.Imagepage1 img{height:130px}.productsGrid{gap:10px}.productCardVisual{width:60px}.productCardText p{font-size:.73rem}.testimonialCard{padding:14px 12px 12px}.testimonialsGrid{gap:10px;padding:0 8px}.contactFormContainer{padding:14px 10px}.contactFormSection{padding:24px 8px}}.alertSuccess{color:#155724;background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;margin-bottom:20px;padding:12px 20px}.alertError{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;margin-bottom:20px;padding:12px 20px}.newsletterCard{border-radius:20px;max-width:860px;margin:0 auto;overflow:hidden;box-shadow:0 20px 60px #00000014}.newsletterBadge{color:#000;background:#0c0;border-radius:50px;margin-bottom:1rem;padding:4px 14px;font-size:.75rem;font-weight:700;display:inline-block}.newsletterTitle{color:#fff;margin-bottom:1rem;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:700}.newsletterDesc{color:#ffffffa6;max-width:600px;font-size:.9rem;line-height:1.75}.newsletterForm{background:#fff;grid-template-columns:1fr 1fr;align-items:end;gap:1.25rem;padding:2rem;display:grid}.newsletterForm .formGroup.fullWidth{grid-column:1/-1}.newsletterForm .btnPrimary{grid-column:1/-1;width:fit-content}@media (max-width:640px){.newsletterForm{grid-template-columns:1fr}.newsletterTop{padding:1.5rem 1rem}}.newsletterSection{background:linear-gradient(#000 0% 100%)}.newsletterCard{border:.5px solid #00000014;border-radius:20px;max-width:860px;margin:0 auto;overflow:hidden;box-shadow:0 20px 60px #00000014}.newsletterTop{background:#0a0a0a;padding:2.75rem 2.5rem}.newsletterBadge{color:#040;letter-spacing:.05em;text-transform:uppercase;background:#0c0;border-radius:50px;margin-bottom:1.2rem;padding:4px 14px;font-size:.72rem;font-weight:700;display:inline-block}.newsletterTitle{color:#fff;margin-bottom:1rem;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:700;line-height:1.3}.newsletterTitle span{color:#0c0}.newsletterDesc{color:#fff9;max-width:600px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.8}.newsletterTags{flex-wrap:wrap;gap:8px;margin-bottom:2rem;display:flex}.newsletterTag{color:#ffffffb3;background:#ffffff12;border:.5px solid #ffffff26;border-radius:50px;padding:5px 14px;font-size:.78rem}.btnSubscribe{color:#030;cursor:pointer;letter-spacing:.02em;background:#0c0;border:none;border-radius:50px;padding:.78rem 2rem;font-size:.92rem;font-weight:700;transition:opacity .2s,transform .15s}.btnSubscribe:hover{opacity:.88;transform:translateY(-1px)}.btnSubscribe:active{transform:scale(.97)}.nlOverlay{z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:1rem;animation:.2s overlayIn;display:flex;position:fixed;inset:0}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.nlModal{background:#fff;border-radius:16px;width:100%;max-width:460px;animation:.25s cubic-bezier(.34,1.56,.64,1) modalIn;overflow:hidden}@keyframes modalIn{0%{opacity:0;transform:scale(.92)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.nlModalTop{background:#0a0a0a;padding:1.4rem 1.75rem 1.2rem}.nlModalTopInner{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.nlModalSubtitle{color:#fff;margin:0;font-size:1rem;font-weight:600}.nlCloseBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;transition:background .15s;display:flex}.nlCloseBtn:hover{background:#fff3}.nlModalBody{padding:1.75rem}.newsletterSuccess{color:#3b6d11;text-align:center;background:#eaf3de;border-radius:10px;padding:1.25rem;font-size:.9rem;line-height:1.6}@media (max-width:640px){.newsletterTop{padding:1.75rem 1.25rem}.nlModalBody{padding:1.25rem}}.faqSection{box-sizing:border-box;background:linear-gradient(#f8f9fa 0%,#fff 50%,#f8f9fa 100%);width:100%;padding:80px 40px;position:relative;overflow:hidden visible}.faqContainer{z-index:2;width:100%;max-width:860px;margin:0 auto;position:relative}.faqHeader{text-align:center;margin-bottom:52px}.faqHeader h2{color:#32e007;letter-spacing:-.02em;word-break:break-word;margin-bottom:12px;font-size:clamp(1.4rem,3vw,2rem);font-weight:700;line-height:1.3}.faqLine{background:linear-gradient(90deg,#00ed40,#00bf2d);border-radius:2px;width:60px;height:4px;margin:0 auto}.faqBgTop{pointer-events:none;background:radial-gradient(circle,#0052cc0d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-80px;right:-80px}.faqBgBottom{pointer-events:none;background:radial-gradient(circle,#00bf2d0d 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-60px;left:-60px}@media (max-width:768px){.faqSection{padding:60px 18px}.faqContainer{width:100%}.faqHeader{margin-bottom:35px}.faqHeader h2{font-size:1.5rem;line-height:1.4}.faq-answer,.faq-question,.faq-item p,.faq-item div,.faq-item span{overflow-wrap:break-word;word-break:break-word;white-space:normal;width:100%;max-width:100%;line-height:1.7}}@media (max-width:480px){.faqSection{padding:50px 14px}.faqHeader h2{font-size:1.3rem}}
