  /* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap'); */
  *{box-sizing:border-box;margin:0;padding:0}
  .site{font-family:'Inter',sans-serif;background:#050A14;color:#E8EDF5;overflow-x:hidden;width:100%}

  nav{display:flex;align-items:center;justify-content:space-between;padding:18px 48px;position:sticky;top:0;z-index:100;background:rgba(5,10,20,0.9);border-bottom:1px solid rgba(0,174,239,0.15);backdrop-filter:blur(12px)}
  .logo{font-size:18px;font-weight:800;letter-spacing:-0.5px;color:#fff}
  .logo span{color:#00AEEF}
  .nav-links{display:flex;gap:28px;align-items:center}
  .nav-links a{font-size:13px;color:rgba(232,237,245,0.65);text-decoration:none;font-weight:500;cursor:pointer}
  .nav-cta{background:#00AEEF;color:#050A14!important;padding:8px 20px;border-radius:8px;font-weight:700!important;font-size:13px!important}
  .nav-lang{display:flex;gap:6px}
  .lang-btn{font-size:11px;padding:4px 10px;border:1px solid rgba(0,174,239,0.3);border-radius:6px;background:transparent;color:rgba(232,237,245,0.5);cursor:pointer;font-family:inherit}
  .lang-btn.active{background:rgba(0,174,239,0.1);border-color:#00AEEF;color:#00AEEF}

  .hero{min-height:88vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 48px;position:relative;overflow:hidden}
  .hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(0,174,239,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,174,239,0.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}
  .hero-glow{position:absolute;top:20%;left:50%;transform:translateX(-50%);width:600px;height:300px;background:radial-gradient(ellipse,rgba(0,174,239,0.12) 0%,transparent 70%);pointer-events:none}
  .hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(0,174,239,0.08);border:1px solid rgba(0,174,239,0.25);border-radius:100px;padding:6px 16px;font-size:12px;color:#00AEEF;font-weight:600;margin-bottom:28px;letter-spacing:0.5px}
  .hero-badge-dot{width:6px;height:6px;background:#00AEEF;border-radius:50%;animation:pulse 2s infinite}
  @keyframes pulse{0%,100%{opacity:1}50%{opacity:0.3}}
  h1.hero-h{font-size:clamp(36px,5vw,64px);font-weight:900;line-height:1.08;letter-spacing:-2px;color:#fff;margin-bottom:24px;max-width:800px}
  h1.hero-h .hl{color:#00AEEF}
  .hero-sub{font-size:17px;color:rgba(232,237,245,0.55);max-width:540px;line-height:1.7;margin-bottom:16px}
  .hero-ar{font-size:15px;color:rgba(232,237,245,0.35);direction:rtl;margin-bottom:40px}
  .hero-btns{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}
  .btn-primary{background:#00AEEF;color:#050A14;padding:14px 32px;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;border:none;font-family:inherit}
  .btn-secondary{background:transparent;color:#E8EDF5;padding:14px 32px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;border:1px solid rgba(232,237,245,0.2);font-family:inherit}
  .hero-stats{display:flex;gap:40px;margin-top:64px;padding-top:40px;border-top:1px solid rgba(255,255,255,0.06)}
  .stat{text-align:center}
  .stat-num{font-size:32px;font-weight:900;color:#fff;letter-spacing:-1px}
  .stat-num span{color:#00AEEF}
  .stat-label{font-size:12px;color:rgba(232,237,245,0.4);margin-top:4px;font-weight:500;letter-spacing:0.5px;text-transform:uppercase}

  section{padding:80px 48px}
  .section-tag{font-size:11px;font-weight:700;color:#00AEEF;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}
  .section-title{font-size:clamp(26px,3vw,40px);font-weight:800;letter-spacing:-1px;color:#fff;margin-bottom:16px;line-height:1.15}
  .section-sub{font-size:15px;color:rgba(232,237,245,0.5);max-width:520px;line-height:1.7}

  .industries{background:#07101F}
  .ind-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1px;background:rgba(0,174,239,0.1);border-radius:16px;overflow:hidden;margin-top:48px}
  .ind-card{background:#07101F;padding:28px 24px;cursor:pointer}
  .ind-card:hover{background:#0A1829}
  .ind-icon{font-size:28px;margin-bottom:14px;color:#00AEEF}
  .ind-name{font-size:14px;font-weight:700;color:#fff;margin-bottom:6px}
  .ind-desc{font-size:12px;color:rgba(232,237,245,0.4);line-height:1.6}

  /* PRODUCTS — FILTER TABS */
  .products{background:#050A14}
  .prod-tabs{display:flex;gap:6px;margin:32px 0 40px;flex-wrap:wrap}
  .tab{padding:8px 18px;border-radius:100px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid rgba(0,174,239,0.2);background:transparent;color:rgba(232,237,245,0.5);font-family:inherit;letter-spacing:0.3px;transition:all 0.2s}
  .tab.active{background:rgba(0,174,239,0.12);border-color:#00AEEF;color:#00AEEF}
  .prod-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}
  .prod-card{background:#0C1826;border:1px solid rgba(0,174,239,0.1);border-radius:14px;padding:26px;cursor:pointer;transition:border-color 0.2s,transform 0.2s;display:flex;flex-direction:column}
  .prod-card:hover{border-color:rgba(0,174,239,0.4);transform:translateY(-2px)}

  /* NEW — featured card for VideoStream */
  .prod-card.featured{border-color:rgba(0,174,239,0.4);background:#0A1E30;position:relative;overflow:hidden}
  .prod-card.featured::before{content:'NEW';position:absolute;top:14px;right:14px;background:#00AEEF;color:#050A14;font-size:9px;font-weight:800;letter-spacing:1.5px;padding:3px 9px;border-radius:100px}
  .prod-card.featured .vs-screen{width:100%;height:80px;background:#070F1A;border-radius:8px;margin-bottom:18px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,174,239,0.15);position:relative;overflow:hidden}
  .vs-bar{position:absolute;bottom:0;left:0;right:0;height:3px;background:rgba(0,174,239,0.2)}
  .vs-bar-fill{height:100%;width:40%;background:#00AEEF;animation:slide 2s ease-in-out infinite alternate}
  @keyframes slide{from{width:20%}to{width:85%}}
  .vs-icon{font-size:32px;color:#00AEEF;opacity:0.7}
  .vs-pixels{position:absolute;top:8px;right:8px;display:flex;gap:3px}
  .vs-px{width:6px;height:6px;border-radius:2px;background:rgba(0,174,239,0.3)}
  .vs-px:nth-child(2){background:rgba(0,174,239,0.6)}
  .vs-px:nth-child(3){background:#00AEEF}

  .prod-cat{font-size:10px;font-weight:700;letter-spacing:1.5px;color:#00AEEF;text-transform:uppercase;margin-bottom:12px}
  .prod-name{font-size:17px;font-weight:700;color:#fff;margin-bottom:10px;letter-spacing:-0.3px}
  .prod-desc{font-size:13px;color:rgba(232,237,245,0.45);line-height:1.65;flex:1}
  .prod-tags{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0}
  .prod-tag{font-size:10px;font-weight:600;padding:3px 9px;border-radius:100px;background:rgba(0,174,239,0.08);border:1px solid rgba(0,174,239,0.2);color:rgba(0,174,239,0.8)}
  .prod-arrow{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#00AEEF;font-weight:600;margin-top:14px}

  .hardware{background:#07101F}
  .hw-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}
  .hw-card{border-radius:14px;padding:32px 24px}
  .hw-card.c1{background:#0A1F35;border:1px solid rgba(0,174,239,0.2)}
  .hw-card.c2{background:#12102A;border:1px solid rgba(83,74,183,0.3)}
  .hw-card.c3{background:#0F1E18;border:1px solid rgba(29,158,117,0.3)}
  .hw-icon-wrap{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:22px}
  .hw-card.c1 .hw-icon-wrap{background:rgba(0,174,239,0.12);color:#00AEEF}
  .hw-card.c2 .hw-icon-wrap{background:rgba(83,74,183,0.15);color:#8B82EC}
  .hw-card.c3 .hw-icon-wrap{background:rgba(29,158,117,0.12);color:#1D9E75}
  .hw-title{font-size:16px;font-weight:700;color:#fff;margin-bottom:10px}
  .hw-desc{font-size:13px;color:rgba(232,237,245,0.45);line-height:1.65}

  .whyus{background:#050A14}
  .why-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:48px}
  .why-card{background:#0C1826;border-left:3px solid #00AEEF;border-radius:0 12px 12px 0;padding:22px 24px}
  .why-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:6px}
  .why-desc{font-size:13px;color:rgba(232,237,245,0.45);line-height:1.6}

  .cta-band{background:#00AEEF;padding:60px 48px;text-align:center}
  .cta-band h2{font-size:clamp(24px,3vw,38px);font-weight:900;color:#050A14;letter-spacing:-1px;margin-bottom:12px}
  .cta-band p{font-size:15px;color:rgba(5,10,20,0.6);margin-bottom:8px}
  .btn-dark{background:#050A14;color:#fff;padding:14px 36px;border-radius:10px;font-weight:700;font-size:15px;cursor:pointer;border:none;font-family:inherit;margin-top:24px;display:inline-block}

  footer{background:#03070F;padding:40px 48px 28px;border-top:1px solid rgba(0,174,239,0.08)}
  .footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;flex-wrap:wrap;gap:24px}
  .footer-brand p{font-size:12px;color:rgba(232,237,245,0.3);margin-top:6px}
  .footer-links{display:flex;gap:48px;flex-wrap:wrap}
  .footer-col h4{font-size:11px;font-weight:700;color:#00AEEF;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px}
  .footer-col a{display:block;font-size:12px;color:rgba(232,237,245,0.4);text-decoration:none;margin-bottom:8px;cursor:pointer}
  .footer-col a:hover{color:#00AEEF}
  .footer-bottom{border-top:1px solid rgba(255,255,255,0.05);padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}
  .footer-bottom p{font-size:11px;color:rgba(232,237,245,0.25)}
