@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";.admin-layout{color:#f1f5f9;background:#0f172a;width:100vw;height:100vh;font-family:Inter,sans-serif;display:flex;overflow:hidden}.admin-sidebar{background:#1e293b;border-right:1px solid #334155;flex-direction:column;width:260px;display:flex}.admin-logo{border-bottom:1px solid #334155;padding:24px}.admin-logo h3{color:#38bdf8;letter-spacing:1px;margin:0;font-weight:800}.admin-nav{flex-direction:column;flex:1;gap:8px;padding:20px 0;display:flex;overflow-y:auto}.admin-nav a{color:#94a3b8;align-items:center;gap:12px;padding:12px 24px;font-size:15px;text-decoration:none;transition:all .2s;display:flex}.admin-nav a:hover,.admin-nav a.active{color:#fff;background:#0ea5e9;border-left:4px solid #fff}.admin-logout{border-top:1px solid #334155;padding:20px 24px}.admin-logout button{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:6px;align-items:center;gap:10px;width:100%;padding:10px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.admin-logout button:hover{color:#fff;background:#ef4444}.admin-content-area{flex-direction:column;flex:1;display:flex;overflow:hidden}.admin-header{background:#1e293b;border-bottom:1px solid #334155;justify-content:space-between;align-items:center;height:70px;padding:0 32px;display:flex}.admin-header h2{margin:0;font-size:18px;font-weight:600}.view-site-btn{color:#f8fafc;background:#334155;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.view-site-btn:hover{background:#475569}.admin-page-content{background:#0f172a;flex:1;padding:32px;overflow-y:auto}.admin-card{background:#1e293b;border:1px solid #334155;border-radius:8px;margin-bottom:24px;padding:24px}.admin-form-group{margin-bottom:20px}.admin-form-group label{color:#cbd5e1;margin-bottom:8px;font-weight:500;display:block}.admin-form-group input,.admin-form-group textarea,.admin-form-group select{color:#fff;background:#0f172a;border:1px solid #334155;border-radius:6px;width:100%;padding:10px 14px;font-family:inherit}.admin-form-group input:focus,.admin-form-group textarea:focus{border-color:#38bdf8;outline:none}.admin-btn{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:6px;padding:10px 20px;font-weight:600;transition:all .2s}.admin-btn:hover{background:#0284c7}.admin-table{border-collapse:collapse;width:100%}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #334155;padding:12px 16px}.admin-table th{color:#94a3b8;font-weight:600}.admin-table-actions button{color:#38bdf8;cursor:pointer;background:0 0;border:none;margin-right:12px}.admin-table-actions button.delete{color:#ef4444}:root{--bg-main:#020b18;--bg-card:#071931d1;--border-blue:#4184be59;--primary-blue:#00a8ff;--primary-purple:#7c4dff;--text-white:#fff;--text-soft:#b8c7d9}*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#020b18;font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(1180px,92%);margin:0 auto}.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#020b18d9;border-bottom:1px solid #4184be2e;width:100%;height:76px;position:fixed;top:0}.nav-inner{justify-content:space-between;align-items:center;height:76px;display:flex}.logo,.footer-logo{align-items:center;gap:10px;font-size:20px;font-weight:900;display:flex}.logo img,.footer-logo img{width:48px}.nav-links{align-items:center;gap:28px;display:flex}.nav-links a{font-size:14px;font-weight:700;position:relative}.nav-links a.active,.nav-links a:hover{color:var(--primary-blue)}.nav-links a.active:after{content:"";background:var(--primary-blue);width:100%;height:2px;position:absolute;bottom:-12px;left:0}.nav-search-form{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;align-items:center;width:100%;max-width:240px;padding:4px 10px 4px 16px;transition:all .3s;display:flex}.nav-search-form:focus-within{background:#ffffff1a;border-color:#385cff;box-shadow:0 0 10px #385cff4d}.nav-search-input{color:#fff;background:0 0;border:none;outline:none;width:100%;padding:4px 0;font-size:13px}.nav-search-input::placeholder{color:#ffffff80}.nav-search-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:14px;transition:transform .2s;display:flex}.nav-search-btn:hover{transform:scale(1.15)}.mobile-menu{color:#fff;background:0 0;border:none;display:none}.hero,.page-hero{background-color:#0000;background-image:linear-gradient(90deg,#020b18fa 0%,#020b18bf 45%,#020b1840 100%),url(/images/city-network.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:500px;padding-top:80px;display:flex}.hero-content h1,.page-hero h1{letter-spacing:-2px;margin-bottom:18px;font-size:clamp(42px,6vw,68px);font-weight:800;line-height:1}.hero-content h1 span{color:var(--primary-blue)}.hero-content p,.page-hero p{max-width:520px;color:var(--text-soft);margin-bottom:28px;font-size:18px;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:18px;display:flex}.primary-btn,.outline-btn{border-radius:7px;align-items:center;gap:10px;padding:14px 26px;font-weight:800;display:inline-flex}.primary-btn{background:linear-gradient(135deg,#36f,#9b4dff)}.outline-btn{border:1px solid #ffffff59}.test-section{padding:50px 0}.test-section h2{margin-bottom:10px;font-size:32px}.test-section p{color:var(--text-soft)}.footer{background:#030f1ff2;border-top:1px solid #4184be38;padding-top:28px}.footer-grid{grid-template-columns:1.2fr 1fr 1.3fr;align-items:start;gap:40px;display:grid}.footer-logo{align-items:center;margin-bottom:14px;display:flex}.footer-logo img{object-fit:contain;width:250px;height:auto}.footer p,.footer a{color:#b8c7d9;font-size:13px;line-height:1.65}.footer h4{text-transform:uppercase;color:#fff;margin-bottom:14px;font-size:14px;font-weight:900}.footer a{margin-bottom:8px;display:block}.footer a:hover{color:#00a8ff}.footer-col h4{text-transform:uppercase;color:#00a8ff;letter-spacing:.8px;margin-bottom:18px;font-size:13px;font-weight:800}.footer-contact-list{margin:0;padding:0;list-style:none}.footer-contact-list li{color:#b8c7d9;align-items:center;gap:12px;margin-bottom:12px;display:flex}.footer-contact-list li .contact-icon{color:#00a8ff;flex-shrink:0}.footer-contact-list li span{font-size:13px;line-height:1.5}.footer-social-row{gap:16px;margin-top:8px;display:flex}.social-item{flex-direction:column;align-items:center;gap:8px;transition:all .3s;display:flex;color:#b8c7d9!important;text-decoration:none!important}.social-item:hover{transform:translateY(-4px);color:#fff!important}.social-circle{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;box-shadow:0 4px 10px #00000040}.social-circle.facebook{background:#1877f2}.social-circle.instagram{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.social-circle.whatsapp{background:#25d366}.social-circle.youtube{background:red}.social-circle.linkedin{background:#0077b5}.social-item:hover .social-circle{box-shadow:0 6px 15px #00a8ff66}.social-label{letter-spacing:.4px;font-size:11px;font-weight:500}.footer-partners-bottom{justify-content:space-between;align-items:center;gap:34px;width:100%;max-width:1200px;margin:32px auto 16px;padding:14px 40px;display:flex}.partner-logo-box{justify-content:center;align-items:center;display:flex}.partner-logo-box img{object-fit:contain;opacity:.95;max-width:220px;height:56px;max-height:80px;transition:all .3s}.partner-logo-box img:hover{opacity:1;transform:scale(1.05)}.prysmian-logo,.nvent-logo,.prysun-logo{transform:scale(1.9)!important}.belden-logo,.draka-logo{transform:scale(2.4)!important}.prysmian-logo:hover,.nvent-logo:hover,.prysun-logo:hover{transform:scale(1.97)!important}.belden-logo:hover,.draka-logo:hover{transform:scale(2.5)!important}.copyright{text-align:center;color:#8fa4bc;padding:20px 0;font-size:12px}@media (width<=950px){.nav-links,.quote-btn{display:none}.mobile-menu{display:block}.footer-grid{grid-template-columns:1fr}}.glass-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#071931c7;border:1px solid #4184be59;border-radius:10px;box-shadow:0 0 30px #00a8ff0a}.home-hero{background-color:#020b18;align-items:flex-start;min-height:560px;padding-top:110px;padding-bottom:30px;display:flex;position:relative;overflow:hidden}.hero-video-bg{object-fit:cover;z-index:0;opacity:.65;width:100%;height:100%;position:absolute;top:0;left:0}.hero-dark-overlay{z-index:1;background:#020b1826;width:100%;height:100%;position:absolute;top:0;left:0}.home-hero .hero-content-dynamic{z-index:2;width:100%;display:grid;position:relative}.dynamic-text{opacity:0;visibility:hidden;grid-area:1/1;max-width:650px;padding-left:40px;transition:opacity .8s,visibility .8s}.dynamic-text.active{opacity:1;visibility:visible}.dynamic-text h1{letter-spacing:-1.5px;color:#fff;margin-bottom:35px;font-size:clamp(36px,5vw,68px);font-weight:700;line-height:.85}.dynamic-text h1 br{display:none}.dynamic-text h1 span{letter-spacing:0;color:#00a8ff;margin-top:5px;font-size:clamp(16px,1.8vw,20px);font-weight:400;display:block}.dynamic-text p{color:#c7d4e7;opacity:0;visibility:hidden;margin-bottom:28px;font-size:16px;line-height:1.55;transition:opacity .8s,visibility .8s}.dynamic-text.active p{opacity:1;visibility:visible}.dynamic-text:first-child.active p{transition-delay:2s}.dynamic-text:nth-child(2).active p{transition-delay:4s}.partner-strip{justify-content:center;align-items:center;min-height:110px;margin-top:24px;padding:8px 40px;display:flex;position:relative}.partner-logos-slider{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#fff 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#fff 15% 85%,#0000)}.partner-logos-track{width:3200px;animation:28s linear infinite scrollMarquee;display:flex}.partner-logos-track:hover{animation-play-state:paused}.partner-logos-track .partner-logo-box{flex-shrink:0;justify-content:center;align-items:center;width:200px;display:flex}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-1600px)}}.home-partner-logos{justify-content:center;align-items:center;gap:80px;width:auto;padding:0;display:flex}.home-partner-logos .partner-logo-box{justify-content:center;align-items:center;display:flex}.home-partner-logos .partner-logo-box img{object-fit:contain;max-width:350px;height:95px;max-height:140px;transition:transform .3s}.home-partner-logos .partner-logo-box img.prysmian-logo,.home-partner-logos .partner-logo-box img.nvent-logo,.home-partner-logos .partner-logo-box img.prysun-logo{transform:scale(1.9)}.home-partner-logos .partner-logo-box img.belden-logo,.home-partner-logos .partner-logo-box img.draka-logo{transform:scale(2.4)}.home-partner-logos .partner-logo-box img:hover{transform:scale(1.05)}.home-partner-logos .partner-logo-box img.prysmian-logo:hover,.home-partner-logos .partner-logo-box img.nvent-logo:hover,.home-partner-logos .partner-logo-box img.prysun-logo:hover{transform:scale(1.97)}.home-partner-logos .partner-logo-box img.belden-logo:hover,.home-partner-logos .partner-logo-box img.draka-logo:hover{transform:scale(2.5)}@media (width<=768px){.home-partner-logos{flex-direction:column;gap:40px}}.partner-strip h2{text-align:center;color:#fff;font-size:28px}.partner-title{text-transform:uppercase;text-align:left;position:absolute;left:40px}.footer-partners-bottom .partner-title{min-width:max-content;position:static}.partner-title small{color:#b8c7d9;font-size:13px;font-weight:700;display:block}.partner-title strong{color:#00a8ff;margin-top:4px;font-size:15px;display:block}.home-section{padding:18px 0}.section-head{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.section-head a{color:#00a8ff;font-size:14px;font-weight:700}.section-title{text-transform:uppercase;font-size:24px;font-weight:900}.section-title:after{content:"";background:#00a8ff;width:34px;height:2px;margin-top:7px;display:block}.product-catalogue{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.catalogue-card{flex-direction:column;transition:all .25s;display:flex;position:relative;overflow:hidden}.catalogue-card:hover,.top-product:hover,.service-card:hover,.project-card:hover{border-color:#00a8ffcc;transform:translateY(-4px)}.card-image{background:linear-gradient(135deg,#0a2548,#061326);height:155px}.card-image img{object-fit:cover;width:100%;height:100%}.card-body{flex-direction:column;flex-grow:1;padding:18px;display:flex;position:relative}.round-icon{background:#020b18d9;border:1px solid #4184be8c;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:absolute;top:-32px;left:16px}.card-body h3{margin:6px 0 8px;font-size:18px}.card-body p{color:#b8c7d9;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;padding-right:20px;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.card-link{color:#00a8ff;font-size:22px;position:absolute;bottom:14px;right:16px}.top-products-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.top-product{height:108px;padding:16px;transition:all .25s;position:relative;overflow:hidden}.top-product h3{margin-top:10px;font-size:22px}.top-product p{color:#b8c7d9;font-size:13px}.top-product img{object-fit:contain;max-width:115px;max-height:95px;position:absolute;bottom:0;right:8px}.product-badge{background:#ff334e;border-radius:0 0 4px;padding:4px 10px;font-size:11px;font-weight:900;position:absolute;top:0;left:0}.video-about{grid-template-columns:1fr 1fr;align-items:center;gap:34px;display:grid}.video-box{height:305px;position:relative;overflow:hidden}.video-box img{object-fit:cover;width:100%;height:100%}.play-btn{color:#fff;cursor:pointer;background:#000000b3;border:1px solid #ffffff4d;border-radius:50%;width:78px;height:78px;margin:auto;font-size:30px;position:absolute;inset:0}.who-box small{color:#00a8ff;text-transform:uppercase;font-weight:900}.who-box h2{margin:10px 0 12px;font-size:34px;line-height:1.12}.who-box>p{color:#b8c7d9;max-width:570px;line-height:1.7}.who-points{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px;display:grid}.who-points span{font-size:30px}.who-points h4{margin:8px 0 5px}.transcription-box{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;gap:12px;max-height:250px;margin-top:16px;padding-right:12px;display:flex;overflow-y:hidden}.transcription-box::-webkit-scrollbar{display:none}.transcription-line{color:#6b7d92;border-left:2px solid #0000;padding-left:12px;font-size:14px;line-height:1.6;transition:all .3s}.transcription-line.active{color:#fff;border-left-color:#00a8ff;font-weight:600;transform:translate(4px)}.mute-toggle-btn{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;transition:all .3s;display:flex;position:absolute;bottom:20px;right:20px}.mute-toggle-btn:hover{background:#00a8ffcc;border-color:#fff6;transform:scale(1.1)}.who-points p{color:#b8c7d9;font-size:12px;line-height:1.5}.services-strip{grid-template-columns:repeat(7,1fr);gap:14px;display:grid}.service-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:120px;padding:16px 10px;transition:all .25s;display:flex}.service-card span{margin-bottom:8px;font-size:34px}.service-card h3{margin:0;font-size:13px;line-height:1.35}.projects-home-grid{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}.project-card-clone{display:none}.project-card{transition:all .25s;overflow:hidden}.project-card img{object-fit:cover;background:#0a2548;width:100%;height:95px}.project-card div{padding:12px}.project-card h3{margin-bottom:4px;font-size:15px}.project-card p{color:#b8c7d9;font-size:12px}.about-quote-grid{grid-template-columns:1.2fr 1fr;align-items:stretch;gap:14px;padding-top:12px;padding-bottom:18px;display:grid}.about-home-box{min-height:175px;padding:20px 24px}.about-home-box h2,.quote-home-box h2{text-transform:uppercase;margin-bottom:10px;font-size:20px;font-weight:900;line-height:1.2}.about-home-box p,.quote-home-box p{color:#b8c7d9;font-size:12px;line-height:1.55}.stats-box{grid-template-columns:repeat(4,1fr);min-height:175px;display:grid;overflow:hidden}.stats-box div{text-align:center;border-right:1px solid #4184be4d;flex-direction:column;justify-content:center;align-items:center;padding:22px 10px;display:flex}.stats-box div:last-child{border-right:0}.stats-box div:before{content:"◎";color:#00a8ff;margin-bottom:10px;font-size:24px;line-height:1}.stats-box h3{color:#fff;margin-bottom:8px;font-size:25px;font-weight:900;line-height:1}.stats-box p{color:#b8c7d9;max-width:80px;font-size:11px;line-height:1.25}.quote-home-box{background:linear-gradient(135deg,#2453bed1,#7e3ddce6)}.quote-home-box .primary-btn{margin-top:16px;padding:12px 22px;font-size:13px}@media (width<=1100px){.product-catalogue,.top-products-grid{grid-template-columns:repeat(2,1fr)}.services-strip,.projects-home-grid{grid-template-columns:repeat(3,1fr)}.video-about,.about-quote-grid{grid-template-columns:1fr}.partner-strip,.footer-partners-bottom{text-align:center;flex-direction:column;gap:20px;min-height:auto}.partner-strip .partner-title{text-align:center;position:static;transform:none}}@media (width<=650px){.product-catalogue,.top-products-grid,.services-strip,.projects-home-grid,.who-points{grid-template-columns:1fr}.stats-box{grid-template-columns:repeat(2,1fr)}.section-head{flex-direction:column;align-items:flex-start;gap:8px}}.products-hero{background-color:#0000;background-image:linear-gradient(90deg,#020b18fa 0%,#020b18b8 45%,#020b182e 100%),url(/images/city-network.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:390px;padding-top:100px;display:flex}.products-hero h1{letter-spacing:-2px;margin-bottom:18px;font-size:clamp(34px,4vw,54px);font-weight:700;line-height:1}.products-hero p{color:#b8c7d9;max-width:560px;margin-bottom:26px;font-size:16px;line-height:1.6}.product-category-tabs{grid-template-columns:repeat(8,1fr);display:grid;overflow:hidden}.product-category-tabs button{color:#fff;cursor:pointer;background:0 0;border:0;border-right:1px solid #4184be59;place-items:center;gap:8px;min-height:92px;padding:14px 10px;font-size:13px;font-weight:800;transition:all .25s;display:grid}.product-category-tabs button span{font-size:13px}.products-layout-section{grid-template-columns:1fr;gap:24px;padding:24px 0;display:grid}.filter-sidebar{height:fit-content;padding:20px;position:sticky;top:95px}.filter-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.filter-header h3{text-transform:uppercase;font-size:18px}.filter-header button{color:#00a8ff;cursor:pointer;background:0 0;border:0;font-weight:700}.filter-group{border-top:1px solid #4184be47;padding:18px 0}.filter-group h4{text-transform:uppercase;margin-bottom:12px;font-size:14px}.filter-option{color:#b8c7d9;cursor:pointer;justify-content:space-between;margin-bottom:10px;font-size:14px;display:flex}.filter-option span{align-items:center;gap:9px;display:flex}.filter-option input{accent-color:#00a8ff;width:15px;height:15px}.filter-option em{color:#8fa4bc;font-style:normal}.apply-filter-btn{color:#c38cff;cursor:pointer;background:0 0;border:1px solid #9b4dff;border-radius:7px;width:100%;margin-top:10px;padding:14px;font-weight:800}.products-toolbar{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.products-toolbar p{color:#b8c7d9;font-size:14px}.toolbar-actions{align-items:center;gap:14px;display:flex}.toolbar-actions select{color:#fff;background:#071931e6;border:1px solid #4184be73;border-radius:7px;outline:none;padding:11px 16px}.toolbar-actions select optgroup{color:#00a8ff;font-weight:700}.toolbar-actions select optgroup option{color:#fff;font-weight:400}.view-buttons{gap:7px;display:flex}.view-buttons button{color:#fff;cursor:pointer;background:#071931e6;border:1px solid #4184be73;border-radius:6px;width:42px;height:42px}.view-buttons button.active{color:#00a8ff;border-color:#00a8ff}.products-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.products-list{gap:16px;display:grid}.products-list .product-card{grid-template-columns:260px 1fr;display:grid}.product-card{flex-direction:column;transition:all .25s;display:flex;overflow:hidden}.product-card:hover{border-color:#00a8ffcc;transform:translateY(-4px)}.product-card-img{background:0 0;justify-content:center;align-items:center;gap:16px;width:100%;height:160px;display:flex;position:relative}.featured-product-card{height:105px;padding:16px;transition:all .25s;position:relative;overflow:hidden}.featured-product-card:hover{border-color:#00a8ffcc;transform:translateY(-4px)}.featured-product-card h3{margin-top:12px;font-size:17px}.featured-product-card p{color:#b8c7d9;font-size:12px}.featured-product-card img{object-fit:contain;max-width:105px;max-height:92px;position:absolute;bottom:0;right:8px}.product-help-cta{background:linear-gradient(135deg,#2453bea6,#7e3ddcb8);grid-template-columns:auto 1fr auto;align-items:center;gap:26px;margin-top:16px;margin-bottom:12px;padding:28px 34px;display:grid}.help-icon{background:#020b1840;border:1px solid #fff3;border-radius:18px;place-items:center;width:76px;height:76px;font-size:34px;display:grid}.product-help-cta h2{margin-bottom:8px;font-size:24px}.product-help-cta p{color:#d6e3f5}.help-actions{gap:14px;display:flex}@media (width<=1150px){.product-category-tabs{grid-template-columns:repeat(4,1fr)}.products-layout-section{grid-template-columns:1fr}.filter-sidebar{position:static}.products-grid,.featured-products-grid{grid-template-columns:repeat(2,1fr)}.product-help-cta{grid-template-columns:1fr}.help-actions{flex-wrap:wrap}}@media (width<=650px){.product-category-tabs{grid-template-columns:repeat(2,1fr)}.products-toolbar{flex-direction:column;align-items:flex-start;gap:12px}.products-grid,.featured-products-grid{grid-template-columns:repeat(2,1fr)}.products-list .product-card{grid-template-columns:1fr}}.product-detail-page{padding-top:96px}.product-breadcrumb{color:#8fa4bc;align-items:center;gap:10px;margin-bottom:20px;font-size:13px;display:flex}.product-breadcrumb a:hover,.product-breadcrumb strong{color:#00a8ff}.product-detail-hero{grid-template-columns:1.05fr .95fr;align-items:start;gap:34px;display:grid}.product-gallery{gap:16px;display:grid}.main-product-image{height:330px;position:relative;overflow:hidden}.main-product-image img{object-fit:cover;width:100%;height:100%}.zoom-btn{color:#fff;cursor:pointer;background:#020b18cc;border:1px solid #ffffff40;border-radius:50%;width:42px;height:42px;font-size:22px;position:absolute;bottom:16px;right:16px}.gallery-thumbs{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.gallery-thumbs button{cursor:pointer;background:#071931e6;border:1px solid #4184be73;border-radius:8px;height:64px;overflow:hidden}.gallery-thumbs button.active{border-color:#00a8ff;box-shadow:0 0 0 2px #00a8ff2e}.gallery-thumbs img{object-fit:cover;width:100%;height:100%}.product-info small{color:#00a8ff;letter-spacing:.5px;font-weight:900}.product-info h1{letter-spacing:-1.5px;margin:12px 0 8px;font-size:clamp(36px,5vw,50px);line-height:1.05}.product-info h3{color:#b8c7d9;margin-bottom:20px;font-size:18px}.product-info>p{color:#b8c7d9;margin-bottom:22px;line-height:1.7}.quick-specs{grid-template-columns:repeat(4,1fr);margin-bottom:20px;padding:18px;display:grid}.quick-specs div{text-align:center;border-right:1px solid #4184be4d;padding:5px 10px}.quick-specs div:last-child{border-right:0}.quick-specs span{margin-bottom:8px;font-size:28px;display:block}.quick-specs strong{margin-bottom:4px;font-size:13px;display:block}.quick-specs p{color:#b8c7d9;font-size:12px}.product-actions{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px;display:grid}.download-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:7px;padding:14px 22px;font-weight:800}.download-btn:hover{color:#00a8ff;border-color:#00a8ff}.trust-row{color:#8fa4bc;grid-template-columns:repeat(4,1fr);gap:10px;font-size:12px;display:grid}.product-info-grid{grid-template-columns:1.3fr .75fr .65fr;gap:20px;padding-top:30px;display:grid}.spec-table,.features-box,.applications-box{padding:22px}.spec-table h2,.features-box h2,.applications-box h2{text-transform:uppercase;margin-bottom:15px;font-size:22px}.spec-table table{border-collapse:collapse;width:100%;overflow:hidden}.spec-table td{color:#b8c7d9;border:1px solid #4184be40;padding:10px 12px;font-size:13px}.spec-table td:first-child{color:#fff;background:#00a8ff0a;width:42%}.feature-item{gap:14px;margin-bottom:17px;display:flex}.feature-item span{font-size:26px}.feature-item h4{margin-bottom:4px}.feature-item p{color:#b8c7d9;font-size:13px;line-height:1.5}.application-item{color:#d8e6f8;align-items:center;gap:12px;margin-bottom:18px;display:flex}.application-item span{color:#00a8ff}.product-tabs-section{margin-top:28px;overflow:hidden}.product-tabs{border-bottom:1px solid #4184be59;grid-template-columns:repeat(4,1fr);display:grid}.product-tabs button{color:#b8c7d9;cursor:pointer;text-transform:uppercase;background:0 0;border:0;border-right:1px solid #4184be59;padding:15px;font-weight:800}.product-tabs button:last-child{border-right:0}.product-tabs button.active{color:#00a8ff;background:#00a8ff1f}.tab-content{grid-template-columns:1fr .85fr;align-items:center;gap:30px;padding:24px;display:grid}.tab-content p{color:#b8c7d9;line-height:1.75}.tab-content ul{margin-top:18px;padding-left:0;list-style:none}.tab-content li{color:#d8e6f8;margin-bottom:10px}.tab-content li:before{content:"✓";color:#00a8ff;margin-right:10px}.cable-diagram{grid-template-columns:1fr 1fr;align-items:center;gap:18px;display:grid}.cable-diagram img{object-fit:contain;width:100%;max-height:230px}.cable-diagram p{margin-bottom:12px;font-size:13px}.cable-diagram strong{color:#fff}.related-products-section{padding-top:28px}.related-products-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.related-product-card{transition:all .25s;position:relative;overflow:hidden}.related-product-card:hover{border-color:#00a8ffcc;transform:translateY(-4px)}.related-product-card img{object-fit:cover;background:#061b33;width:100%;height:115px}.related-product-card div{padding:13px;position:relative}.related-product-card h3{margin-bottom:5px;font-size:16px}.related-product-card p{color:#b8c7d9;padding-right:18px;font-size:12px}.related-product-card span:last-child{color:#00a8ff;position:absolute;bottom:12px;right:12px}.product-detail-cta{background:linear-gradient(135deg,#2453bea6,#7e3ddcb8);grid-template-columns:auto 1fr auto;align-items:center;gap:26px;margin-top:26px;margin-bottom:14px;padding:26px 34px;display:grid}.product-detail-cta h2{margin-bottom:8px;font-size:24px}.product-detail-cta p{color:#d6e3f5}@media (width<=1150px){.product-detail-hero,.product-info-grid,.tab-content,.product-detail-cta{grid-template-columns:1fr}.related-products-grid,.trust-row{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.quick-specs,.product-actions,.product-tabs,.related-products-grid{grid-template-columns:1fr}.gallery-thumbs{grid-template-columns:repeat(3,1fr)}.quick-specs div{border-bottom:1px solid #4184be4d;border-right:0}.quick-specs div:last-child{border-bottom:0}.cable-diagram{grid-template-columns:1fr}}.services-hero{background-color:#0000;background-image:linear-gradient(90deg,#020b18fa 0%,#020b18b8 45%,#020b182e 100%),url(/images/city-network.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:430px;padding-top:100px;display:flex}.services-hero small,.process-intro small,.services-cta small{color:#00a8ff;letter-spacing:.8px;font-weight:900}.services-hero h1{letter-spacing:-2.5px;margin:14px 0 20px;font-size:clamp(48px,7vw,76px);font-weight:900;line-height:.98}.services-hero h1 span{color:#00a8ff}.services-hero p{color:#b8c7d9;max-width:620px;margin-bottom:28px;font-size:18px;line-height:1.65}.services-section{padding:24px 0}.services-page-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.service-page-card{min-height:245px;padding:24px;transition:all .25s;position:relative;overflow:hidden}.service-page-card:after{content:"";background:radial-gradient(circle,#00a8ff2e,#0000 65%);width:120px;height:120px;position:absolute;top:-40px;right:-40px}.service-page-card:hover{border-color:#00a8ffd9;transform:translateY(-5px)}.service-page-card span{background:#00a8ff14;border:1px solid #4184be73;border-radius:14px;place-items:center;width:58px;height:58px;margin-bottom:18px;font-size:30px;display:grid}.service-page-card h3{margin-bottom:10px;font-size:20px}.service-page-card p{color:#b8c7d9;margin-bottom:18px;font-size:14px;line-height:1.6}.service-page-card a{color:#00a8ff;font-size:14px;font-weight:800}.process-section{grid-template-columns:.85fr 1.4fr;gap:30px;padding:30px;display:grid}.process-intro h2{margin:10px 0 12px;font-size:34px;line-height:1.12}.process-intro p{color:#b8c7d9;line-height:1.7}.process-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.process-card{background:#020b1873;border:1px solid #4184be59;border-radius:10px;padding:22px}.process-card strong{color:#00a8ff;margin-bottom:14px;font-size:28px;display:block}.process-card h3{margin-bottom:8px}.process-card p{color:#b8c7d9;font-size:14px;line-height:1.55}.featured-solutions-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px;display:grid}.featured-solution-card{transition:all .25s;overflow:hidden}.featured-solution-card:hover{border-color:#00a8ffd9;transform:translateY(-5px)}.featured-solution-card img{object-fit:cover;background:#061b33;width:100%;height:170px}.featured-solution-card div{padding:20px}.featured-solution-card h3{margin-bottom:10px;font-size:21px}.featured-solution-card p{color:#b8c7d9;margin-bottom:16px;font-size:14px;line-height:1.6}.featured-solution-card a{color:#00a8ff;font-weight:800}.service-stats-box{grid-template-columns:repeat(4,1fr);padding:0;display:grid;overflow:hidden}.service-stats-box div{text-align:center;border-right:1px solid #4184be4d;padding:32px 14px}.service-stats-box div:last-child{border-right:0}.service-stats-box h3{color:#fff;margin-bottom:8px;font-size:34px}.service-stats-box p{color:#b8c7d9;font-size:13px}.services-cta{background:linear-gradient(135deg,#2453beb3,#7e3ddcc7);grid-template-columns:1fr auto;align-items:center;gap:24px;margin-top:20px;margin-bottom:12px;padding:34px;display:grid}.services-cta h2{margin:8px 0 10px;font-size:30px}.services-cta p{color:#d6e3f5;max-width:680px;line-height:1.6}.services-cta-actions{flex-wrap:wrap;gap:14px;display:flex}@media (width<=1150px){.services-page-grid{grid-template-columns:repeat(2,1fr)}.process-section,.services-cta,.featured-solutions-grid{grid-template-columns:1fr}}@media (width<=650px){.services-page-grid,.process-grid,.service-stats-box{grid-template-columns:1fr}.service-stats-box div{border-bottom:1px solid #4184be4d;border-right:0}.service-stats-box div:last-child{border-bottom:0}.services-hero h1{font-size:44px}}.projects-hero{background-color:#0000;background-image:linear-gradient(90deg,#020b18fa 0%,#020b18b8 45%,#020b182e 100%),url(/images/city-network.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:430px;padding-top:100px;display:flex}.projects-hero small,.project-highlight-card small,.project-cta small{color:#00a8ff;letter-spacing:.8px;font-weight:900}.projects-hero h1{letter-spacing:-2.5px;margin:14px 0 20px;font-size:clamp(48px,7vw,76px);font-weight:900;line-height:.98}.projects-hero h1 span{color:#00a8ff}.projects-hero p{color:#b8c7d9;max-width:620px;margin-bottom:28px;font-size:18px;line-height:1.65}.projects-highlight-section,.project-filters-section,.projects-section{padding:24px 0}.project-highlight-card{grid-template-columns:1fr .9fr;align-items:center;gap:28px;padding:30px;display:grid;overflow:hidden}.project-highlight-card h2{margin:10px 0 12px;font-size:36px}.project-highlight-card p{color:#b8c7d9;max-width:600px;line-height:1.7}.project-highlight-card img{object-fit:cover;border:1px solid #4184be59;border-radius:10px;width:100%;height:285px}.highlight-meta{flex-wrap:wrap;gap:12px;margin:20px 0;display:flex}.highlight-meta span{color:#d7e8fb;background:#00a8ff14;border:1px solid #4184be59;border-radius:7px;padding:9px 12px;font-size:13px}.project-filter-box{gap:22px;padding:22px;display:grid}.project-filter-box h3{text-transform:uppercase;margin-bottom:12px;font-size:16px}.project-filter-tabs{flex-wrap:wrap;gap:10px;display:flex}.project-filter-tabs button{color:#b8c7d9;cursor:pointer;background:#071931e6;border:1px solid #4184be73;border-radius:7px;padding:10px 16px;font-weight:800;transition:all .25s}.project-filter-tabs button.active,.project-filter-tabs button:hover{color:#00a8ff;background:#00a8ff1a;border-color:#00a8ff}.result-count{color:#b8c7d9;font-size:14px}.projects-page-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.project-page-card{transition:all .25s;overflow:hidden}.project-page-card:hover{border-color:#00a8ffd9;transform:translateY(-5px)}.project-page-img{background:#061b33;height:210px;position:relative}.project-page-img img{object-fit:cover;width:100%;height:100%}.project-page-img span{color:#00a8ff;background:#020b18d1;border:1px solid #4184be73;border-radius:5px;padding:7px 11px;font-size:12px;font-weight:900;position:absolute;top:14px;left:14px}.project-page-body{padding:20px}.project-page-body small{color:#00a8ff;font-weight:800}.project-page-body h3{margin:8px 0 10px;font-size:24px}.project-page-body p{color:#b8c7d9;font-size:14px;line-height:1.6}.project-tags{flex-wrap:wrap;gap:8px;margin:16px 0;display:flex}.project-tags span{color:#d7e8fb;border:1px solid #4184be59;border-radius:5px;padding:6px 9px;font-size:12px}.project-page-body a{color:#00a8ff;font-size:14px;font-weight:800}.projects-stats{grid-template-columns:repeat(4,1fr);margin-top:18px;display:grid;overflow:hidden}.projects-stats div{text-align:center;border-right:1px solid #4184be4d;padding:32px 14px}.projects-stats div:last-child{border-right:0}.projects-stats h3{margin-bottom:8px;font-size:34px}.projects-stats p{color:#b8c7d9;font-size:13px}.project-cta{background:linear-gradient(135deg,#2453beb3,#7e3ddcc7);grid-template-columns:1fr auto;align-items:center;gap:24px;margin-top:24px;margin-bottom:12px;padding:34px;display:grid}.project-cta h2{margin:8px 0 10px;font-size:30px}.project-cta p{color:#d6e3f5;max-width:680px;line-height:1.6}.project-cta-actions{flex-wrap:wrap;gap:14px;display:flex}@media (width<=1150px){.project-highlight-card,.project-cta{grid-template-columns:1fr}.projects-page-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.projects-page-grid,.projects-stats{grid-template-columns:1fr}.projects-stats div{border-bottom:1px solid #4184be4d;border-right:0}.projects-stats div:last-child{border-bottom:0}.projects-hero h1{font-size:44px}}.about-hero{background-color:#0000;background-image:linear-gradient(90deg,#020b18fa 0%,#020b18b8 45%,#020b182e 100%),url(/images/city-network.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:430px;padding-top:100px;display:flex}.about-hero small,.about-overview-card small,.why-choose-card small,.partner-about-box small,.about-cta small{color:#00a8ff;letter-spacing:.8px;font-weight:900}.about-hero h1{letter-spacing:-2.5px;margin:14px 0 20px;font-size:clamp(48px,7vw,76px);font-weight:900;line-height:.98}.about-hero h1 span{color:#00a8ff}.about-hero p{color:#b8c7d9;max-width:620px;margin-bottom:28px;font-size:18px;line-height:1.65}.about-overview-section,.about-section{padding:24px 0}.about-overview-card h2{margin:10px 0 14px;font-size:36px;line-height:1.12}.about-overview-card p{color:#b8c7d9;margin-bottom:14px;line-height:1.75}.about-overview-image{border:1px solid #4184be59;border-radius:10px;height:320px;overflow:hidden}.about-overview-image img{object-fit:cover;width:100%;height:100%}.mission-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.mission-card{min-height:230px;padding:26px;transition:all .25s}.mission-card:hover{border-color:#00a8ffd9;transform:translateY(-5px)}.mission-card span{background:#00a8ff14;border:1px solid #4184be73;border-radius:16px;place-items:center;width:62px;height:62px;margin-bottom:18px;font-size:32px;display:grid}.mission-card h3{margin-bottom:10px;font-size:22px}.mission-card p{color:#b8c7d9;line-height:1.65}.values-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.value-card{padding:26px;transition:all .25s}.value-card:hover{border-color:#00a8ffd9;transform:translateY(-5px)}.value-card span{margin-bottom:16px;font-size:38px;display:block}.value-card h3{margin-bottom:10px;font-size:22px}.value-card p{color:#b8c7d9;line-height:1.65}.why-choose-card{grid-template-columns:.9fr 1.25fr;gap:30px;padding:32px;display:grid}.why-choose-card h2{margin:10px 0 12px;font-size:34px;line-height:1.15}.why-choose-card>div:first-child p{color:#b8c7d9;line-height:1.7}.why-list{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.why-list div{background:#020b1859;border:1px solid #4184be47;border-radius:8px;align-items:flex-start;gap:12px;padding:14px;display:flex}.why-list span{color:#00a8ff;font-weight:900}.why-list p{color:#d7e8fb;font-size:14px;line-height:1.5}.timeline-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:18px;display:grid}.timeline-card{padding:24px;transition:all .25s;position:relative}.timeline-card:hover{border-color:#00a8ffd9;transform:translateY(-5px)}.timeline-card:before{content:"";background:#00a8ff;width:2px;height:22px;position:absolute;top:0;left:24px}.timeline-card strong{color:#00a8ff;margin-bottom:14px;font-size:28px;display:block}.timeline-card h3{margin-bottom:9px}.timeline-card p{color:#b8c7d9;font-size:14px;line-height:1.6}.about-stats{grid-template-columns:repeat(4,1fr);margin-top:18px;display:grid;overflow:hidden}.about-stats div{text-align:center;border-right:1px solid #4184be4d;padding:32px 14px}.about-stats div:last-child{border-right:0}.about-stats h3{margin-bottom:8px;font-size:34px}.about-stats p{color:#b8c7d9;font-size:13px}.team-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.team-card{transition:all .25s;overflow:hidden}.team-card:hover{border-color:#00a8ffd9;transform:translateY(-5px)}.team-card img{object-fit:cover;background:#061b33;width:100%;height:220px}.team-card div{padding:20px}.team-card h3{margin-bottom:6px;font-size:22px}.team-card p{color:#b8c7d9}.partner-about-box{grid-template-columns:.9fr 1.1fr;align-items:center;gap:30px;padding:32px;display:grid}.partner-about-box h2{margin:10px 0 12px;font-size:34px}.partner-about-box p{color:#b8c7d9;line-height:1.7}.about-partner-logos{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.about-partner-logos div{color:#fff;background:#020b1866;border:1px solid #4184be59;border-radius:10px;place-items:center;min-height:110px;font-size:26px;font-weight:900;display:grid}.about-cta{background:linear-gradient(135deg,#2453beb3,#7e3ddcc7);grid-template-columns:1fr auto;align-items:center;gap:24px;margin-top:24px;margin-bottom:12px;padding:34px;display:grid}.about-cta h2{margin:8px 0 10px;font-size:30px}.about-cta p{color:#d6e3f5;max-width:680px;line-height:1.6}.about-cta-actions{flex-wrap:wrap;gap:14px;display:flex}@media (width<=1150px){.about-overview-card,.why-choose-card,.partner-about-box,.about-cta{grid-template-columns:1fr}.mission-grid,.values-grid,.team-grid,.timeline-grid{grid-template-columns:repeat(2,1fr)}.why-list{grid-template-columns:1fr}}@media (width<=650px){.mission-grid,.values-grid,.team-grid,.timeline-grid,.about-stats,.about-partner-logos{grid-template-columns:1fr}.about-stats div{border-bottom:1px solid #4184be4d;border-right:0}.about-stats div:last-child{border-bottom:0}.about-hero h1{font-size:44px}.about-overview-card,.why-choose-card,.partner-about-box,.about-cta{padding:24px}}.contact-hero{background-color:#0000;background-image:linear-gradient(90deg,#020b18fa 0%,#020b18b8 45%,#020b182e 100%),url(/images/city-network.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:430px;padding-top:100px;display:flex}.contact-hero small,.contact-form-box small,.contact-map-section small,.contact-cta small{color:#00a8ff;letter-spacing:.8px;font-weight:900}.contact-hero h1{letter-spacing:-2.5px;margin:14px 0 20px;font-size:clamp(48px,7vw,76px);font-weight:900;line-height:.98}.contact-hero h1 span{color:#00a8ff}.contact-hero p{color:#b8c7d9;max-width:620px;margin-bottom:28px;font-size:18px;line-height:1.65}.contact-main-section{grid-template-columns:1.3fr .75fr;gap:24px;padding:28px 0;display:grid}.contact-form-box{padding:30px}.contact-form-box h2{margin:10px 0;font-size:34px}.contact-form-box>p{color:#b8c7d9;margin-bottom:20px;line-height:1.6}.form-success{color:#7cffc2;background:#00c7761f;border:1px solid #00c77673;border-radius:8px;margin-bottom:18px;padding:13px 16px;font-weight:700}.contact-form{gap:18px;display:grid}.form-row{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.contact-form label{color:#d7e8fb;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.contact-form input,.contact-form select,.contact-form textarea{color:#fff;resize:vertical;background:#020b18a6;border:1px solid #4184be73;border-radius:8px;outline:none;width:100%;padding:14px 15px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#00a8ff;box-shadow:0 0 0 3px #00a8ff1a}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#738ba6}.contact-form button{border:0;width:fit-content}.contact-info-column{gap:16px;height:fit-content;display:grid}.contact-info-card{align-items:flex-start;gap:16px;padding:20px;transition:all .25s;display:flex}.contact-info-card:hover{border-color:#00a8ffd9;transform:translateY(-4px)}.contact-info-card>span{background:#00a8ff14;border:1px solid #4184be73;border-radius:14px;flex-shrink:0;place-items:center;width:52px;height:52px;font-size:26px;display:grid}.contact-info-card h3{margin-bottom:6px;font-size:18px}.contact-info-card p{color:#b8c7d9;font-size:14px;line-height:1.6}.social-contact-box{padding:22px}.social-contact-box h3{margin-bottom:8px;font-size:20px}.social-contact-box p{color:#b8c7d9;margin-bottom:16px}.contact-socials{gap:12px;display:flex}.contact-socials span{color:#00a8ff;background:#020b1866;border:1px solid #4184be73;border-radius:50%;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.contact-map-section{grid-template-columns:.8fr 1.2fr;align-items:center;gap:28px;padding:32px;display:grid}.contact-map-section h2{margin:10px 0 12px;font-size:34px}.contact-map-section p{color:#b8c7d9;line-height:1.7}.map-address{background:#020b1859;border:1px solid #4184be59;border-radius:10px;gap:5px;margin-top:20px;padding:18px;display:grid}.map-address strong{color:#00a8ff}.map-address span{color:#d7e8fb}.map-placeholder{background:#061b33;border:1px solid #4184be59;border-radius:12px;height:320px;position:relative;overflow:hidden}.map-placeholder img{object-fit:cover;width:100%;height:100%}.map-placeholder:after{content:"";background:#020b184d;position:absolute;inset:0}.map-placeholder div{z-index:2;background:#020b18d1;border:1px solid #4184be73;border-radius:12px;place-items:center;width:180px;height:100px;margin:auto;display:grid;position:absolute;inset:0}.map-placeholder span{font-size:30px}.map-placeholder strong{color:#00a8ff}.contact-help-section{padding:28px 0}.help-card-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.help-card{min-height:220px;padding:24px;transition:all .25s}.help-card:hover{border-color:#00a8ffd9;transform:translateY(-5px)}.help-card>span{margin-bottom:16px;font-size:36px;display:block}.help-card h3{margin-bottom:10px;font-size:21px}.help-card p{color:#b8c7d9;margin-bottom:16px;font-size:14px;line-height:1.6}.help-card strong{color:#00a8ff;font-size:14px}.contact-cta{background:linear-gradient(135deg,#2453beb3,#7e3ddcc7);grid-template-columns:1fr auto;align-items:center;gap:24px;margin-top:20px;margin-bottom:12px;padding:34px;display:grid}.contact-cta h2{margin:8px 0 10px;font-size:30px}.contact-cta p{color:#d6e3f5;max-width:680px;line-height:1.6}.contact-cta-actions{flex-wrap:wrap;gap:14px;display:flex}@media (width<=1150px){.contact-main-section,.contact-map-section,.contact-cta{grid-template-columns:1fr}.help-card-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.form-row,.help-card-grid{grid-template-columns:1fr}.contact-hero h1{font-size:44px}.contact-form-box,.contact-map-section,.contact-cta{padding:24px}}.videos-hero{background-color:#0000;background-image:linear-gradient(90deg,#020b18fa 0%,#020b18b8 45%,#020b182e 100%),url(/images/city-network.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:430px;padding-top:100px;display:flex}.videos-hero small,.featured-video-content small,.videos-cta small{color:#00a8ff;letter-spacing:.8px;font-weight:700}.videos-hero h1{letter-spacing:-2.5px;margin:14px 0 20px;font-size:clamp(48px,7vw,76px);font-weight:700;line-height:.98}.videos-hero h1 span{color:#00a8ff}.videos-hero p{color:#b8c7d9;max-width:620px;margin-bottom:28px;font-size:18px;line-height:1.65}.videos-featured-section,.video-category-section,.videos-main-section,.playlist-section{padding:24px 0}.featured-video-card{grid-template-columns:1.25fr .9fr;align-items:center;gap:28px;padding:28px;display:grid}.featured-video-thumb{border:1px solid #4184be59;border-radius:12px;height:340px;position:relative;overflow:hidden}.featured-video-thumb img{object-fit:cover;width:100%;height:100%}.featured-video-thumb:after{content:"";background:#020b1847;position:absolute;inset:0}.featured-video-thumb button,.video-thumb button{color:#fff;cursor:pointer;z-index:2;background:#020b18c7;border:1px solid #ffffff59;border-radius:50%;width:78px;height:78px;margin:auto;font-size:30px;position:absolute;inset:0}.featured-video-thumb span{z-index:2;color:#fff;background:#ff334e;border-radius:5px;padding:7px 11px;font-size:12px;font-weight:900;position:absolute;top:16px;left:16px}.featured-video-content h2{margin:10px 0 12px;font-size:36px;line-height:1.12}.featured-video-content p{color:#b8c7d9;line-height:1.75}.video-meta{flex-wrap:wrap;gap:12px;margin:20px 0;display:flex}.video-meta span{color:#d7e8fb;background:#00a8ff14;border:1px solid #4184be59;border-radius:7px;padding:9px 12px;font-size:13px}.video-category-tabs{flex-wrap:wrap;gap:10px;padding:18px;display:flex}.video-category-tabs button{color:#b8c7d9;cursor:pointer;background:#071931e6;border:1px solid #4184be73;border-radius:7px;padding:11px 17px;font-weight:800;transition:all .25s}.video-category-tabs button.active,.video-category-tabs button:hover{color:#00a8ff;background:#00a8ff1a;border-color:#00a8ff}.videos-main-section{grid-template-columns:1fr 300px;gap:24px;display:grid}.videos-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.video-card-page{transition:all .25s;overflow:hidden}.video-card-page:hover{border-color:#00a8ffd9;transform:translateY(-5px)}.video-thumb{background:#061b33;height:180px;position:relative}.video-thumb img{object-fit:cover;width:100%;height:100%}.video-thumb:after{content:"";background:#020b1838;position:absolute;inset:0}.video-thumb button{width:58px;height:58px;font-size:22px}.video-thumb span{z-index:2;color:#fff;background:#020b18d9;border:1px solid #4184be73;border-radius:5px;padding:5px 8px;font-size:12px;font-weight:800;position:absolute;bottom:12px;right:12px}.video-body{padding:20px}.video-body small{color:#00a8ff;font-weight:900}.video-body h3{margin:8px 0 10px;font-size:21px;line-height:1.2}.video-body p{color:#b8c7d9;font-size:14px;line-height:1.6}.video-card-footer{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.video-card-footer em{color:#8fa4bc;font-size:13px;font-style:normal}.video-card-footer a{color:#00a8ff;font-size:14px;font-weight:800}.latest-video-sidebar{height:fit-content;padding:22px;position:sticky;top:96px}.latest-video-sidebar h3{text-transform:uppercase;margin-bottom:18px;font-size:20px}.latest-video-item{border-top:1px solid #4184be47;gap:14px;padding:14px 0;display:flex}.latest-video-item strong{color:#00a8ff;font-size:20px}.latest-video-item p{color:#d7e8fb;font-size:14px;line-height:1.45}.video-sidebar-cta{background:linear-gradient(135deg,#2453be8c,#7e3ddc9e);border-radius:10px;margin-top:20px;padding:18px}.video-sidebar-cta h4{margin-bottom:8px;font-size:18px}.video-sidebar-cta p{color:#d6e3f5;margin-bottom:12px;font-size:13px;line-height:1.5}.video-sidebar-cta a{color:#fff;font-size:14px;font-weight:900}.playlist-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.playlist-card{transition:all .25s;overflow:hidden}.playlist-card:hover{border-color:#00a8ffd9;transform:translateY(-5px)}.playlist-card img{object-fit:cover;background:#061b33;width:100%;height:175px}.playlist-card div{padding:20px}.playlist-card h3{margin-bottom:8px;font-size:22px}.playlist-card p{color:#b8c7d9;margin-bottom:14px}.playlist-card a{color:#00a8ff;font-weight:800}.videos-cta{background:linear-gradient(135deg,#2453beb3,#7e3ddcc7);grid-template-columns:1fr auto;align-items:center;gap:24px;margin-top:20px;margin-bottom:12px;padding:34px;display:grid}.videos-cta h2{margin:8px 0 10px;font-size:30px}.videos-cta p{color:#d6e3f5;max-width:680px;line-height:1.6}.videos-cta-actions{flex-wrap:wrap;gap:14px;display:flex}@media (width<=1150px){.featured-video-card,.videos-main-section,.videos-cta{grid-template-columns:1fr}.latest-video-sidebar{position:static}.videos-grid,.playlist-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.videos-grid,.playlist-grid{grid-template-columns:1fr}.videos-hero h1{font-size:44px}.featured-video-card,.videos-cta{padding:24px}}.quote-hero{background-color:#0000;background-image:linear-gradient(90deg,#020b18fa 0%,#020b18b8 45%,#020b182e 100%),url(/images/city-network.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:430px;padding-top:100px;display:flex}.quote-hero small,.quote-form-box small,.quote-process-intro small,.quote-bottom-cta small{color:#00a8ff;letter-spacing:.8px;font-weight:900}.quote-hero h1{letter-spacing:-2.5px;margin:14px 0 20px;font-size:clamp(48px,7vw,76px);font-weight:900;line-height:.98}.quote-hero h1 span{color:#00a8ff}.quote-hero p{color:#b8c7d9;max-width:620px;margin-bottom:28px;font-size:18px;line-height:1.65}.quote-main-section{grid-template-columns:1fr 330px;gap:24px;padding:28px 0;display:grid}.quote-form-box{padding:30px}.quote-form-box h2{margin:10px 0;font-size:34px}.quote-form-box>p{color:#b8c7d9;margin-bottom:20px;line-height:1.6}.quote-form{gap:24px;display:grid}.form-block{border-top:1px solid #4184be47;padding-top:20px}.form-block:first-of-type{border-top:0;padding-top:0}.form-block h3{text-transform:uppercase;margin-bottom:16px;font-size:20px}.quote-form label{color:#d7e8fb;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.quote-form input,.quote-form select,.quote-form textarea{color:#fff;resize:vertical;background:#020b18a6;border:1px solid #4184be73;border-radius:8px;outline:none;width:100%;padding:14px 15px}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:#00a8ff;box-shadow:0 0 0 3px #00a8ff1a}.quote-form input::placeholder,.quote-form textarea::placeholder{color:#738ba6}.interest-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.interest-option{cursor:pointer;background:#020b1859;border:1px solid #4184be59;border-radius:8px;align-items:center;gap:10px;padding:14px;margin-bottom:0!important;display:flex!important}.interest-option input{accent-color:#00a8ff;width:16px;height:16px}.interest-option span{color:#d7e8fb;font-size:14px}.file-upload-box{margin-top:18px}.file-upload-box input{cursor:pointer}.file-upload-box p{color:#8fa4bc;margin-top:8px;font-size:12px}.quote-form button{border:0;width:fit-content}.quote-sidebar{gap:18px;height:fit-content;display:grid;position:sticky;top:96px}.quote-help-box,.quote-benefit-box{padding:24px}.quote-help-box>span{background:#00a8ff14;border:1px solid #4184be73;border-radius:16px;place-items:center;width:64px;height:64px;margin-bottom:18px;font-size:32px;display:grid}.quote-help-box h3,.quote-benefit-box h3{margin-bottom:10px;font-size:22px}.quote-help-box p,.quote-benefit-item p{color:#b8c7d9;font-size:14px;line-height:1.6}.quote-help-lines{background:#020b1859;border:1px solid #4184be47;border-radius:8px;margin:18px 0;padding:14px}.quote-help-lines p{color:#d7e8fb;margin-bottom:8px}.quote-help-lines p:last-child{margin-bottom:0}.quote-help-box a{color:#00a8ff;font-size:14px;font-weight:900}.quote-benefit-item{border-top:1px solid #4184be47;gap:14px;padding:16px 0;display:flex}.quote-benefit-item span{flex-shrink:0;font-size:28px}.quote-benefit-item h4{margin-bottom:5px}.quote-process-section{grid-template-columns:.85fr 1.4fr;gap:30px;padding:32px;display:grid}.quote-process-intro h2{margin:10px 0 12px;font-size:34px;line-height:1.12}.quote-process-intro p{color:#b8c7d9;line-height:1.7}.quote-process-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.quote-process-card{background:#020b1873;border:1px solid #4184be59;border-radius:10px;padding:22px}.quote-process-card strong{color:#00a8ff;margin-bottom:14px;font-size:28px;display:block}.quote-process-card h3{margin-bottom:8px}.quote-process-card p{color:#b8c7d9;font-size:14px;line-height:1.55}.quote-bottom-cta{background:linear-gradient(135deg,#2453beb3,#7e3ddcc7);grid-template-columns:1fr auto;align-items:center;gap:24px;margin-top:24px;margin-bottom:12px;padding:34px;display:grid}.quote-bottom-cta h2{margin:8px 0 10px;font-size:30px}.quote-bottom-cta p{color:#d6e3f5;max-width:680px;line-height:1.6}.quote-bottom-actions{flex-wrap:wrap;gap:14px;display:flex}@media (width<=1150px){.quote-main-section,.quote-process-section,.quote-bottom-cta{grid-template-columns:1fr}.quote-sidebar{position:static}}@media (width<=650px){.interest-grid,.quote-process-grid{grid-template-columns:1fr}.quote-hero h1{font-size:44px}.quote-form-box,.quote-process-section,.quote-bottom-cta{padding:24px}}.logo-only img{object-fit:contain;width:150px;height:auto}.logo-only span,.partner-strip h2{display:none}.who-point-card img{object-fit:contain;width:42px;height:42px;margin-bottom:10px}.who-point-card h4{margin:8px 0 5px}.who-point-card p{color:#b8c7d9;font-size:12px;line-height:1.5}.service-icon-3d{object-fit:contain;width:48px;height:48px;margin-bottom:10px}.about-v3-page{padding-top:86px}.about-v3-hero{background-color:#0000;background-image:linear-gradient(90deg,#020b18f5 0%,#020b18b8 42%,#020b182e 100%),url(/images/city-network.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-bottom:1px solid #4184be2e;align-items:center;min-height:340px;display:flex}.about-v3-hero-inner{align-items:center;display:flex}.about-v3-hero-content{max-width:520px;padding:10px 0 24px}.about-v3-hero-content h1{letter-spacing:-2px;margin-bottom:18px;font-size:clamp(42px,6vw,70px);font-weight:700;line-height:.98}.about-v3-hero-content h1 span{color:#00a8ff}.about-v3-hero-content p{color:#b8c7d9;max-width:470px;font-size:18px;line-height:1.6}.about-v3-overview-section,.about-v3-mission-section,.about-v3-why-section,.about-v3-journey-section,.about-v3-leadership-section,.about-v3-partners-section{padding-top:24px}.about-v3-overview-grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:22px;display:grid}.about-v3-overview-image{min-height:290px;overflow:hidden}.about-v3-overview-image img{object-fit:cover;border-radius:12px;width:100%;height:100%}.about-v3-overview-content small,.about-v3-stats-box small{color:#00a8ff;letter-spacing:.8px;text-transform:uppercase;font-size:12px;font-weight:900}.about-v3-overview-content h2{margin:10px 0 14px;font-size:38px;line-height:1.08}.about-v3-overview-content p{color:#b8c7d9;margin-bottom:14px;font-size:14px;line-height:1.65}.about-v3-mission-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.about-v3-mission-card{align-items:flex-start;gap:16px;min-height:150px;padding:22px;display:flex}.about-v3-icon-box{background:#00a8ff14;border:1px solid #4184be73;border-radius:18px;place-items:center;width:58px;min-width:58px;height:58px;font-size:28px;display:grid}.about-v3-mission-card h3{margin-bottom:8px;font-size:18px}.about-v3-mission-card p{color:#b8c7d9;font-size:13px;line-height:1.6}.about-v3-why-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.about-v3-why-card{gap:14px;min-height:118px;padding:18px;display:flex}.about-v3-small-icon{background:#00a8ff14;border:1px solid #4184be73;border-radius:14px;place-items:center;width:48px;min-width:48px;height:48px;font-size:24px;display:grid}.about-v3-why-card h3{margin-bottom:6px;font-size:16px}.about-v3-why-card p{color:#b8c7d9;font-size:12px;line-height:1.55}.about-v3-journey-layout{grid-template-columns:1.8fr .75fr;align-items:start;gap:20px;display:grid}.about-v3-timeline{grid-template-columns:repeat(6,1fr);gap:14px;padding-top:22px;display:grid;position:relative}.about-v3-timeline:before{content:"";background:#4184be59;height:2px;position:absolute;top:8px;left:0;right:0}.about-v3-timeline-item{padding-top:18px;position:relative}.about-v3-timeline-dot{background:#00a8ff;border-radius:50%;width:11px;height:11px;position:absolute;top:2px;left:0;box-shadow:0 0 0 4px #00a8ff14}.about-v3-timeline-item h3{color:#00a8ff;margin-bottom:6px;font-size:24px}.about-v3-timeline-item h4{margin-bottom:6px;font-size:15px}.about-v3-timeline-item p{color:#b8c7d9;font-size:12px;line-height:1.5}.about-v3-stats-box{padding:18px}.about-v3-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:12px;display:grid}.about-v3-stats-grid div{background:#020b1859;border:1px solid #4184be47;border-radius:10px;padding:18px 14px}.about-v3-stats-grid span{margin-bottom:8px;font-size:22px;display:block}.about-v3-stats-grid h3{margin-bottom:4px;font-size:28px}.about-v3-stats-grid p{color:#b8c7d9;font-size:12px;line-height:1.45}.about-v3-team-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.about-v3-team-card{text-align:center;padding:18px}.about-v3-avatar{color:#fff;background:linear-gradient(135deg,#1a3a66,#0f223c);border:2px solid #4184be80;border-radius:50%;place-items:center;width:82px;height:82px;margin:0 auto 14px;font-size:22px;font-weight:900;display:grid}.about-v3-team-card h3{margin-bottom:4px;font-size:16px}.about-v3-team-card p{color:#b8c7d9;min-height:32px;font-size:12px}.about-v3-linkedin{color:#fff;border:1px solid #4184be59;border-radius:6px;place-items:center;width:26px;height:26px;margin:10px auto 0;font-size:11px;font-weight:900;display:grid}.about-v3-partner-strip{padding:18px 28px}.about-v3-cta{background:linear-gradient(135deg,#2453beb8,#7e3ddcc7);grid-template-columns:1fr auto;align-items:center;gap:24px;margin-top:22px;margin-bottom:16px;padding:26px 28px;display:grid}.about-v3-cta h2{margin-bottom:8px;font-size:22px}.about-v3-cta p{color:#d6e3f5;font-size:14px;line-height:1.6}.about-v3-cta-actions{flex-wrap:wrap;gap:12px;display:flex}@media (width<=1150px){.about-v3-overview-grid,.about-v3-journey-layout,.about-v3-cta{grid-template-columns:1fr}.about-v3-mission-grid,.about-v3-why-grid,.about-v3-team-grid,.about-v3-timeline{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.about-v3-mission-grid,.about-v3-why-grid,.about-v3-team-grid,.about-v3-partner-strip,.about-v3-stats-grid,.about-v3-timeline{grid-template-columns:1fr}.about-v3-hero-content h1{font-size:44px}.about-v3-overview-content h2{font-size:28px}}.products-hero{min-height:360px;padding-top:115px;padding-bottom:32px}.products-hero h1{letter-spacing:-1.5px;margin-bottom:16px;font-size:clamp(34px,4vw,54px);line-height:1}.products-hero p{max-width:620px;margin-bottom:28px;font-size:15px;line-height:1.55}.product-category-tabs{border-radius:10px;grid-template-columns:repeat(8,1fr);display:grid;overflow:hidden}.product-category-tabs button{color:#fff;cursor:pointer;text-align:center;background:#071931b8;border:0;border-right:1px solid #4184be52;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:96px;padding:14px 10px;font-size:13px;font-weight:900;line-height:1.25;transition:all .25s;display:flex}.product-category-tabs button:last-child{border-right:0}.product-category-tabs button.active,.product-category-tabs button:hover{color:#00a8ff;background:#00a8ff1a}.product-tab-icon{object-fit:contain;width:75px;height:40px}.product-card-img span.product-floating-icon{background:#020b18d1;border:1px solid #4184be8c;border-radius:50%;place-items:center;width:54px;height:54px;padding:8px;display:grid;position:absolute;top:14px;left:14px}.product-floating-icon img{object-fit:contain;width:34px;height:34px}.products-layout-section{padding-top:28px}.product-card{border-radius:10px}.product-card-img{height:155px}.product-card-body h3{font-size:18px;line-height:1.25}.product-card-body p{font-size:13px}.filter-sidebar{border-radius:10px}.products-toolbar{margin-bottom:20px}.services-ui-page{padding-top:76px}.services-ui-hero{background-color:#0000;background-image:linear-gradient(90deg,#020b18fa 0%,#020b18b8 44%,#020b1826 100%),url(/images/city-network.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:530px;padding:54px 0 22px}.services-ui-hero-content{max-width:540px}.services-ui-hero-content h1{letter-spacing:-1px;margin-bottom:16px;font-size:clamp(34px,4vw,48px);font-weight:900;line-height:1.05}.services-ui-hero-content h1 span{color:#00a8ff}.services-ui-hero-content p{color:#c7d4e7;max-width:430px;font-size:15px;line-height:1.55}.services-ui-heading,.services-ui-title{color:#fff;text-transform:uppercase;margin:22px 0 12px;font-size:18px;font-weight:900}.services-ui-title:after{content:"";background:#00a8ff;width:36px;height:2px;margin-top:7px;display:block}.services-ui-grid{grid-template-columns:repeat(7,1fr);gap:10px;display:grid}.services-ui-card{text-align:center;min-height:190px;padding:18px 12px;transition:all .25s}.services-ui-card:hover{border-color:#00a8ffcc;transform:translateY(-4px)}.services-ui-card img{object-fit:contain;width:52px;height:52px;margin-bottom:12px}.services-ui-card h3{margin-bottom:9px;font-size:15px;line-height:1.25}.services-ui-card p{color:#b8c7d9;margin-bottom:12px;font-size:11px;line-height:1.45}.services-ui-card span{color:#00a8ff;font-size:11px;font-weight:800}.services-ui-section{padding-top:18px}.services-process-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid;position:relative}.process-ui-card{text-align:center;min-height:128px;padding:38px 16px 18px;position:relative}.process-ui-number{color:#fff;background:linear-gradient(135deg,#385cff,#9b4dff);border-radius:50%;place-items:center;width:24px;height:24px;font-size:10px;font-weight:900;display:grid;position:absolute;top:-10px;left:18px}.process-ui-icon{background:#071931f2;border:1px solid #4184be73;border-radius:50%;place-items:center;width:58px;height:58px;margin:-62px auto 14px;font-size:26px;display:grid}.process-ui-card h3{margin-bottom:8px;font-size:14px}.process-ui-card p{color:#b8c7d9;font-size:11px;line-height:1.45}.trust-row-ui{grid-template-columns:250px 1fr;align-items:center;gap:18px;display:grid}.trust-text-ui h2{margin-bottom:10px;font-size:20px;line-height:1.2}.trust-text-ui p{color:#b8c7d9;font-size:12px;line-height:1.55}.trust-stats-ui{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.trust-stat-card{grid-template-columns:auto 1fr;align-items:center;column-gap:10px;min-height:92px;padding:14px 10px;display:grid}.trust-stat-card img{object-fit:contain;grid-row:span 2;width:38px;height:38px}.trust-stat-card h3{font-size:24px;line-height:1}.trust-stat-card p{color:#b8c7d9;font-size:11px;line-height:1.25}.featured-ui-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.featured-ui-card{transition:all .25s;overflow:hidden}.featured-ui-card:hover{border-color:#00a8ffcc;transform:translateY(-4px)}.featured-ui-card>img{object-fit:cover;background:#061b33;width:100%;height:105px}.featured-ui-card div{padding:12px}.featured-ui-card h3{margin-bottom:5px;font-size:13px;line-height:1.25}.featured-ui-card p{color:#b8c7d9;font-size:11px;line-height:1.35}.services-final-cta{background:linear-gradient(135deg,#2453bebf,#7e3ddcc7),radial-gradient(circle at 100%,#00a8ff29,#0000 40%);grid-template-columns:1.1fr 1fr 1fr;align-items:center;gap:24px;margin-top:20px;margin-bottom:16px;padding:24px 28px;display:grid}.services-final-cta h2{margin-bottom:10px;font-size:22px;line-height:1.25}.services-final-cta p{color:#d6e3f5;font-size:13px;line-height:1.5}.services-cta-item{border-left:1px solid #ffffff2e;padding-left:26px}.services-cta-item span{margin-bottom:8px;font-size:24px;display:block}.services-cta-item h3{margin-bottom:4px;font-size:14px}.services-cta-item p{margin-bottom:12px;font-size:12px}.services-cta-item .primary-btn,.services-cta-item .outline-btn{padding:10px 20px;font-size:12px}@media (width<=1150px){.services-ui-grid{grid-template-columns:repeat(3,1fr)}.services-process-grid,.trust-stats-ui,.featured-ui-grid{grid-template-columns:repeat(2,1fr)}.trust-row-ui,.services-final-cta{grid-template-columns:1fr}.services-cta-item{border-left:0;padding-left:0}}@media (width<=650px){.services-ui-grid,.services-process-grid,.trust-stats-ui,.featured-ui-grid{grid-template-columns:1fr}.services-ui-hero-content h1{font-size:36px}}.projects-ui-page{padding-top:78px}.projects-ui-hero{background-color:#0000;background-image:linear-gradient(90deg,#020b18fa 0%,#020b18b8 44%,#020b1826 100%),url(/images/city-network.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:26px 0 16px}.projects-ui-hero-content{max-width:520px;margin-bottom:18px}.projects-ui-hero-content h1{margin-bottom:10px;font-size:clamp(34px,4vw,54px);font-weight:700;line-height:1.04}.projects-ui-hero-content p{color:#c7d4e7;font-size:16px;line-height:1.5}.projects-ui-top-badges{flex-wrap:wrap;gap:16px;margin-bottom:18px;display:flex}.projects-ui-badge{align-items:center;gap:12px;min-width:250px;padding:14px 18px;display:flex}.projects-ui-badge span{font-size:28px}.projects-ui-badge p{color:#d6e3f5;font-size:14px;line-height:1.35}.projects-ui-filterbar{grid-template-columns:1fr 220px;align-items:center;padding:0;display:grid;overflow:hidden}.projects-ui-tabs{flex-wrap:wrap;gap:0;display:flex}.projects-ui-tabs button{color:#d7e8fb;cursor:pointer;background:0 0;border:0;border-right:1px solid #4184be40;min-height:52px;padding:0 18px;font-size:13px;font-weight:700;transition:all .25s}.projects-ui-tabs button.active,.projects-ui-tabs button:hover{color:#00a8ff;background:#00a8ff1f}.projects-ui-city-filter{border-left:1px solid #4184be40;align-items:center;gap:10px;height:100%;padding:0 16px;display:flex}.projects-ui-city-filter span{font-size:18px}.projects-ui-city-filter select{color:#fff;background:0 0;border:0;outline:none;width:100%;font-size:14px}.projects-ui-city-filter option{color:#fff;background:#06162d}.projects-ui-grid-section{padding-top:14px}.projects-ui-grid{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.project-ui-card{flex-direction:column;transition:all .25s;display:flex;overflow:hidden}.project-ui-card:hover{border-color:#00a8ffcc;transform:translateY(-4px)}.project-ui-card img{object-fit:cover;background:#061b33;width:100%;height:150px}.project-ui-card-body{flex-direction:column;flex-grow:1;padding:14px;display:flex}.project-ui-card-body h3{margin-bottom:6px;font-size:14px}.project-ui-location{color:#cbd9ea;margin-bottom:6px;font-size:12px}.project-ui-type{color:#9eb3c8;min-height:30px;margin-bottom:10px;font-size:12px}.project-ui-card-body a{color:#00a8ff;font-size:12px;font-weight:800}.featured-project-ui{grid-template-columns:1.05fr 1.2fr;gap:20px;margin-top:18px;padding:20px;display:grid}.featured-main-image{border:1px solid #4184be59;border-radius:10px;margin-bottom:12px;position:relative;overflow:hidden}.featured-main-image img{object-fit:cover;width:100%;height:270px}.gallery-nav{color:#fff;cursor:pointer;background:#020b18bf;border:1px solid #ffffff40;border-radius:50%;width:38px;height:38px;font-size:24px;position:absolute;top:50%;transform:translateY(-50%)}.gallery-nav.left{left:12px}.gallery-nav.right{right:12px}.featured-thumb-row{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.featured-thumb-row img{object-fit:cover;border:1px solid #4184be40;border-radius:8px;width:100%;height:72px}.featured-project-ui-content small{color:#00a8ff;letter-spacing:.8px;font-size:12px;font-weight:900}.featured-project-ui-content h2{margin:6px 0;font-size:28px}.featured-project-location{color:#d6e3f5;margin-bottom:12px;font-size:13px}.featured-project-description{color:#b8c7d9;margin-bottom:16px;font-size:13px;line-height:1.6}.featured-project-meta{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px;display:grid}.featured-project-meta div{background:#020b1859;border:1px solid #4184be47;border-radius:8px;padding:12px}.featured-project-meta span{margin-bottom:6px;display:block}.featured-project-meta strong{margin-bottom:4px;font-size:12px;display:block}.featured-project-meta p{color:#b8c7d9;font-size:12px}.projects-ui-stats{grid-template-columns:repeat(6,1fr);margin-top:18px;display:grid;overflow:hidden}.projects-ui-stats div{text-align:center;border-right:1px solid #4184be40;padding:18px 12px}.projects-ui-stats div:last-child{border-right:0}.projects-ui-stats span{margin-bottom:6px;font-size:26px;display:block}.projects-ui-stats h3{margin-bottom:4px;font-size:22px}.projects-ui-stats p{color:#b8c7d9;font-size:11px;line-height:1.35}.projects-ui-cta{background:linear-gradient(135deg,#2453beb8,#7e3ddccc);grid-template-columns:70px 1fr auto;align-items:center;gap:18px;margin-top:18px;margin-bottom:16px;padding:22px 24px;display:grid}.projects-ui-cta-icon{border:1px solid #fff3;border-radius:50%;place-items:center;width:58px;height:58px;font-size:26px;display:grid}.projects-ui-cta-text h2{margin-bottom:6px;font-size:22px}.projects-ui-cta-text p{color:#d6e3f5;font-size:13px;line-height:1.5}@media (width<=1150px){.projects-ui-filterbar,.featured-project-ui,.projects-ui-cta{grid-template-columns:1fr}.projects-ui-grid{grid-template-columns:repeat(3,1fr)}.featured-project-meta,.projects-ui-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.featured-thumb-row,.featured-project-meta,.projects-ui-stats{grid-template-columns:1fr}.projects-ui-grid{grid-template-columns:repeat(2,1fr)}.projects-ui-tabs{white-space:nowrap;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;display:flex;overflow-x:auto}.projects-ui-tabs button{border-bottom:1px solid #4184be40;border-right:none;flex-shrink:0}.project-ui-card img{height:180px}}.videos-ui-page{padding-top:76px}.videos-ui-hero{background-color:#0000;background-image:linear-gradient(90deg,#020b18fa 0%,#020b18b8 44%,#020b1826 100%),url(/images/city-network.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:54px 0 20px}.videos-ui-hero-grid{grid-template-columns:1.25fr .9fr;align-items:end;gap:34px;display:grid}.videos-ui-hero-left h1{letter-spacing:-1px;margin-bottom:14px;font-size:clamp(34px,4vw,48px);font-weight:700;line-height:1.05}.videos-ui-hero-left h1 span{color:#00a8ff}.videos-ui-hero-left>p{color:#c7d4e7;max-width:610px;margin-bottom:16px;font-size:14px;line-height:1.55}.videos-ui-featured-video{aspect-ratio:16/9;height:auto;position:relative;overflow:hidden}.videos-ui-featured-video img{object-fit:cover;width:100%;height:100%}.videos-ui-featured-video:after{content:"";background:#020b1840;position:absolute;inset:0}.videos-play-large{z-index:2;color:#fff;cursor:pointer;background:#000000ad;border:1px solid #ffffff59;border-radius:50%;width:76px;height:76px;margin:auto;font-size:28px;position:absolute;inset:0}.fake-video-controls{z-index:3;color:#fff;background:#0000009e;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;height:46px;padding:0 18px;display:grid;position:absolute;bottom:0;left:0;right:0}.fake-video-controls p{color:#d6e3f5;font-size:12px}.fake-video-controls em{color:#fff;font-size:14px;font-style:normal}.videos-ui-featured-content{padding-bottom:10px}.videos-ui-featured-content small{color:#00a8ff;letter-spacing:.8px;font-size:12px;font-weight:900}.videos-ui-featured-content small:after{content:"";background:#00a8ff;width:34px;height:2px;margin-top:5px;display:block}.videos-ui-featured-content h2{margin:12px 0 10px;font-size:28px;line-height:1.15}.videos-ui-featured-content>p{color:#b8c7d9;max-width:430px;font-size:13px;line-height:1.55}.videos-ui-meta{gap:28px;margin:20px 0;display:flex}.videos-ui-meta div{align-items:center;gap:10px;display:flex}.videos-ui-meta span{color:#9b4dff;font-size:24px}.videos-ui-meta p{color:#b8c7d9;font-size:11px;line-height:1.25}.videos-ui-meta strong{color:#fff;font-size:13px;display:block}.videos-ui-featured-actions{gap:16px;display:flex}.videos-ui-featured-actions .primary-btn,.videos-ui-featured-actions button{padding:12px 28px;font-size:13px}.videos-ui-featured-actions button{color:#fff;cursor:pointer;background:#020b1866;border:1px solid #ffffff59;border-radius:7px;font-weight:800}.videos-ui-tabs-row{grid-template-columns:1fr 330px;align-items:center;gap:24px;padding-top:18px;display:grid}.videos-ui-tabs{display:flex;overflow:hidden}.videos-ui-tabs button{color:#d7e8fb;cursor:pointer;background:0 0;border:0;border-right:1px solid #4184be40;min-height:42px;padding:0 20px;font-size:12px;font-weight:800}.videos-ui-tabs button.active,.videos-ui-tabs button:hover{color:#fff;background:linear-gradient(135deg,#385cff,#9b4dff)}.videos-ui-tools{justify-content:flex-end;display:flex}.videos-search,.videos-sort{color:#8fa4bc;background:#071931c7;border:1px solid #4184be59;border-radius:7px;align-items:center;height:42px;padding:0 14px;font-size:12px;display:flex}.videos-sort{color:#fff;outline:none}.videos-ui-main{padding-top:18px;display:block}.videos-ui-section-title{margin-bottom:10px;font-size:18px;font-weight:900}.videos-ui-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.videos-ui-card{transition:all .25s;overflow:hidden}.videos-ui-card:hover{border-color:#00a8ffcc;transform:translateY(-4px)}.videos-ui-thumb{background:#061b33;height:140px;position:relative}.videos-ui-thumb img{object-fit:cover;width:100%;height:100%}.videos-ui-thumb:after{content:"";background:#020b182e;position:absolute;inset:0}.videos-ui-thumb button{z-index:2;color:#fff;cursor:pointer;background:#020b18b3;border:1px solid #ffffff59;border-radius:50%;width:42px;height:42px;margin:auto;position:absolute;inset:0}.videos-ui-thumb span{z-index:2;color:#fff;background:#020b18c7;border:1px solid #4184be59;border-radius:4px;padding:4px 7px;font-size:11px;position:absolute;bottom:8px;right:8px}.videos-ui-body{padding:12px}.videos-ui-body h3{margin-bottom:6px;font-size:13px;line-height:1.25}.videos-ui-body p{color:#b8c7d9;margin-bottom:9px;font-size:11px;line-height:1.45}.videos-ui-body small{color:#8fa4bc;font-size:11px}.load-more-videos{color:#fff;cursor:pointer;background:#020b1859;border:1px solid #ffffff59;border-radius:7px;width:220px;height:38px;margin:24px auto 40px;font-size:12px;font-weight:800;display:block}.videos-ui-sidebar{gap:16px;display:grid}.latest-ui-box,.playlist-ui-box{padding:18px}.latest-ui-box h3,.playlist-ui-box h3{text-transform:uppercase;margin-bottom:14px;font-size:15px}.latest-ui-box h3:after,.playlist-ui-box h3:after{content:"";background:#00a8ff;width:32px;height:2px;margin-top:6px;display:block}.latest-ui-item{grid-template-columns:82px 1fr;gap:12px;margin-bottom:12px;display:grid}.latest-ui-img{border-radius:6px;height:52px;position:relative;overflow:hidden}.latest-ui-img img{object-fit:cover;width:100%;height:100%}.latest-ui-img span{color:#fff;background:#020b18bf;border-radius:3px;padding:2px 4px;font-size:10px;position:absolute;bottom:4px;right:4px}.latest-ui-item h4{margin-bottom:4px;font-size:12px;line-height:1.25}.latest-ui-item p{color:#8fa4bc;font-size:11px}.playlist-ui-content{grid-template-columns:95px 1fr;gap:14px;display:grid}.playlist-ui-img{border-radius:8px;height:90px;position:relative;overflow:hidden}.playlist-ui-img img{object-fit:cover;width:100%;height:100%}.playlist-ui-img button{color:#fff;background:#020b18b8;border:1px solid #ffffff59;border-radius:50%;width:38px;height:38px;margin:auto;position:absolute;inset:0}.playlist-ui-content h4{margin-bottom:3px;font-size:16px}.playlist-ui-content strong{color:#fff;margin-bottom:6px;font-size:12px;display:block}.playlist-ui-content p{color:#b8c7d9;margin-bottom:8px;font-size:11px;line-height:1.4}.playlist-ui-content a{color:#00a8ff;font-size:12px;font-weight:800}.videos-ui-contact-card{background:linear-gradient(135deg,#2453bebf,#7e3ddcd9);gap:16px;padding:20px;display:flex}.videos-ui-contact-card>span{font-size:34px}.videos-ui-contact-card h3{margin-bottom:6px;font-size:18px}.videos-ui-contact-card p{color:#d6e3f5;margin-bottom:12px;font-size:12px;line-height:1.45}.videos-ui-contact-card a{color:#fff;font-size:12px;font-weight:900}@media (width<=1150px){.videos-ui-hero-grid,.videos-ui-tabs-row,.videos-ui-main{grid-template-columns:1fr}.videos-ui-grid{grid-template-columns:repeat(2,1fr)}.videos-ui-tools{grid-template-columns:1fr 130px}}@media (width<=700px){.videos-ui-grid,.videos-ui-tools,.playlist-ui-content{grid-template-columns:1fr}.videos-ui-tabs{flex-wrap:wrap}.videos-ui-tabs button{flex:45%}.videos-ui-hero-left h1{font-size:34px}.videos-ui-featured-video{height:auto}}.contact-ui-page.new-contact-layout{padding-top:76px;padding-bottom:60px}.contact-ui-hero-new{background-color:#0000;background-image:linear-gradient(#020b18f2 0%,#020b1899 40%,#020b18f2 100%),url(/images/city-network.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:400px;padding:60px 0;display:flex}.contact-ui-hero-content-new{text-align:center;max-width:800px;margin:0 auto}.contact-ui-hero-content-new h1{letter-spacing:-1px;margin-bottom:16px;font-size:clamp(40px,5vw,56px);font-weight:800}.contact-ui-hero-content-new p{color:#b8c7d9;margin-bottom:32px;font-size:15px;line-height:1.6}.contact-ui-hero-actions{justify-content:center;gap:20px;display:flex}.hero-action-btn{background:#020b1880;border:1px solid #4184be59;border-radius:12px;align-items:center;min-width:240px;padding:16px 20px;text-decoration:none;transition:all .3s;display:flex;position:relative}.hero-action-btn:hover{border-color:#4184becc;transform:translateY(-2px)}.action-icon-wrapper{border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-right:16px;display:flex}.action-icon-wrapper img{width:24px;height:24px}.green-bg{color:#25d366;background:#25d36626;border:1px solid #25d36680}.purple-bg{color:#a461f0;background:#7e3ddc26;border:1px solid #7e3ddc80}.action-text h3{color:#fff;margin-bottom:4px;font-size:16px}.action-text p{color:#8fa4bc;margin:0;font-size:12px}.action-arrow{color:#fff;font-size:24px;line-height:1;position:absolute;right:20px}.contact-ui-form-section{z-index:2;justify-content:center;margin-top:20px;display:flex;position:relative}.contact-ui-form-card{text-align:center;border-radius:16px;width:100%;max-width:800px;padding:40px}.form-header-icon{color:#00a8ff;margin-bottom:12px;font-size:32px;display:inline-block}.contact-ui-form-card h2{margin-bottom:8px;font-size:28px}.form-subtitle{color:#8fa4bc;margin-bottom:30px;font-size:14px}.contact-ui-form-new{text-align:left}.form-row-new{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.form-group{flex-direction:column;margin-bottom:20px;display:flex}.form-group label{color:#fff;margin-bottom:8px;font-size:13px;font-weight:600}.form-group label span{color:#00a8ff}.form-group input,.form-group select,.form-group textarea{color:#fff;background:#020b1899;border:1px solid #4184be59;border-radius:8px;outline:none;width:100%;padding:14px 16px;font-size:14px;transition:border-color .3s}.form-group select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238fa4bc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 16px center;background-repeat:no-repeat;background-size:16px}.form-group textarea{resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#00a8ff;box-shadow:0 0 0 3px #00a8ff1a}.send-msg-btn{border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;margin-bottom:16px;padding:16px;font-size:16px;font-weight:700;display:flex}.privacy-note{text-align:center;color:#8fa4bc;font-size:12px}.contact-ui-bottom-info{justify-content:center;margin-top:30px;display:flex}.bottom-info-card{border-radius:12px;width:100%;max-width:800px;padding:24px;display:flex}.info-block{flex:1;align-items:center;gap:16px;padding:0 20px;display:flex}.info-divider{background:#4184be4d;width:1px}.info-icon{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.info-text h4{color:#fff;margin-bottom:4px;font-size:15px}.info-text p{color:#8fa4bc;margin:0;font-size:12px}.hero-whatsapp-full{justify-content:center;width:100%;max-width:400px}.contact-or-divider{z-index:5;justify-content:center;align-items:center;margin:-40px auto 40px;display:flex;position:relative}.contact-or-divider span{color:#00a8ff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020b18d9;border:1px solid #4184be59;border-radius:20px;padding:8px 20px;font-size:14px;font-weight:700}@media (width<=800px){.contact-ui-hero-actions{flex-direction:column}.form-row-new{grid-template-columns:1fr}.bottom-info-card{flex-direction:column;gap:20px}.info-divider{width:100%;height:1px}.info-block{padding:10px 0}}.product-ui-page{padding-top:86px}.product-ui-breadcrumb{color:#8fa4bc;align-items:center;gap:10px;padding:14px 0 18px;font-size:12px;display:flex}.product-ui-breadcrumb a:hover,.product-ui-breadcrumb strong{color:#00a8ff}.product-ui-hero{grid-template-columns:1.05fr .95fr;align-items:start;gap:32px;display:grid}.product-ui-gallery{gap:12px;display:grid}.product-ui-main-image{height:310px;position:relative;overflow:hidden}.product-ui-main-image img{object-fit:cover;width:100%;height:100%}.product-ui-zoom{color:#fff;cursor:pointer;background:#020b18c7;border:1px solid #ffffff47;border-radius:50%;width:34px;height:34px;font-size:18px;position:absolute;bottom:14px;right:14px}.product-ui-thumbs-row{grid-template-columns:42px repeat(5,1fr) 42px;align-items:center;gap:9px;display:grid}.product-ui-thumbs-row button{cursor:pointer;background:#071931d9;border:1px solid #4184be73;border-radius:7px;height:58px;overflow:hidden}.product-ui-thumbs-row button.active{border-color:#00a8ff;box-shadow:0 0 0 2px #00a8ff29}.product-ui-thumbs-row img{object-fit:cover;width:100%;height:100%}.product-ui-arrow{color:#fff;font-size:28px}.product-ui-info small{color:#00a8ff;letter-spacing:.8px;font-size:12px;font-weight:900}.product-ui-info h1{letter-spacing:-1px;margin:10px 0 6px;font-size:clamp(32px,4vw,42px);line-height:1.05}.product-ui-info h3{color:#b8c7d9;margin-bottom:16px;font-size:15px}.product-ui-info>p{color:#b8c7d9;margin-bottom:16px;font-size:13px;line-height:1.65}.product-ui-quick-specs{grid-template-columns:repeat(4,1fr);margin-bottom:14px;padding:14px;display:grid}.product-ui-quick-specs div{text-align:center;border-right:1px solid #4184be4d;padding:4px 8px}.product-ui-quick-specs div:last-child{border-right:0}.product-ui-quick-specs span{margin-bottom:7px;font-size:26px;display:block}.product-ui-quick-specs h4{margin-bottom:3px;font-size:12px}.product-ui-quick-specs p{color:#b8c7d9;font-size:11px}.product-ui-actions{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px;display:grid}.product-ui-actions .primary-btn{justify-content:center;padding:13px 24px;font-size:13px}.product-ui-download{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:7px;padding:13px 20px;font-size:13px;font-weight:800}.product-ui-download:hover{color:#00a8ff;border-color:#00a8ff}.product-ui-trust{color:#8fa4bc;grid-template-columns:repeat(4,1fr);gap:8px;font-size:10px;line-height:1.3;display:grid}.product-ui-accordions{flex-direction:column;gap:12px;margin-top:24px;display:flex}.accordion-item{cursor:pointer;padding:16px 20px}.accordion-item summary{color:#fff;justify-content:space-between;align-items:center;font-size:15px;font-weight:700;list-style:none;display:flex}.accordion-item summary::-webkit-details-marker{display:none}.accordion-arrow{color:#00a8ff;font-size:20px}.accordion-content{color:#b8c7d9;border-top:1px solid #4184be40;margin-top:16px;padding-top:16px;font-size:13px;line-height:1.6}.accordion-content table{border-collapse:collapse;width:100%}.accordion-content td{border:1px solid #4184be40;padding:8px 12px}.accordion-content td:first-child{color:#fff;background:#00a8ff0a;width:40%}.accordion-content .feature-item{margin-bottom:12px}.accordion-content ul{padding-left:20px}.product-ui-media{margin-top:40px}.section-title-sm{color:#8fa4bc;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px;font-size:13px}.media-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.media-card{border:1px solid #4184be59;border-radius:8px;height:140px;position:relative;overflow:hidden}.media-card img{object-fit:cover;width:100%;height:100%}.video-card .play-btn{color:#fff;cursor:pointer;background:#000000a6;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-card .play-btn:hover{background:#00a8ff;border-color:#00a8ff}.view-all-media{justify-content:center;display:flex}.glass-btn{color:#fff;cursor:pointer;background:#071931d9;border:1px solid #4184be73;border-radius:6px;padding:10px 24px;font-size:13px;font-weight:700;transition:all .3s}.glass-btn:hover{background:#00a8ff}.product-ui-resources{margin-top:40px}.resource-tabs{gap:8px;margin-bottom:20px;display:flex}.resource-tabs button{color:#8fa4bc;cursor:pointer;background:#07193199;border:1px solid #4184be4d;border-radius:6px;padding:12px 24px;font-size:13px;font-weight:700;transition:all .3s}.resource-tabs button.active,.resource-tabs button:hover{color:#fff;background:#00a8ff26;border-color:#00a8ff}.resource-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.resource-card{align-items:center;gap:14px;padding:16px;display:flex}.file-icon{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:13px;font-weight:700;display:flex}.file-icon.pdf{background:#e74c3c}.file-icon.dwg{background:#9b59b6}.file-icon.xls{background:#2ecc71}.file-info{flex:1}.file-info h4{margin-bottom:4px;font-size:14px}.file-info small{color:#b8c7d9;font-size:11px}.download-icon{color:#00a8ff;cursor:pointer;background:0 0;border:0;font-size:20px}.product-ui-related-section{margin-top:40px;padding-bottom:60px}.related-carousel{align-items:center;gap:12px;display:flex}.carousel-nav{color:#00a8ff;cursor:pointer;background:0 0;border:0;font-size:32px}.related-carousel-track{scrollbar-width:none;scroll-behavior:smooth;flex:1;gap:16px;display:flex;overflow-x:auto}.related-carousel-track::-webkit-scrollbar{display:none}.related-carousel-card{color:#fff;align-items:center;gap:14px;min-width:290px;padding:14px;text-decoration:none;transition:all .3s;display:flex}.related-carousel-card:hover{border-color:#00a8ff;transform:translateY(-2px)}.related-carousel-card img{object-fit:cover;border-radius:6px;width:64px;height:64px}.related-info h4{margin-bottom:6px;font-size:13px}.related-info p{color:#00a8ff;font-size:12px}@media (width<=1150px){.product-ui-hero{grid-template-columns:1fr}.media-grid,.resource-grid,.product-ui-trust{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.product-ui-quick-specs,.product-ui-actions,.media-grid,.resource-grid{grid-template-columns:1fr}.resource-tabs{flex-direction:column}.product-ui-thumbs-row{grid-template-columns:repeat(3,1fr)}.product-ui-arrow{display:none}.product-ui-main-image{height:240px}}.quote-ui-page{padding-top:76px}.quote-ui-hero{background-color:#0000;background-image:linear-gradient(90deg,#020b18fa 0%,#020b18b8 44%,#020b1826 100%),url(/images/city-network.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:320px;display:flex}.quote-ui-hero-content{max-width:610px}.quote-ui-hero-content h1{letter-spacing:-1px;margin-bottom:16px;font-size:clamp(34px,4vw,48px);font-weight:900;line-height:1.08}.quote-ui-hero-content h1 span{color:#00a8ff}.quote-ui-hero-content p{color:#d2deef;max-width:490px;font-size:15px;line-height:1.58}.quote-ui-main{grid-template-columns:1fr 390px;gap:18px;padding-top:18px;display:grid}.quote-ui-form-card{padding:24px 28px}.quote-ui-form-card h2,.quote-ui-process-card h2,.quote-ui-help-card h2{text-transform:uppercase;margin-bottom:18px;font-size:17px;font-weight:900}.quote-ui-form-card h2:after,.quote-ui-process-card h2:after{content:"";background:#00a8ff;width:32px;height:2px;margin-top:7px;display:block}.quote-ui-form{gap:14px;display:grid}.quote-ui-row{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.quote-ui-form label{color:#fff;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.quote-ui-form label span{color:#ff425c}.quote-ui-form label em{color:#b8c7d9;font-style:normal;font-weight:500}.quote-ui-input{position:relative}.quote-ui-input i{color:#8fa4bc;font-size:14px;font-style:normal;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.quote-ui-input input,.quote-ui-input select,.quote-ui-form textarea{color:#fff;background:#020b188c;border:1px solid #4184be73;border-radius:7px;outline:none;width:100%;height:43px;font-size:12px}.quote-ui-input input{padding:0 14px 0 42px}.quote-ui-input select{padding:0 14px}.quote-ui-form textarea{resize:vertical;height:92px;padding:14px}.quote-ui-input input::placeholder,.quote-ui-form textarea::placeholder{color:#8fa4bc}.quote-ui-input input:focus,.quote-ui-input select:focus,.quote-ui-form textarea:focus{border-color:#00a8ff;box-shadow:0 0 0 3px #00a8ff14}.quote-ui-counter{text-align:right;color:#8fa4bc;pointer-events:none;margin-top:-24px;padding-right:12px;font-size:11px;display:block}.quote-ui-upload{text-align:center;background:#020b1859;border:1px dashed #8fa4bc8c;border-radius:7px;place-items:center;min-height:86px;padding:13px;display:grid}.quote-ui-upload div{color:#b8c7d9;font-size:28px;line-height:1}.quote-ui-upload p{color:#d6e3f5;margin:5px 0;font-size:13px}.quote-ui-upload p span{color:#00a8ff}.quote-ui-upload small{color:#8fa4bc;font-size:11px}.quote-ui-form-footer{grid-template-columns:1fr auto;align-items:center;gap:20px;display:grid}.quote-ui-form-footer p{color:#b8c7d9;max-width:310px;font-size:11px;line-height:1.4}.quote-ui-form-footer .primary-btn{border:0;padding:12px 34px;font-size:13px}.quote-ui-sidebar{gap:14px;height:fit-content;display:grid}.quote-ui-process-card,.quote-ui-help-card{padding:24px}.quote-ui-process-list{gap:20px;display:grid;position:relative}.quote-ui-process-item{grid-template-columns:62px 1fr;gap:16px;display:grid;position:relative}.quote-ui-process-item:not(:last-child):after{content:"";border-left:1px dashed #4184be73;width:1px;height:36px;position:absolute;top:62px;left:31px}.quote-ui-process-icon{background:#00a8ff14;border:1px solid #4184be73;border-radius:50%;place-items:center;width:62px;height:62px;font-size:26px;display:grid}.quote-ui-process-item h3{margin-bottom:7px;font-size:15px}.quote-ui-process-item p{color:#b8c7d9;font-size:12px;line-height:1.55}.quote-ui-help-card p{color:#b8c7d9;margin-bottom:15px;font-size:12px}.quote-ui-help-lines{gap:14px;display:grid}.quote-ui-help-lines span{color:#d6e3f5;font-size:12px}.quote-ui-benefits{grid-template-columns:repeat(4,1fr);gap:12px;padding-top:18px;padding-bottom:16px;display:grid}.quote-ui-benefit-card{grid-template-columns:48px 1fr;align-items:center;gap:16px;min-height:125px;padding:22px;transition:all .25s;display:grid}.quote-ui-benefit-card:hover{border-color:#00a8ffcc;transform:translateY(-4px)}.quote-ui-benefit-card>span{font-size:42px}.quote-ui-benefit-card h3{margin-bottom:7px;font-size:16px}.quote-ui-benefit-card p{color:#b8c7d9;font-size:12px;line-height:1.45}@media (width<=1150px){.quote-ui-main,.quote-ui-benefits{grid-template-columns:1fr}}@media (width<=700px){.quote-ui-row,.quote-ui-form-footer{grid-template-columns:1fr}.quote-ui-hero-content h1{font-size:36px}.quote-ui-form-card,.quote-ui-process-card,.quote-ui-help-card{padding:22px}}.view-project-btn{color:#00a8ff;cursor:pointer;background:0 0;border:none;margin-top:auto;padding:0;font-size:13px;font-weight:700}.view-project-btn:hover{text-decoration:underline}.project-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#020b18d9;justify-content:center;align-items:center;padding:20px;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.project-modal-content{width:100%;max-width:900px;max-height:90vh;padding:30px;animation:.3s slideUp;position:relative;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.project-modal-close{color:#b8c7d9;cursor:pointer;z-index:10;background:0 0;border:none;font-size:24px;position:absolute;top:16px;right:20px}.project-modal-close:hover{color:#fff}.project-modal-grid{grid-template-columns:1fr 1fr;gap:30px;margin-top:10px;display:grid}.project-modal-gallery{flex-direction:column;display:flex}.modal-main-img{border:1px solid #4184be4d;border-radius:8px;width:100%;height:auto}.project-modal-info small{color:#00a8ff;letter-spacing:1px;font-weight:700}.project-modal-info h2{margin:10px 0;font-size:28px}.modal-location{color:#8fa4bc;margin-bottom:24px;font-size:14px}.modal-case-study h3{color:#fff;margin-bottom:8px;font-size:16px}.modal-case-study p{color:#b8c7d9;margin-bottom:20px;font-size:13px;line-height:1.6}.modal-case-study ul{margin-bottom:24px;padding:0;list-style:none}.modal-case-study li{color:#d8e6f8;margin-bottom:8px;font-size:13px}.modal-case-study li:before{content:"✓";color:#00a8ff;margin-right:8px}.modal-download{justify-content:center;width:100%}@media (width<=800px){.project-modal-grid{grid-template-columns:1fr}}.about-overview-card-section{margin-top:40px}.about-overview-card{background:#060d1a;border:1px solid #ffffff12;border-radius:12px;padding:0;overflow:hidden}.overview-card-grid{grid-template-columns:1fr 1fr;align-items:center;display:grid}.overview-video-box{cursor:pointer;position:relative;overflow:hidden}.overview-video-box video{width:100%;height:auto;display:block}.overview-text-content{flex-direction:column;justify-content:center;padding:36px 40px;display:flex}.section-label{color:#00a8ff;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:700}.overview-text-content h2{margin-bottom:16px;font-size:28px;line-height:1.2}.overview-text-content p:first-of-type{color:#fff;border-left:3px solid #00a8ff;margin-bottom:14px;padding-left:12px;font-size:14px;font-weight:600;line-height:1.6}.overview-text-content p{color:#b8c7d9;margin-bottom:14px;font-size:13px;line-height:1.6}.btn-purple-gradient{color:#fff;background:linear-gradient(90deg,#6366f1 0%,#a855f7 100%);border-radius:6px;align-self:flex-start;margin-top:10px;padding:12px 28px;font-weight:600;transition:opacity .3s;display:inline-block}.btn-purple-gradient:hover{opacity:.9}.about-values-section{grid-template-columns:1fr 1fr;gap:24px;margin-top:24px;display:grid}.value-card{background:#0a192f80;border:1px solid #ffffff0d;border-radius:8px;padding:30px}.value-header{align-items:center;gap:16px;margin-bottom:12px;display:flex}.value-icon{color:#00a8ff;align-items:center;display:flex}.value-header h3{margin:0;font-size:20px}.value-accent-line{background:#00a8ff;width:40px;height:2px;margin-bottom:20px}.value-card p{color:#8892b0;font-size:14px;line-height:1.7}.about-videos-section{background:#0a192f80;border:1px solid #ffffff0d;border-radius:8px;margin-top:40px;margin-bottom:60px;padding:30px}.videos-section-heading{margin-bottom:12px;font-size:20px}.about-videos-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.about-video-box{aspect-ratio:16/9;cursor:pointer;background:#000;border:1px solid #ffffff1a;border-radius:6px;width:100%;position:relative;overflow:hidden}.about-video-box iframe{border:none;width:100%;height:100%;position:absolute;inset:0}@media (width<=900px){.overview-card-grid,.about-values-section,.about-videos-grid{grid-template-columns:1fr}}.products-categories-wrapper{flex-direction:column;gap:3rem;width:100%;display:flex}.product-category-group{flex-direction:column;display:flex}.category-header-title{text-align:center;margin-top:2rem;margin-bottom:1.5rem}.category-header-title h2{text-transform:uppercase;letter-spacing:1px;color:#fff;margin:0 0 .2rem;font-size:1.8rem;font-weight:800}.category-header-title small{color:#385cff;letter-spacing:2px;text-transform:uppercase;font-size:.75rem;font-weight:700;display:block}.grouped-card-body{flex-direction:column;height:100%;display:flex}.product-brand-label{color:#fff;margin-top:auto;padding-top:1rem;padding-bottom:.8rem;font-size:.85rem;font-weight:700;display:block}.view-details-btn{text-align:center;color:#fff;background:#385cff1a;border:1px solid #385cffcc;border-radius:4px;width:100%;margin-top:0;padding:.7rem 0;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.view-details-btn:hover{background:#385cff40;border-color:#385cff}.product-top-badge{color:#fff;letter-spacing:1px;z-index:2;background:#141419cc;border:1px solid #ffffff26;border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:800;position:absolute;top:10px;left:10px;box-shadow:0 2px 8px #00000080}.product-category-tabs .prysmian-logo{width:115px!important;height:60px!important;transform:scale(1.3)!important}.product-category-tabs .belden-logo,.product-category-tabs .draka-logo{width:115px!important;height:60px!important;transform:scale(1.6)!important}.product-category-tabs .paige-logo{width:90px!important;height:48px!important;transform:scale(1.05)!important}.admin-form-section{background:#0f172a80;border:1px solid #6366f12e;border-radius:12px;margin-bottom:22px;padding:20px 22px}.admin-section-label{letter-spacing:.08em;text-transform:uppercase;color:#818cf8;border-bottom:1px solid #6366f126;margin-bottom:16px;padding-bottom:10px;font-size:13px;font-weight:700}.admin-form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.admin-image-preview-grid{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.admin-image-thumb{border:2px solid #6366f14d;border-radius:8px;width:90px;height:90px;position:relative;overflow:hidden}.admin-image-thumb img{object-fit:cover;width:100%;height:100%}.admin-thumb-remove{color:#fff;cursor:pointer;text-align:center;background:#ef4444d9;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:13px;line-height:20px;transition:background .2s;display:flex;position:absolute;top:3px;right:3px}.admin-thumb-remove:hover{background:#ef4444}.admin-file-badge{color:#a5b4fc;background:#6366f126;border:1px solid #6366f14d;border-radius:6px;align-items:center;gap:6px;margin-top:8px;padding:5px 12px;font-size:13px;display:inline-flex}.admin-spec-table{flex-direction:column;gap:8px;display:flex}.admin-spec-header{color:#64748b;text-transform:uppercase;letter-spacing:.06em;grid-template-columns:1fr 1fr 36px;gap:10px;padding:0 4px;font-size:12px;font-weight:600;display:grid}.admin-spec-row{grid-template-columns:1fr 1fr 36px;align-items:center;gap:10px;display:grid}.admin-spec-row input{color:#f1f5f9;background:#1e293bcc;border:1px solid #6366f133;border-radius:7px;padding:8px 12px;font-size:13px;transition:border-color .2s}.admin-spec-row input:focus{border-color:#6366f1;outline:none}.admin-spec-remove{color:#f87171;cursor:pointer;background:#ef444426;border:1px solid #ef444440;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .2s;display:flex}.admin-spec-remove:hover{background:#ef44444d}.admin-add-row-btn{color:#818cf8;cursor:pointer;background:#6366f11f;border:1px dashed #6366f166;border-radius:7px;align-self:flex-start;margin-top:4px;padding:7px 16px;font-size:13px;font-weight:600;transition:all .2s}.admin-add-row-btn:hover{background:#6366f138;border-color:#818cf8}.admin-chip-input{align-items:center;gap:10px;display:flex}.admin-chip-input input{color:#f1f5f9;background:#1e293bcc;border:1px solid #6366f133;border-radius:7px;flex:1;padding:9px 14px;font-size:13px}.admin-chip-input input:focus{border-color:#6366f1;outline:none}.admin-chip-add-btn{color:#818cf8;cursor:pointer;white-space:nowrap;background:#6366f12e;border:1px solid #6366f159;border-radius:7px;padding:9px 18px;font-size:13px;font-weight:600;transition:all .2s}.admin-chip-add-btn:hover{color:#a5b4fc;background:#6366f14d}.admin-chips{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.admin-chip{color:#c7d2fe;background:#6366f126;border:1px solid #6366f14d;border-radius:20px;align-items:center;gap:6px;padding:5px 12px;font-size:13px;display:inline-flex}.admin-chip button{color:#f87171;cursor:pointer;background:0 0;border:none;margin-left:2px;padding:0;font-size:15px;line-height:1}.admin-chip button:hover{color:#ef4444}.admin-resource-input{flex-direction:column;gap:10px;margin-bottom:12px;display:flex}.admin-resource-title-input{color:#f1f5f9;background:#1e293bcc;border:1px solid #6366f133;border-radius:7px;width:100%;padding:9px 14px;font-size:13px}.admin-resource-title-input:focus{border-color:#6366f1;outline:none}.admin-resource-list{flex-direction:column;gap:8px;display:flex}.admin-resource-item{background:#1e293b99;border:1px solid #6366f133;border-radius:8px;align-items:center;gap:12px;padding:10px 14px;display:flex}.admin-resource-icon{flex-shrink:0;font-size:22px}.admin-resource-name{color:#e2e8f0;font-size:13px;font-weight:600}.admin-resource-file{color:#64748b;margin-top:2px;font-size:11px}.admin-resource-remove{color:#f87171;cursor:pointer;background:#ef44441f;border:1px solid #ef444440;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;font-size:16px;transition:all .2s;display:flex}.admin-resource-remove:hover{background:#ef444440}.pd-page{color:#e2e8f0;padding-top:100px;padding-bottom:80px}.pd-loading,.pd-not-found{text-align:center;color:#94a3b8;padding:80px 20px}.pd-not-found h2{color:#ef4444;margin-bottom:16px}.pd-not-found a{color:#6366f1;text-decoration:none}.pd-breadcrumb{color:#64748b;flex-wrap:wrap;align-items:center;gap:8px;padding:24px 0;font-size:13px;display:flex}.pd-breadcrumb a{color:#94a3b8;text-decoration:none;transition:color .2s}.pd-breadcrumb a:hover{color:#6366f1}.pd-bc-current{color:#f1f5f9;font-weight:500}.pd-hero{grid-template-columns:1fr;gap:40px;margin-bottom:40px;display:grid}@media (width>=992px){.pd-hero{grid-template-columns:1fr 1fr}}.pd-gallery{flex-direction:column;gap:16px;display:flex}.pd-main-img{background:#0f172a99;border:1px solid #6366f133;border-radius:12px;justify-content:center;align-items:center;min-height:380px;padding:24px;display:flex;position:relative}.pd-main-img img{object-fit:contain;max-width:100%;max-height:340px}.pd-dl-img-btn{color:#e2e8f0;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172acc;border:1px solid #6366f14d;border-radius:6px;padding:6px 12px;font-size:12px;transition:all .2s;position:absolute;top:16px;right:16px}.pd-dl-img-btn:hover{background:#6366f133;border-color:#6366f1}.pd-thumbs-strip{align-items:center;gap:8px;display:flex}.pd-thumb-nav{color:#a5b4fc;cursor:pointer;background:#0f172a99;border:1px solid #6366f133;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:64px;font-size:18px;transition:all .2s;display:flex}.pd-thumb-nav:hover{color:#fff;background:#6366f133}.pd-thumbs-track{flex:1;gap:8px;display:flex;overflow:hidden}.pd-thumb{cursor:pointer;background:#0f172a99;border:1px solid #6366f133;border-radius:6px;justify-content:center;align-items:center;width:calc(25% - 6px);height:64px;padding:4px;transition:all .2s;display:flex}.pd-thumb img{object-fit:contain;max-width:100%;max-height:100%}.pd-thumb.active{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}.pd-thumb-more{color:#a5b4fc;background:#1e293bcc;font-size:16px;font-weight:600}.pd-info{flex-direction:column;display:flex}.pd-category-label{color:#60a5fa;letter-spacing:1px;margin-bottom:8px;font-size:12px;font-weight:700}.pd-title{color:#f8fafc;margin-bottom:16px;font-size:32px;line-height:1.2}.pd-desc{color:#cbd5e1;margin-bottom:32px;font-size:15px;line-height:1.6}.pd-spec-cards{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:32px;display:grid}@media (width>=576px){.pd-spec-cards{grid-template-columns:repeat(4,1fr)}}.pd-spec-card{text-align:center;background:#0f172a80;border:1px solid #6366f126;border-radius:8px;flex-direction:column;align-items:center;padding:16px 12px;transition:transform .2s,border-color .2s;display:flex}.pd-spec-card:hover{border-color:#6366f166;transform:translateY(-2px)}.pd-spec-icon{margin-bottom:8px;font-size:24px;display:block}.pd-spec-label{color:#94a3b8;text-transform:uppercase;margin-bottom:4px;font-size:11px}.pd-spec-value{color:#f1f5f9;font-size:14px;font-weight:600}.pd-dl-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:fit-content;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.pd-dl-btn:hover{background:#4f46e5}.pd-accordions{flex-direction:column;gap:12px;margin-bottom:48px;display:flex}.pd-accordion{background:#0f172a99;border:1px solid #6366f133;border-radius:8px;overflow:hidden}.pd-accordion summary{cursor:pointer;color:#f1f5f9;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:16px 20px;font-size:15px;font-weight:600;list-style:none;display:flex}.pd-accordion summary::-webkit-details-marker{display:none}.pd-acc-left{align-items:center;gap:12px;display:flex}.pd-acc-icon{color:#818cf8;font-size:18px}.pd-acc-arrow{color:#64748b;font-size:20px;transition:transform .3s}.pd-accordion[open] .pd-acc-arrow{transform:rotate(180deg)}.pd-acc-body{border-top:1px solid #6366f11a;margin-top:8px;padding:16px 20px 20px}.pd-spec-table{border-collapse:collapse;width:100%}.pd-spec-table td{color:#cbd5e1;border-bottom:1px solid #ffffff0d;padding:12px 16px;font-size:14px}.pd-spec-table tr:last-child td{border-bottom:none}.pd-spec-table td:first-child{color:#94a3b8;width:40%;font-weight:500}.pd-features-list{grid-template-columns:1fr;gap:12px;margin:0;padding:0;list-style:none;display:grid}@media (width>=768px){.pd-features-list{grid-template-columns:1fr 1fr}}.pd-features-list li{color:#cbd5e1;align-items:flex-start;gap:10px;font-size:14px;display:flex}.pd-feat-dot{color:#6366f1}.pd-section-title{color:#f8fafc;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px;font-size:16px;font-weight:700}.pd-media-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px;display:grid}@media (width>=768px){.pd-media-grid{grid-template-columns:repeat(4,1fr)}}.pd-media-card{cursor:pointer;background:#0f172a80;border:1px solid #6366f126;border-radius:8px;justify-content:center;align-items:center;height:120px;padding:8px;transition:border-color .2s;display:flex;overflow:hidden}.pd-media-card:hover{border-color:#6366f1}.pd-media-card img{object-fit:contain;max-width:100%;max-height:100%}.pd-view-all-btn{color:#a5b4fc;cursor:pointer;background:#0f172acc;border:1px solid #6366f14d;border-radius:6px;margin:0 auto;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s;display:block}.pd-view-all-btn:hover{color:#fff;background:#6366f11a;border-color:#818cf8}.pd-media-section{margin-bottom:48px}.pd-resources-section{background:#0f172a4d;border:1px solid #6366f126;border-radius:12px;margin-bottom:48px;padding:24px}.pd-res-tabs{border-bottom:1px solid #6366f133;gap:4px;margin-bottom:24px;display:flex}.pd-res-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s}.pd-res-tab.active{color:#60a5fa;border-bottom-color:#60a5fa}.pd-res-tab:hover:not(.active){color:#e2e8f0}.pd-res-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=768px){.pd-res-grid{grid-template-columns:repeat(2,1fr)}}.pd-res-card{background:#0f172a80;border:1px solid #6366f126;border-radius:8px;align-items:center;gap:16px;padding:16px;transition:all .2s;display:flex}.pd-res-card:hover{background:#1e293bb3;border-color:#6366f14d}.pd-res-badge{color:#fff;border-radius:4px;justify-content:center;align-items:center;width:36px;height:40px;font-size:10px;font-weight:800;display:flex}.pd-res-badge.pdf{background:linear-gradient(135deg,#ef4444,#b91c1c)}.pd-res-info{flex:1}.pd-res-name{color:#f1f5f9;margin-bottom:4px;font-size:14px;font-weight:600}.pd-res-meta{color:#94a3b8;font-size:12px}.pd-res-dl{color:#6366f1;font-size:20px;transition:transform .2s}.pd-res-card:hover .pd-res-dl{transform:translateY(2px)}.pd-related-section{margin-bottom:48px}.pd-related-wrapper{align-items:center;gap:12px;display:flex}.pd-rel-nav{color:#a5b4fc;cursor:pointer;background:#0f172a99;border:1px solid #6366f133;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;transition:all .2s;display:flex}.pd-rel-nav:hover{color:#fff;background:#6366f133}.pd-related-track{scroll-behavior:smooth;scrollbar-width:none;flex:1;gap:16px;padding-bottom:8px;display:flex;overflow-x:auto}.pd-related-track::-webkit-scrollbar{display:none}.pd-rel-card{background:#0f172a66;border:1px solid #6366f126;border-radius:8px;align-items:center;gap:12px;width:200px;min-width:200px;padding:12px;text-decoration:none;transition:all .2s;display:flex}.pd-rel-card:hover{background:#1e293bb3;border-color:#6366f14d}.pd-rel-img{background:#0000004d;border-radius:6px;flex-shrink:0;width:60px;height:60px;padding:4px}.pd-rel-img img{object-fit:contain;width:100%;height:100%}.pd-rel-info{flex:1;overflow:hidden}.pd-rel-brand{color:#94a3b8;text-transform:uppercase;margin-bottom:2px;font-size:10px}.pd-rel-title{color:#f1f5f9;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:13px;font-weight:600;overflow:hidden}.pd-rel-link{color:#60a5fa;font-size:11px}.pd-rel-card:hover .pd-rel-link{color:#93c5fd}.partner-slider-container{align-items:center;gap:15px;width:100%;display:flex}.slider-arrow{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex}.slider-arrow:hover{background:#fff3;transform:scale(1.05)}.product-category-tabs{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;flex:1;gap:15px;padding:10px;overflow-x:auto;display:flex!important}.product-category-tabs::-webkit-scrollbar{display:none}.product-category-tabs button{background:#ffffff05;border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;min-width:140px;border-right:none!important}.product-category-tabs button.active{background:#00a8ff1a;border-color:#00a8ff80}.notice-expo-section{grid-template-columns:2fr 1fr;gap:24px;margin-top:40px;display:grid}.board-title{color:#fff;border-bottom:1px solid #ffffff1a;margin-bottom:20px;padding-bottom:10px;font-size:20px;font-weight:700}.notice-board,.expo-board{padding:24px}.notice-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.notice-item:last-child{border-bottom:none}.notice-text{flex:1;padding-right:20px}.notice-text p{color:#e2e8f0;margin-bottom:6px;font-size:14px;line-height:1.5}.notice-link{color:#00a8ff;font-size:13px;text-decoration:none}.notice-link:hover{text-decoration:underline}.notice-date{color:#cbd5e1;white-space:nowrap;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-size:12px;display:flex}.calendar-icon{font-size:14px}.expo-item{border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;padding:16px 0;display:flex}.expo-item:last-child{border-bottom:none}.pin-icon{color:#00a8ff;font-size:16px}.expo-item p{color:#e2e8f0;margin:0;font-size:14px;font-weight:600}.video-cards-section{margin-top:24px;margin-bottom:60px}.video-cards-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.video-card{height:160px;padding:0;display:flex;overflow:hidden}.video-thumbnail{cursor:pointer;background:#000;width:45%;position:relative;overflow:hidden}.thumbnail-video{object-fit:cover;opacity:.7;width:100%;height:100%;transition:opacity .3s}.video-thumbnail:hover .thumbnail-video{opacity:1}.thumbnail-labels{z-index:2;gap:0;display:flex;position:absolute;top:10px;left:10px}.thumbnail-labels .label{padding:4px 8px;font-size:10px;font-weight:800}.thumbnail-labels .original{color:#fff;background:#22c55ee6;border-top-left-radius:4px;border-bottom-left-radius:4px}.thumbnail-labels .fake{color:#fff;background:#ef4444e6;border-top-right-radius:4px;border-bottom-right-radius:4px}.play-btn{color:#fff;z-index:2;background:#0009;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;transition:transform .3s,background .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-thumbnail:hover .play-btn{background:#00a8ffcc;transform:translate(-50%,-50%)scale(1.1)}.video-info{flex-direction:column;justify-content:center;width:55%;padding:24px;display:flex}.video-tag{color:#00a8ff;letter-spacing:1px;margin-bottom:8px;font-size:11px;font-weight:700}.video-info h3{color:#fff;margin-bottom:8px;font-size:18px}.video-info p{color:#94a3b8;margin-bottom:12px;font-size:13px;line-height:1.5}.watch-link{color:#00a8ff;cursor:pointer;font-size:13px;font-weight:600}.watch-link:hover{text-decoration:underline}.video-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.video-modal-content{background:#020b18;border-radius:12px;width:100%;max-width:900px;padding:10px;position:relative;box-shadow:0 25px 50px -12px #00000080}.close-modal-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:24px;transition:transform .2s;position:absolute;top:-40px;right:0}.close-modal-btn:hover{transform:scale(1.2)}.modal-video{border-radius:8px;width:100%;display:block}@media (width<=1024px){.notice-expo-section,.video-cards-grid{grid-template-columns:1fr}}@media (width<=600px){.video-card{flex-direction:column;height:auto}.video-thumbnail{width:100%;height:200px}.video-info{width:100%}}@keyframes blink{0%{opacity:1}50%{opacity:.2}to{opacity:1}}.blinking-indicator{border-radius:50%;width:10px;height:10px;margin-right:8px;animation:1.2s ease-in-out infinite blink;display:inline-block}.blinking-indicator.red{background-color:#ef4444;box-shadow:0 0 8px #ef4444}.blinking-indicator.yellow{background-color:#eab308;box-shadow:0 0 8px #eab308}.blinking-indicator.green{background-color:#22c55e;box-shadow:0 0 8px #22c55e}.knowledge-center{background:#060b19;padding:60px 0}.knowledge-grid{flex-direction:row;justify-content:flex-end;gap:24px;display:flex}@media (width>=992px){.knowledge-grid{grid-template-columns:2fr 1fr}.knowledge-faqs{grid-column:1/2}}.kc-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.kc-header h3{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:1.2rem;font-weight:600}.kc-view-all{color:#00a8ff;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s}.kc-view-all:hover{color:#fff}.articles-list{flex-direction:column;display:flex}.article-card{border-bottom:1px solid #ffffff14;padding:20px 0}.article-card:last-child{border-bottom:none;padding-bottom:0}.article-card:first-child{padding-top:0}.article-tag{color:#00a8ff;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:.75rem;font-weight:700;display:inline-block}.article-title{color:#fff;margin:0 0 10px;font-size:1.3rem;font-weight:600;line-height:1.4}.article-summary{color:#94a3b8;margin:0 0 15px;font-size:.95rem;line-height:1.5}.article-meta-row{justify-content:space-between;align-items:center;display:flex}.article-meta{color:#64748b;gap:15px;font-size:.85rem;display:flex}.article-read-more{color:#00a8ff;border:1px solid #00a8ff66;border-radius:4px;padding:6px 16px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s}.article-read-more:hover{background:#00a8ff1a;border-color:#00a8ff}.topics-list{flex-direction:column;display:flex}.topic-link{color:#e2e8f0;border-bottom:1px solid #ffffff14;align-items:center;padding:16px 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.topic-link:last-child{border-bottom:none}.topic-link:hover{color:#00a8ff;padding-left:5px}.topic-icon{text-align:center;width:24px;margin-right:15px;font-size:1.2rem}.topic-link .arrow{color:#00a8ff;margin-left:auto;font-size:1.2rem}.faqs-list{flex-direction:column;display:flex}.faq-item{border-bottom:1px solid #ffffff14}.faq-item:last-child{border-bottom:none}.faq-question{text-align:left;color:#e2e8f0;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 0;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.faq-question:hover{color:#fff}.faq-toggle{color:#00a8ff;font-size:1.5rem;font-weight:300}.faq-answer{color:#94a3b8;padding:0 0 20px;font-size:.95rem;line-height:1.6}.knowledge-articles,.knowledge-topics,.knowledge-faqs{padding:24px}.knowledge-section-heading{text-align:center;color:#fff;margin-bottom:40px;font-size:2.2rem}.prysmian-badges-container{flex-wrap:wrap;justify-content:flex-start;gap:24px;margin-top:32px;display:flex}.prysmian-badge-item{text-align:center;flex-direction:column;align-items:center;width:90px;display:flex}.prysmian-badge-icon{background-image:url(/assets/prysmian-icons-sprite.webp);background-position-y:50%;background-repeat:no-repeat;background-size:500%;width:60px;height:60px;margin-bottom:8px;display:block}.icon-fire-performance{background-position-x:0%}.icon-smoke{background-position-x:25%}.icon-halogen-free{background-position-x:50%}.icon-low-smoke{background-position-x:75%}.icon-fire-retardant{background-position-x:100%}.prysmian-badge-text{color:#fff;white-space:pre-wrap;font-size:11px;line-height:1.3}.products-list .product-card-img{height:100%;min-height:190px}.product-card-img span{background:#020b18d9;border:1px solid #4184be8c;border-radius:50%;place-items:center;width:46px;height:46px;font-size:22px;display:grid;position:absolute;top:14px;left:14px}.product-card-body{flex-direction:column;flex-grow:1;padding:17px;display:flex}.product-card-body h3{margin-bottom:12px!important;font-size:16px!important;font-weight:700!important;line-height:1.2!important}.product-card-body p{display:none!important}.products-list .product-card-body p{min-height:auto;margin-bottom:14px}.product-card-body strong{color:#fff;margin:12px 0;font-size:14px;display:block}.product-card-body a{color:#fff!important;background:0 0!important;border:1px solid #4184be8c!important;border-radius:4px!important;justify-content:center!important;align-items:center!important;margin-top:auto!important;padding:8px!important;font-size:12px!important;font-weight:600!important;transition:all .25s!important;display:flex!important}.product-card-body a:hover{background:#00a8ff1f!important;border-color:#00a8ff!important}.product-card-body p.product-card-desc{-webkit-line-clamp:2!important;color:#b8c7d9!important;-webkit-box-orient:vertical!important;margin-bottom:14px!important;font-size:13px!important;line-height:1.45!important;display:-webkit-box!important;overflow:hidden!important}.product-card-img img{object-fit:cover!important;width:100%!important;height:100%!important;padding:0!important}html,body{max-width:100vw;overflow-x:hidden}@media (width<=768px){.partner-strip{text-align:center;gap:24px;flex-direction:column!important;padding:30px 20px!important}.partner-logo-box{justify-content:center!important;width:100%!important;display:flex!important;position:static!important;transform:none!important}.partner-logo-box img{max-width:100%!important;height:auto!important}.partner-title{text-align:center;margin:0 auto!important}.nav-inner{gap:10px}.nav-search-form{max-width:150px!important}.logo{font-size:16px!important}.logo img{width:36px!important}.hero-bg,.products-hero{overflow-x:hidden}}@media (width<=480px){.nav-search-form{max-width:120px!important}.logo span{display:none}.logo{font-size:0!important}}@media (width<=768px){.partner-strip{gap:16px;flex-flow:wrap!important;justify-content:center!important;padding:24px 16px!important}.partner-title{text-align:center;width:100%!important}.partner-logo-box{flex:1;justify-content:center!important;width:auto!important;display:flex!important}.partner-logo-box img{max-width:140px!important;height:auto!important}.partner-title{display:none!important}.partner-logo-box img{max-width:100px!important}.partner-strip{min-height:auto!important;padding:16px!important}.home-section{margin-top:24px!important}.section-title{font-size:18px!important}.product-catalogue{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.product-catalogue .product-card-img{height:120px!important}.product-catalogue .product-card-body{padding:12px!important}.product-catalogue .product-card-body h3{font-size:14px!important}.product-catalogue .product-card-desc{margin-bottom:8px!important;font-size:12px!important}.product-catalogue .product-card-body a{padding:6px!important;font-size:11px!important}.product-catalogue{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:12px;gap:16px!important;display:flex!important;overflow-x:auto!important}.product-catalogue>article,.product-catalogue>.catalogue-card{scroll-snap-align:start;flex:0 0 180px!important}.product-catalogue .product-card-img img,.product-catalogue .card-image img{object-fit:contain!important}.logo{font-size:18px!important}.logo img{width:48px!important}}@media (width<=480px){.logo{font-size:0!important}.logo img{width:44px!important}}@media (width<=768px){.logo img{width:60px!important}}@media (width<=480px){.logo img{width:56px!important}}@media (width<=768px){.logo{flex-shrink:0!important;gap:12px!important;font-size:20px!important}.logo img{flex-shrink:0!important;width:70px!important;height:auto!important}.nav-search-form{flex-shrink:1!important;max-width:160px!important}.logo{gap:20px!important;font-size:36px!important}.logo img{width:140px!important}}.mobile-menu-btn{display:none}@media (width<=950px){.mobile-menu-btn{display:block!important}}@media (width<=768px){.nav-search-form{display:none!important}}.notice-item{flex-direction:column;gap:12px;align-items:flex-start!important}.notice-text{padding-right:0!important}.notice-item .notice-date{align-self:flex-end!important}@media (width<=768px){.projects-home-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:12px;gap:16px!important;display:flex!important;overflow-x:auto!important}.projects-home-grid>a{scroll-snap-align:start;flex:0 0 180px!important}.project-card-clone{display:block}.product-category-tabs button{min-width:100px!important;min-height:70px!important;padding:8px!important}.product-category-tabs button span{font-size:11px!important}.product-tab-icon{width:40px!important;height:24px!important}.product-category-tabs .prysmian-logo,.product-category-tabs .belden-logo,.product-category-tabs .draka-logo{width:85px!important;height:45px!important;transform:scale(1.3)!important}.product-category-tabs .paige-logo{width:75px!important;height:40px!important;transform:scale(1.1)!important}.product-category-tabs .prysmian-logo{width:95px!important;height:50px!important;transform:scale(1.5)!important}.product-category-tabs .belden-logo,.product-category-tabs .draka-logo{width:95px!important;height:50px!important;transform:scale(1.7)!important}}.slider-arrow{font-size:24px;transition:opacity .3s;background:0 0!important;border:none!important}.slider-arrow.hidden{opacity:0;pointer-events:none}@media (width<=768px){.partner-slider-container{padding:0 10px;width:100vw!important;margin-left:-4vw!important;margin-right:-4vw!important}.product-category-tabs .nvent-logo{width:100px!important;height:55px!important;transform:scale(1.8)!important}.product-category-tabs .prysmian-logo{width:90px!important;height:48px!important;transform:scale(1.35)!important}.products-toolbar{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.products-toolbar>select,.products-toolbar>.toolbar-actions{width:100%!important}.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.products-grid .product-card-img{height:110px!important;min-height:auto!important}.products-grid .product-card-body{padding:10px!important}.products-grid .product-card-body h3{margin-bottom:6px!important;font-size:13px!important}.products-grid .product-card-body p.product-card-desc{margin-bottom:10px!important;font-size:11px!important}.products-grid .product-card-body a{padding:6px!important;font-size:11px!important}.products-grid .product-card-img span{width:32px!important;height:32px!important;top:8px!important;left:8px!important}.toolbar-actions{flex-direction:row!important;gap:8px!important;width:100%!important;display:flex!important}.toolbar-actions select{flex:1;width:100%!important;padding:8px 4px!important;font-size:11px!important}.overview-text-content h2{font-size:20px!important;line-height:1.3!important}.overview-text-content p:nth-of-type(2),.knowledge-topics{display:none!important}.page-hero h1{font-size:32px!important}.knowledge-section-heading{font-size:24px!important}.kc-header h3{font-size:16px!important}.article-title{font-size:14px!important}.kc-header{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.faq-question{text-align:left!important;gap:12px!important;padding:12px 0!important;font-size:13px!important}.faq-toggle{font-size:1.2rem!important}.videos-ui-tabs{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px;flex-wrap:nowrap!important;overflow-x:auto!important}.videos-ui-tabs::-webkit-scrollbar{display:none}.videos-ui-tabs button{scroll-snap-align:start;white-space:nowrap!important;flex:none!important}.videos-search{display:none!important}.videos-ui-tools{width:100%!important;display:flex!important}.videos-sort{width:100%!important}.videos-ui-tools{display:none!important}}.read-more-btn{color:#00a8ff;cursor:pointer;background:0 0;border:none;margin-top:8px;padding:0;font-size:14px;font-weight:600;display:none}@media (width<=768px){.hero-desc{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.hero-desc.expanded{-webkit-line-clamp:unset;display:block}.read-more-btn{align-items:center;gap:4px;display:flex!important}}@media (width>=769px){.product-catalogue>.catalogue-card:nth-child(n+5){display:none!important}}@media (width<=768px){.videos-ui-featured-content{display:none!important}}
