  .header-zone,
    .container,
    .zone-side,
    .zone4,
    .gap {
      background: #000 !important;
    }
    .header-zone {
    /* header-zone: remove border, set background pure black, color white */
    width: 1600px;
    height: 100px;
    background: #000;
    color: #fff;
    /* border: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 0;
    box-sizing: border-box;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    }
    .logo-zone {
      position: absolute;
      top: 0;
      left: 0;
      width: 200px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      z-index: 2;
      background: transparent;
      padding-left: 10px;
      box-sizing: border-box;
    }
    .nav-container {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: center;
      z-index: 2;
      padding-right: 30px;
      gap: 2px;
    }
    .nav-row {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      gap: 14px;
      font-family: 'Inter', Arial, sans-serif;
      font-size: 1.08rem;
      font-weight: 600;
      letter-spacing: 0.01em;
      white-space: nowrap;
    }
    .nav-link {
      color: #00d4ff;
      text-decoration: none;
      font-size: 1.08rem;
      font-weight: 600;
      margin-left: 0px;
      transition: color 0.2s;
      padding: 2px 6px;
      border-radius: 4px;
      display: inline-block;
    }
  .platform-link {
    color: #fff !important;
  }
  .platform-link:hover {
    color: #00d4ff !important;
    background: #fff1;
  }
    .nav-link:hover {
      color: #fff;
      background: #00d4ff22;
    }
    
 .nav-row.top {
  color: #00d4ff;
  gap: 56px;
    }
    .nav-row.bottom {
      color: #fff;
    }
    
    .logo-script {
    }
    .logo-zone .logo-script {
      font-family: 'Pacifico', 'Brush Script MT', cursive !important;
  font-size: 2.7rem !important;
      font-weight: 700 !important;
      letter-spacing: 0.02em !important;
      line-height: 1.1 !important;
      margin-left: 15px !important;
      display: flex !important;
      align-items: center !important;
      font-style: normal !important;
      font-variant: normal !important;
      font-stretch: normal !important;
      text-transform: none !important;
      text-decoration: none !important;
      color: inherit;
    }
    .logo-script-red {
      color: #ff2222;
    }
    .logo-script-cyan {
      color: #00d4ff;
    }