body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.allproducts-section{min-height:100vh;background:#0b0b0d;padding:3rem 0}.allproducts-title{font-size:2.5rem;font-weight:800;color:#fff;text-align:center;margin-bottom:1.2rem;letter-spacing:-1px;text-shadow:0 0 10px #ff3c00;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.2rem}.allproducts-title-center{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-bottom:.2rem}.allproducts-grid{display:grid;grid-template-columns:repeat(4,minmax(260px,1fr));gap:1.2rem;justify-items:start;padding-left:1.2rem;padding-right:1.2rem}@media (max-width: 1200px){.allproducts-grid{grid-template-columns:repeat(3,minmax(220px,1fr))}}@media (max-width: 900px){.allproducts-grid{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media (max-width: 600px){.allproducts-grid{grid-template-columns:1fr;padding-left:.4rem;padding-right:.4rem}}.allproducts-card{background:#161616b3;border:1.5px solid #2c2c2c;border-radius:1.25rem;box-shadow:0 4px 32px #ff3c0033;overflow:hidden;display:flex;flex-direction:column;width:100%;max-width:320px;transition:box-shadow .3s,transform .3s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeInUp .5s ease-out}.allproducts-card:hover{box-shadow:0 8px 40px #ff3c00cc;transform:translateY(-8px) scale(1.03)}.allproducts-imagebox{background:#111;height:192px;display:flex;align-items:center;justify-content:center}.allproducts-image{width:100%;height:100%;object-fit:contain;border-radius:1.25rem 1.25rem 0 0;background:#fff;transition:transform .4s}.allproducts-card:hover .allproducts-image{transform:scale(1.05)}.allproducts-info{padding:1.25rem;display:flex;flex-direction:column;flex:1}.allproducts-name{font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:.5rem;transition:color .2s}.allproducts-card:hover .allproducts-name{color:#ff3c00}.allproducts-desc{color:#b0b0b0;font-size:.97rem;margin-bottom:1.2rem;min-height:2.2em;line-clamp:2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.allproducts-bottom{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto}.allproducts-price{font-size:1.5rem;font-weight:700;color:#ff3c00;text-shadow:0 0 6px #ff3c00}.allproducts-btn{background:linear-gradient(90deg,#ff3c00,#8b0000);color:#fff;padding:.5rem 1.2rem;border-radius:.75rem;font-weight:600;font-size:.97rem;box-shadow:0 2px 12px #ff3c0033;border:none;display:flex;align-items:center;gap:.4rem;cursor:pointer;transition:box-shadow .2s,transform .2s}.allproducts-btn:hover{box-shadow:0 4px 24px #ff3c00cc;transform:scale(1.07)}.allproducts-backbtn{display:flex;align-items:center;gap:.5rem;background:#121212;border:1.5px solid #2b2b2b;color:#fff;padding:.4rem 2.2rem;border-radius:.75rem;font-weight:600;margin-bottom:1.2rem;box-shadow:0 2px 12px #ff3c0033;transition:border .2s,box-shadow .2s;height:2.2rem;min-height:unset;font-size:1.05rem}.allproducts-backbtn svg{width:1.5rem;height:1.5rem}.allproducts-filterbar{display:flex;justify-content:center;width:100%;margin:0 auto 1.2rem;flex-direction:row}@media (min-width: 768px){.allproducts-filterbar{flex-direction:row;align-items:center;gap:1.5rem}}.allproducts-categorybar{display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;padding:.5rem .2rem;background:#18191c;border-radius:.75rem;box-shadow:0 2px 16px #c2020815;scrollbar-width:none;-ms-overflow-style:none;justify-content:center;align-items:center}.allproducts-categorybar::-webkit-scrollbar{display:none}.allproducts-categorybtn{flex:0 0 auto;padding:.5rem 1.2rem;border-radius:.75rem;font-weight:600;font-size:1rem;border:1.5px solid #232428;background:#232428;color:#fff;transition:background .2s,color .2s,border .2s;cursor:pointer;outline:none;margin-right:.1rem}.allproducts-categorybtn:last-child{margin-right:0}.allproducts-categorybtn.selected{background:linear-gradient(90deg,#ff3c00,#8b0000);color:#fff;border-color:#ff3c00;box-shadow:0 2px 12px #ff3c0033}.allproducts-categorybtn:hover:not(.selected){background:#292929;color:#ff3c00;border-color:#ff3c00}.allproducts-searchbox{width:100%;max-width:520px;margin:0 auto;display:flex;align-items:center;background:#f5f5f7;border-radius:.75rem;box-shadow:0 2px 12px #ff3c0010;border:1.5px solid #e0e0e0;padding:.2rem 1.2rem;justify-content:center}@media (max-width: 900px){.allproducts-headerbar{flex-direction:column;align-items:stretch;gap:.7rem}.allproducts-searchbox{max-width:100%;margin:0}}.allproducts-searchinput{width:100%;background:transparent;border:none;outline:none;color:#232428;font-size:1.1rem;padding:.9rem .2rem}.allproducts-searchinput::placeholder{color:#888;opacity:1}.allproducts-subcategorydropdown-wrapper{width:100%;display:flex;justify-content:center;margin-bottom:2rem}.allproducts-subcategorydropdown{min-width:220px;max-width:100%;background:#18191c;border-radius:.9rem;box-shadow:0 8px 32px #c2020822;border:1.5px solid #232428;padding:.5rem;display:flex;flex-direction:column;max-height:320px;overflow:hidden;margin:0 auto;align-items:center}@media (max-width: 600px){.allproducts-subcategorydropdown{min-width:0;width:100%;max-height:60vw;padding:.5rem .2rem}}.allproducts-subcategoryitem{width:100%;text-align:left;padding:.55rem 1.1rem;border-radius:.7rem;font-weight:500;font-size:1rem;border:none;background:transparent;color:#fff;transition:background .18s,color .18s;cursor:pointer;outline:none;margin-bottom:.1rem;position:relative;z-index:1}.allproducts-subcategoryitem.selected{background:linear-gradient(90deg,#ff3c00,#8b0000);color:#fff;box-shadow:0 2px 12px #ff3c0033}.allproducts-subcategoryitem:hover:not(.selected){background:#292929;color:#ff3c00}.allproducts-subcategorylist{overflow-y:auto;max-height:220px;padding-right:2px;margin-top:.2rem}.allproducts-subcategorylist::-webkit-scrollbar{width:6px;background:#232428;border-radius:6px}.allproducts-subcategorylist::-webkit-scrollbar-thumb{background:#444;border-radius:6px}.allproducts-maincatblock{margin-bottom:2.5rem}.allproducts-maincat-title{font-size:2rem;font-weight:800;color:#fff;margin-bottom:1.1rem;margin-top:.7rem;margin-left:.5rem;letter-spacing:-1px;text-shadow:0 0 8px #c20208cc;border-left:6px solid #c20208;padding:.5rem 2.2rem .5rem 1.2rem;background:#c20208;border-radius:.7rem;box-shadow:0 2px 16px #c2020812;display:inline-block;transition:box-shadow .2s,background .2s,transform .18s;text-align:center;margin-right:auto;margin-left:auto}.allproducts-maincat-title:hover{background:linear-gradient(90deg,#c20208 70%,#ff4d4d);box-shadow:0 4px 32px #ff4d4d66,0 0 16px #fff3;transform:scale(1.03)}.allproducts-subcatblock{margin-bottom:1.7rem}.allproducts-subcat-title{font-size:1.25rem;font-weight:700;color:#c20208;margin-bottom:.7rem;margin-top:.2rem;margin-left:1.2rem;padding:.35rem 1.5rem .35rem 1.1rem;border-left:3px solid #c20208;text-shadow:0 0 4px #c2020822;background:#fff;border-radius:.5rem;box-shadow:0 1px 8px #c2020810;display:inline-block;transition:box-shadow .2s,color .2s,background .2s,transform .18s;text-align:center;margin-right:auto;margin-left:auto}.allproducts-subcat-title:hover{color:#fff;background:linear-gradient(90deg,#c20208 70%,#ff4d4d);box-shadow:0 4px 24px #ff4d4d66,0 0 12px #fff3;transform:scale(1.03)}.allproducts-headerbar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:.7rem;position:relative}.allproducts-backbtn{flex-shrink:0;margin-right:auto}.allproducts-searchbar-container{display:flex;align-items:center;justify-content:center;width:100%;max-width:600px;margin:0 auto}@media (max-width: 600px){.allproducts-maincat-title{font-size:1.2rem;padding-left:.7rem;margin-left:.2rem;padding-right:1rem;text-align:center;margin-right:auto;margin-left:auto}.allproducts-subcat-title{font-size:1rem;padding-left:.6rem;margin-left:.4rem;padding-right:.7rem;text-align:center;margin-right:auto;margin-left:auto}.allproducts-maincatblock{margin-bottom:1.2rem}.allproducts-subcatblock{margin-bottom:.7rem}.allproducts-grid{padding-left:.4rem;padding-right:.4rem}}.allproducts-modal-overlay{position:fixed;inset:0;background:#000000a6;z-index:1000;display:flex;align-items:center;justify-content:center}.allproducts-modal{background:#18191c;border-radius:1.5rem;box-shadow:0 12px 64px #0008;max-width:600px;width:98vw;padding:2.7rem 2.2rem 2.2rem;position:relative;animation:fadeInUp .3s;display:flex;flex-direction:column;align-items:center}.allproducts-modal-close{position:absolute;top:1.3rem;right:1.3rem;background:none;border:none;font-size:2.3rem;color:#fff;cursor:pointer;z-index:2;transition:color .18s}.allproducts-modal-close:hover{color:#c20208}.allproducts-modal-imgbox{width:100%;display:flex;justify-content:center;margin-bottom:1.5rem}.allproducts-modal-title{font-size:1.7rem;font-weight:800;color:#fff;margin-bottom:.3rem;text-align:center;letter-spacing:-1px}.allproducts-modal-subcat{font-size:1.15rem;font-weight:600;color:#c20208;margin-bottom:1.1rem;text-align:center;letter-spacing:-.5px}.allproducts-modal-desc{color:#e0e0e0;font-size:1.13rem;text-align:center;margin-bottom:.2rem}.allproducts-modal-desc a{color:#c20208;font-weight:600;text-decoration:underline;transition:color .18s}.allproducts-modal-desc a:hover{color:#ff4d4d}.allproducts-modal-desc .adres-paragraf{display:block;margin-top:1.1em;color:#fff;font-size:1.08rem;font-weight:500}@media (max-width: 600px){.allproducts-modal{padding:1.2rem .5rem 1rem;max-width:99vw}.allproducts-modal-title{font-size:1.15rem}.allproducts-modal-subcat{font-size:1rem}.allproducts-modal-desc{font-size:.99rem}}.allservices-section{min-height:100vh;background:#10131a;padding:3rem 0}.allservices-title{font-size:2.5rem;font-weight:800;color:#fff;text-align:center;margin-bottom:2.5rem;letter-spacing:-1px;text-shadow:0 0 10px #1976d2;display:flex;align-items:center;justify-content:center;gap:.5rem}.allservices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;justify-items:start;padding-left:1.2rem;padding-right:1.2rem}@media (max-width: 900px){.allservices-grid{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media (max-width: 600px){.allservices-grid{grid-template-columns:1fr;padding-left:.4rem;padding-right:.4rem}}.allservices-headerbar{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.allservices-searchbar-container{display:flex;align-items:center;justify-content:center;width:100%;max-width:600px;margin:0 auto}.allservices-searchbox{width:100%;max-width:520px;margin:0 auto;display:flex;align-items:center;background:#e3eafc;border-radius:.75rem;box-shadow:0 2px 12px #1976d210;border:1.5px solid #b3c6f7;padding:.2rem 1.2rem;justify-content:center}.allservices-searchinput{width:100%;background:transparent;border:none;outline:none;color:#0d1a2f;font-size:1.1rem;padding:.9rem .2rem}.allservices-searchinput::placeholder{color:#3b4cca;opacity:1}.allservices-list{display:flex;flex-direction:column;gap:2.2rem;align-items:stretch;padding-left:2.5rem;padding-right:2.5rem}.allservices-card{background:#181e2a;border:1.5px solid #23305a;border-radius:1.25rem;box-shadow:0 4px 32px #1976d233;overflow:hidden;display:flex;flex-direction:row;width:100%;min-height:340px;max-width:100%;transition:box-shadow .3s,transform .3s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeInUp .5s ease-out}.allservices-card:hover{box-shadow:0 8px 40px #1976d2cc;transform:translateY(-8px) scale(1.03)}.allservices-imagebox{background:#0d1a2f;min-width:340px;width:340px;height:340px;display:flex;align-items:center;justify-content:center;border-radius:1.25rem 0 0 1.25rem;overflow:hidden}.allservices-image{width:100%;height:100%;object-fit:cover;border-radius:1.25rem 0 0 1.25rem;background:#fff;transition:transform .4s}.allservices-card:hover .allservices-image{transform:scale(1.05)}.allservices-info{padding:2.2rem 2.2rem 2.2rem 1.2rem;display:flex;flex-direction:column;flex:1;justify-content:center}.allservices-name{font-size:1.35rem;font-weight:700;color:#1976d2;margin-bottom:.7rem;transition:color .2s}.allservices-card:hover .allservices-name{color:#1565c0}.allservices-desc{color:#b0b0b0;font-size:1.08rem;margin-bottom:.2rem;min-height:2.2em;line-clamp:2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.allservices-modal-overlay{position:fixed;inset:0;background:#0a1428bf;z-index:1000;display:flex;align-items:center;justify-content:center}.allservices-modal{background:#162040;border-radius:1.5rem;box-shadow:0 12px 64px #000a;max-width:700px;width:98vw;padding:2.7rem 2.2rem 2.2rem;position:relative;animation:fadeInUp .3s;display:flex;flex-direction:column;align-items:center}.allservices-modal-close{position:absolute;top:1.3rem;right:1.3rem;background:none;border:none;font-size:2.3rem;color:#fff;cursor:pointer;z-index:2;transition:color .18s}.allservices-modal-close:hover{color:#1976d2}.allservices-modal-imgbox{width:100%;display:flex;justify-content:center;margin-bottom:1.5rem}.allservices-modal-title{font-size:1.7rem;font-weight:800;color:#fff;margin-bottom:.3rem;text-align:center;letter-spacing:-1px}.allservices-modal-desc{color:#e0e0e0;font-size:1.13rem;text-align:center;margin-bottom:.2rem}.allservices-modal-desc a{color:#1976d2;font-weight:600;text-decoration:underline;transition:color .18s}.allservices-modal-desc a:hover{color:#1565c0}.allservices-modal-desc .adres-paragraf{display:block;margin-top:1.1em;color:#fff;font-size:1.08rem;font-weight:500}.telefon-paragraf{display:block;margin-top:1.1em;color:#1976d2;font-size:1.18rem;font-weight:700;text-align:center;margin-bottom:.7em}.allservices-modal-desc .telefon-paragraf a{color:#1976d2;font-weight:700;text-decoration:underline;margin:0 .2em}.allservices-modal-desc .telefon-paragraf a:hover{color:#1565c0}.allservices-modal-desc span{display:block;margin-bottom:.7em}@media (max-width: 900px){.allservices-card{flex-direction:column;min-height:unset}.allservices-imagebox{min-width:100%;width:100%;height:200px;border-radius:1.25rem 1.25rem 0 0}.allservices-image{border-radius:1.25rem 1.25rem 0 0}.allservices-info{padding:1.2rem}.allservices-list{padding-left:.5rem;padding-right:.5rem}}.allprojects-section{min-height:100vh;background:#0b0b0d;padding:3rem 0}.allprojects-title{font-size:2.5rem;font-weight:800;color:#fff;text-align:center;margin-bottom:1.2rem;letter-spacing:-1px;text-shadow:0 0 10px #ff3c00;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.2rem}.allprojects-title-center{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-bottom:.2rem}.allprojects-grid{display:grid;grid-template-columns:repeat(4,minmax(260px,1fr));gap:1.2rem;justify-items:start;padding-left:1.2rem;padding-right:1.2rem}@media (max-width: 1200px){.allprojects-grid{grid-template-columns:repeat(3,minmax(220px,1fr))}}@media (max-width: 900px){.allprojects-grid{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media (max-width: 600px){.allprojects-grid{grid-template-columns:1fr;padding-left:.4rem;padding-right:.4rem}}.allprojects-list{display:flex;flex-direction:column;gap:1.5rem;padding:0 1.2rem}.allprojects-card{background:#161616b3;border:1.5px solid #2c2c2c;border-radius:1.25rem;box-shadow:0 4px 32px #ff3c0033;overflow:hidden;display:flex;flex-direction:row;width:100%;min-height:340px;max-width:100%;transition:box-shadow .3s,transform .3s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeInUp .5s ease-out;cursor:pointer}.allprojects-card:hover{box-shadow:0 8px 40px #ff3c00cc;transform:translateY(-8px) scale(1.03)}.allprojects-imagebox{background:#111;min-width:340px;width:340px;height:340px;display:flex;align-items:center;justify-content:center;border-radius:1.25rem 0 0 1.25rem;overflow:hidden}.allprojects-image{width:100%;height:100%;object-fit:cover;border-radius:1.25rem 0 0 1.25rem;background:#fff;transition:transform .4s}.allprojects-card:hover .allprojects-image{transform:scale(1.05)}.allprojects-info{padding:2.2rem 2.2rem 2.2rem 1.2rem;display:flex;flex-direction:column;flex:1;justify-content:center}.allprojects-name{font-size:1.35rem;font-weight:700;color:#ff3c00;margin-bottom:.7rem;transition:color .2s}.allprojects-card:hover .allprojects-name{color:#ff4d4d}.allprojects-desc{color:#b0b0b0;font-size:1.08rem;margin-bottom:1rem;min-height:2.2em;line-clamp:2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.allprojects-date{color:#888;font-size:.9rem;font-style:italic}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.allprojects-headerbar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:.7rem;position:relative}.allprojects-searchbar-container{display:flex;align-items:center;justify-content:center;width:100%;max-width:600px;margin:0 auto}.allprojects-searchbox{width:100%;max-width:520px;margin:0 auto;display:flex;align-items:center;background:#f5f5f7;border-radius:.75rem;box-shadow:0 2px 12px #ff3c0010;border:1.5px solid #e0e0e0;padding:.2rem 1.2rem;justify-content:center}@media (max-width: 900px){.allprojects-headerbar{flex-direction:column;align-items:stretch;gap:.7rem}.allprojects-searchbox{max-width:100%;margin:0}}.allprojects-searchinput{width:100%;background:transparent;border:none;outline:none;color:#232428;font-size:1.1rem;padding:.9rem .2rem}.allprojects-searchinput::placeholder{color:#888;opacity:1}.allprojects-modal-overlay{position:fixed;inset:0;background:#000000a6;z-index:1000;display:flex;align-items:center;justify-content:center}.allprojects-modal{background:#18191c;border-radius:1.5rem;box-shadow:0 12px 64px #0008;max-width:600px;width:98vw;padding:2.7rem 2.2rem 2.2rem;position:relative;animation:fadeInUp .3s;display:flex;flex-direction:column;align-items:center}.allprojects-modal-close{position:absolute;top:1.3rem;right:1.3rem;background:none;border:none;font-size:2.3rem;color:#fff;cursor:pointer;z-index:2;transition:color .18s}.allprojects-modal-close:hover{color:#ff3c00}.allprojects-modal-imgbox{width:100%;display:flex;justify-content:center;margin-bottom:1.5rem}.allprojects-modal-title{font-size:1.7rem;font-weight:800;color:#fff;margin-bottom:.3rem;text-align:center;letter-spacing:-1px}.allprojects-modal-desc{color:#e0e0e0;font-size:1.13rem;text-align:center;margin-bottom:.2rem}.allprojects-modal-desc a{color:#ff3c00;font-weight:600;text-decoration:underline;transition:color .18s}.allprojects-modal-desc a:hover{color:#ff4d4d}.allprojects-modal-desc .telefon-paragraf,.allprojects-modal-desc .adres-paragraf{display:block;margin-top:1.1em;color:#fff;font-size:1.08rem;font-weight:500}@media (max-width: 600px){.allprojects-modal{padding:1.2rem .5rem 1rem;max-width:99vw}.allprojects-modal-title{font-size:1.15rem}.allprojects-modal-desc{font-size:.99rem}.allprojects-imagebox{min-width:200px;width:200px;height:200px}.allprojects-info{padding:1.5rem 1rem}.allprojects-name{font-size:1.1rem}.allprojects-desc{font-size:.95rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#fcfefe;background:#000205;overflow-x:hidden}.app{min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:0 40px}.header{background:#fcfefe;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 2px 16px #00000012;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.header.scrolled{background:#fcfefe;-webkit-backdrop-filter:none;backdrop-filter:none}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.logo{font-size:2.5rem;font-weight:700;color:#c20208;display:flex;align-items:center;gap:1rem;padding:.2rem 0}.nav-menu{display:flex;list-style:none;gap:3rem}.nav-menu a{text-decoration:none;color:#000205;font-weight:500;font-size:1.1rem;transition:color .3s}.nav-menu a:hover{color:#c20208}.hero{height:100vh;background:linear-gradient(135deg,#c20208,#000205);display:flex;align-items:center;justify-content:center;text-align:center;color:#fcfefe;margin-top:80px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:120px;background:linear-gradient(180deg,#c2020800,#000205);z-index:3;pointer-events:none}.hero.hero-blur-bg{position:relative;background:url(/assets/MekanLogo1-Df7YMXwk.png) center/cover no-repeat;overflow:hidden}.hero-bg-blur{position:absolute;inset:0;width:100%;height:100%;background:#000205b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1}.hero-content{position:relative;z-index:2;transform:translateY(0);transition:all .5s ease}.hero-content.blurred{filter:blur(5px);transform:translateY(-50px);opacity:.7}.hero-content h1{font-size:5rem;margin-bottom:2rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3);color:#fcfefe}.hero-content p{font-size:1.8rem;margin-bottom:3rem;text-shadow:1px 1px 2px rgba(0,0,0,.3);color:#fcfefe}.about-us{min-height:100vh;padding:8rem 0;background:linear-gradient(180deg,#000205 80%,#18191b);position:relative;z-index:1;transform:translateY(0);transition:all .5s ease;display:flex;align-items:center;box-shadow:0 20px 60px #00020540}.about-us.fade-in{opacity:1;transform:translateY(0)}.about-us.fade-out{opacity:.3;transform:translateY(50px)}.about-content{display:grid;grid-template-columns:2fr 1.2fr;gap:2rem;align-items:center;width:100%}.about-images{position:relative;width:100%;height:420px;display:flex;align-items:center}.about-main-img{position:relative;z-index:2;width:320px;height:420px;border-radius:32px;box-shadow:0 20px 40px #00000026;object-fit:cover}.about-bg-img{position:absolute;top:20px;left:-40px;width:260px;height:340px;border-radius:18px;filter:blur(4px);opacity:.5;z-index:1;object-fit:cover}.about-bg-img2{position:absolute;bottom:10px;right:-40px;width:180px;height:220px;border-radius:14px;filter:blur(6px);opacity:.4;z-index:1;object-fit:cover}.about-text{padding-left:1.5rem;text-align:left}.about-text h2{font-size:3.5rem;margin-bottom:2rem;color:#fcfefe;line-height:1.2}.about-text p{font-size:1.3rem;line-height:1.8;color:#fcfefe;margin-bottom:2rem}.completed-projects{min-height:100vh;padding:8rem 0;background:linear-gradient(180deg,#18191b 80%,#000205);position:relative;z-index:1;transform:translateY(0);transition:all .5s ease;display:flex;align-items:center;box-shadow:0 20px 60px #00020540}.completed-projects.fade-in{opacity:1;transform:translateY(0)}.completed-projects.fade-out{opacity:.3;transform:translateY(50px)}.projects-grid{display:flex;flex-direction:column;gap:6rem;width:100%}.project-item{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;opacity:1;transform:translateY(0);transition:all .5s ease}.project-item:nth-child(2n){direction:rtl}.project-item:nth-child(2n) .project-text{direction:ltr}.project-item.fade-in{opacity:1;transform:translateY(0)}.project-item.fade-out{opacity:.3;transform:translateY(30px)}.project-image{width:100%;height:500px;background:#ddd;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#666;transition:all .3s ease;box-shadow:0 20px 40px #0000001a}.project-image:hover{transform:scale(1.05);box-shadow:0 30px 60px #0003}.project-text h3{font-size:2.5rem;margin-bottom:1.5rem;color:#fcfefe;line-height:1.2}.project-text p{font-size:1.3rem;line-height:1.7;color:#fcfefe}.products-services{min-height:100vh;padding:8rem 0;background:linear-gradient(180deg,#000205 80%,#18191b);position:relative;z-index:1;transform:translateY(0);transition:all .5s ease;display:flex;align-items:center;box-shadow:0 20px 60px #00020540}.products-services.fade-in{opacity:1;transform:translateY(0)}.products-services.fade-out{opacity:.3;transform:translateY(50px)}.ps-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;width:100%}.products,.services{background:#000205;padding:4rem;border-radius:20px;box-shadow:0 20px 40px #00020526;transition:all .3s ease;min-height:600px;display:flex;flex-direction:column;justify-content:center}.products:hover,.services:hover{transform:translateY(-10px);box-shadow:0 30px 60px #00000026}.products h2,.services h2{font-size:2.5rem;margin-bottom:3rem;color:#fcfefe;text-align:center}.products-list,.services-list{list-style:none}.products-list li,.services-list li{padding:1.5rem 0;border-bottom:1px solid #18191b;font-size:1.3rem;transition:all .3s ease;color:#fcfefe}.products-list li:hover,.services-list li:hover{color:#c20208;padding-left:15px}.products-list li:last-child,.services-list li:last-child{border-bottom:none}.footer{min-height:60vh;background:linear-gradient(180deg,#000205 80%,#18191b);color:#fcfefe;padding:5rem 0 2rem;position:relative;z-index:1;transform:translateY(0);transition:all .5s ease;box-shadow:0 -10px 40px #00020540}.footer.fade-in{opacity:1;transform:translateY(0)}.footer.fade-out{opacity:.3;transform:translateY(50px)}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3rem;justify-content:center;align-items:start}.footer-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:#fcfefe}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:1rem;font-size:1.1rem}.footer-section ul li a{color:#fcfefe;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#c20208}.footer-bottom{border-top:1px solid #18191b;padding-top:2rem;text-align:center;color:#fcfefe;font-size:1.1rem}.scroll-progress{position:fixed;top:0;left:0;width:0%;height:4px;background:linear-gradient(90deg,#c20208,#000205);z-index:9999;transition:width .1s ease}@media (max-width: 1200px){.container{max-width:1000px;padding:0 30px}.hero-content h1{font-size:4rem}.about-text h2,.project-text h3{font-size:3rem}}@media (max-width: 768px){.container{padding:0 20px}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.3rem}.about-content,.project-item,.ps-content{grid-template-columns:1fr;gap:3rem}.project-item:nth-child(2n){direction:ltr}.about-image,.project-image{height:400px}.products,.services{padding:2rem;min-height:400px}.footer-content{grid-template-columns:1fr;text-align:center}.nav-menu{display:none}.about-text h2,.project-text h3,.products h2,.services h2{font-size:2rem}.about-text p,.project-text p{font-size:1.1rem}}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:1200px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:40px;max-width:1200px;margin:0 auto;padding-bottom:60px}.products-grid>div{background:#18191b;border-radius:22px;box-shadow:0 8px 32px #0000002e;transition:box-shadow .3s,transform .3s;border:1.5px solid #232323;overflow:hidden;display:flex;flex-direction:column;align-items:center;min-height:420px}.products-grid>div:hover{box-shadow:0 16px 48px #c202082e;transform:translateY(-8px) scale(1.03);border-color:#c20208}.products-grid img{width:100%;max-width:220px;max-height:160px;object-fit:contain;border-radius:16px;margin:24px auto 0;background:#fff;box-shadow:0 2px 12px #00000012;display:block}.products-grid h3{color:#fff;font-size:1.25rem;font-weight:700;margin:18px 0 6px;text-align:center}.products-grid p{color:#bdbdbd;font-size:1rem;margin-bottom:12px;text-align:center}.products-grid .text-2xl{color:#ffb300;font-size:1.5rem;font-weight:700;margin-bottom:10px}.products-grid button{margin:18px auto 0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c20208,#ffb300);color:#fff;border:none;border-radius:50%;width:56px;height:56px;font-size:2rem;font-weight:700;box-shadow:0 4px 16px #c202081f;cursor:pointer;transition:background .3s,transform .2s,box-shadow .3s;position:relative}.products-grid button:hover{background:linear-gradient(135deg,#ffb300,#c20208);transform:scale(1.12) rotate(-6deg);box-shadow:0 8px 32px #c2020838}.products-grid button span{font-size:2.2rem;line-height:1;margin:0}.products-grid .group/btn span{font-size:1rem;margin-left:8px}@media (max-width: 768px){.products-grid{grid-template-columns:1fr 1fr;gap:18px;padding-bottom:30px}.products-grid>div{min-height:340px}.products-grid img{max-width:140px;max-height:90px;margin-top:12px}}
